color details

Color Details
#24211f Color Hex

#24211f color RGB value is (2, 66, 17).
#24211f hex color red value is 2, green value is 66, and blue value is 17.
Cylindrical-coordinate representations (HSL) of color #24211f hue: 134.06, saturation: 0.94 and lightness: 0.13.

The process color (four-color CMYK) of #24211f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #24211f is #ff9999. Color #24211f contains mainly RED.

Color Spaces
Color spaces of #24211fValue
RGB36, 33, 31
HSL0.07, 0.07, 0.13
HSV24°, 14°, 14°
XYZ1.52, 1.56, 1.52
Base Numbers
Base Red Green Blue
Binary 100100 100001 11111
Octal 44 41 37
Decimal 36 33 31
Hex 24 21 1F

RGB Percentages for Color #24211f

36%
33%
31%

CMYK Percentages of the Color #24211f

8.33%
13.89%
85.88%
CSS Codes for Color #24211f
.mybgColor {background-color: #24211f;}
.myforeColor {color: #24211f;}
.myborderColor {border:3px solid #24211f;}
Text Font Color #24211f

<p style="color:#24211f">Text here</p>

This sample text is styled with the font color #24211f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #24211f

<div style="background-color:#24211f">Div content here</div>

The background color of this div is #24211f
Border Color #24211f

<div style="border:3px solid #24211f">Div here</div>

The border color of this div is #24211f
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(36, 33, 31, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #24211f;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #24211f;
-webkit-box-shadow: 1px 1px 3px #24211f;
box-shadow: 1px 1px 3px #24211f;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36, 33, 31, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #24211f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #24211f; -webkit-box-shadow: 1px 1px 3px #24211f; box-shadow: 1px 1px 3px #24211f;">Div content here</div>

This div box has a shadow with a specified color. #24211f

Scroll to Top