#3A503A
A dark, muted green closely aligning with Darkslategray.
About #3A503A
At its core, #3A503A is a dark and muted hue. If you're using CSS, you might find it aligns closely with Darkslategray. Its digital footprint relies on 58 parts red, 80 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 28% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A503A
RGB58, 80, 58
HSL120.0°, 15.9%, 27.1%
CMYK28%, 0%, 28%, 69%
HSV120.0°, 27.5%, 31.4%
LAB31.7, -13.6, 10.3
XYZ5.4, 6.9, 5.1
Decimal3821626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.79:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.40:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A503A;
}
.text-color {
color: #3A503A;
}
.border-color {
border: 2px solid #3A503A;
}