#3C3429
A very dark, muted orange closely aligning with Darkslategray.
About #3C3429
Visually, #3C3429 is defined as a muted orange. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 60 red, 52 green, and 41 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 13% magenta inks. The HSL representation is 34.7° hue, 18.8% saturation, and 19.8% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3C3429
RGB60, 52, 41
HSL34.7°, 18.8%, 19.8%
CMYK0%, 13%, 32%, 76%
HSV34.7°, 31.7%, 23.5%
LAB22.2, 1.5, 8.3
XYZ3.5, 3.6, 2.6
Decimal3945513
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.24:1
Text on #FFFFFF
AAA
1.72:1
Text on #000000
FAIL
11.70:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3C3429;
}
.text-color {
color: #3C3429;
}
.border-color {
border: 2px solid #3C3429;
}