#3A422C
A dark, muted green closely aligning with Darkslategray.
About #3A422C
The precise color #3A422C is an excellent choice for modern design projects. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(58, 66, 44).
Translating this color to physical media requires the CMYK color model. The color uses 12% Cyan, 0% Magenta, 33% Yellow, and 74% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A422C
RGB58, 66, 44
HSL81.8°, 20.0%, 21.6%
CMYK12%, 0%, 33%, 74%
HSV81.8°, 33.3%, 25.9%
LAB26.7, -7.9, 12.3
XYZ4.1, 5.0, 3.1
Decimal3818028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.52:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.06:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A422C;
}
.text-color {
color: #3A422C;
}
.border-color {
border: 2px solid #3A422C;
}