#3A4942
A dark, muted green closely aligning with Darkslategray.
About #3A4942
At its core, #3A4942 is a dark and muted hue. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(58, 73, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 21% Cyan, 0% Magenta, 10% Yellow, and 71% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A4942
RGB58, 73, 66
HSL152.0°, 11.5%, 25.7%
CMYK21%, 0%, 10%, 71%
HSV152.0°, 20.5%, 28.6%
LAB29.6, -7.7, 2.2
XYZ5.1, 6.1, 6.1
Decimal3819842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.50:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.08:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4942;
}
.text-color {
color: #3A4942;
}
.border-color {
border: 2px solid #3A4942;
}