#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 of #41222c | Value |
|---|---|
| RGB | 65, 34, 44 |
| HSL | 0.95, 0.31, 0.19 |
| HSV | 341°, 48°, 25° |
| XYZ | 3.21, 2.45, 2.69 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1000001 | 100010 | 101100 |
| Octal | 101 | 42 | 54 |
| Decimal | 65 | 34 | 44 |
| Hex | 41 | 22 | 2C |
Shades of #41222c
Tints of #41222c
.mybgColor {background-color: #41222c;}
.myforeColor {color: #41222c;}
.myborderColor {border:3px solid #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,
<div style="background-color:#41222c">Div content here</div>
<div style="border:3px solid #41222c">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(65, 34, 44, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #41222c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
