#49503A
A dark, muted green closely aligning with Darkslategray.
About #49503A
At its core, #49503A is a dark and muted hue. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 80, and 58.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 9% cyan, 0% magenta, 28% yellow, and 69% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49503A
RGB73, 80, 58
HSL79.1°, 15.9%, 27.1%
CMYK9%, 0%, 28%, 69%
HSV79.1°, 27.5%, 31.4%
LAB32.8, -7.3, 12.1
XYZ6.4, 7.5, 5.1
Decimal4804666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.43:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.05:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49503A;
}
.text-color {
color: #49503A;
}
.border-color {
border: 2px solid #49503A;
}