color details

Color Details
#41222c Color Hex

#41222c color RGB value is (4, 18, 34).
#41222c hex color red value is 4, green value is 18, and blue value is 34.
Cylindrical-coordinate representations (HSL) of color #41222c hue: 212, saturation: 0.79 and lightness: 0.07.

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

Color Spaces
Color spaces of #41222cValue
RGB65, 34, 44
HSL0.95, 0.31, 0.19
HSV341°, 48°, 25°
XYZ3.21, 2.45, 2.69
Base Numbers
Base Red Green Blue
Binary 1000001 100010 101100
Octal 101 42 54
Decimal 65 34 44
Hex 41 22 2C

RGB Percentages for Color #41222c

45.45%
23.78%
30.77%

CMYK Percentages of the Color #41222c

47.69%
32.31%
74.51%
CSS Codes for Color #41222c
.mybgColor {background-color: #41222c;}
.myforeColor {color: #41222c;}
.myborderColor {border:3px solid #41222c;}
Text Font Color #41222c

<p style="color:#41222c">Text here</p>

This sample text is styled with the font color #41222c. 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 #41222c

<div style="background-color:#41222c">Div content here</div>

The background color of this div is #41222c
Border Color #41222c

<div style="border:3px solid #41222c">Div here</div>

The border color of this div is #41222c
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(65, 34, 44, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #41222c;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #41222c;
-webkit-box-shadow: 1px 1px 3px #41222c;
box-shadow: 1px 1px 3px #41222c;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65, 34, 44, 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 #41222c;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #41222c

Scroll to Top