#3A332C
A dark, muted orange closely aligning with Darkslategray.
About #3A332C
Visually, #3A332C is defined as a muted orange. Designers often compare it to the standard color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 51, and 44.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 12% magenta, 24% yellow, and 77% black. With a hue angle of 30.0 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A332C
RGB58, 51, 44
HSL30.0°, 13.7%, 20.0%
CMYK0%, 12%, 24%, 77%
HSV30.0°, 24.1%, 22.7%
LAB21.8, 1.7, 5.6
XYZ3.4, 3.4, 2.9
Decimal3814188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.43:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.88:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A332C;
}
.text-color {
color: #3A332C;
}
.border-color {
border: 2px solid #3A332C;
}