#5F332C
A dark, moderate red closely aligning with Dimgray.
About #5F332C
The hex code #5F332C represents a beautifully specific shade of red. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 51, and 44.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 46% magenta, 54% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F332C
RGB95, 51, 44
HSL8.2°, 36.7%, 27.3%
CMYK0%, 46%, 54%, 63%
HSV8.2°, 53.7%, 37.3%
LAB26.7, 19.0, 13.1
XYZ6.4, 5.0, 3.0
Decimal6239020
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.05:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F332C;
}
.text-color {
color: #5F332C;
}
.border-color {
border: 2px solid #5F332C;
}