#24140f color RGB value is (2, 65, 64).
#24140f hex color red value is 2, green value is 65, and blue value is 64.
Cylindrical-coordinate representations (HSL) of color #24140f
hue: 179.05,
saturation: 0.94 and lightness: 0.13.
The process color (four-color CMYK) of #24140f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #24140f is #ff9999. Color #24140f contains mainly RED.
| Color spaces of #24140f | Value |
|---|---|
| RGB | 36, 20, 15 |
| HSL | 0.04, 0.41, 0.1 |
| HSV | 14°, 58°, 14° |
| XYZ | 1.06, 0.91, 0.57 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100100 | 10100 | 1111 |
| Octal | 44 | 24 | 17 |
| Decimal | 36 | 20 | 15 |
| Hex | 24 | 14 | F |
Shades of #24140f
Tints of #24140f
.mybgColor {background-color: #24140f;}
.myforeColor {color: #24140f;}
.myborderColor {border:3px solid #24140f;}
<p style="color:#24140f">Text here</p>
This sample text is styled with the font color #24140f. 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:#24140f">Div content here</div>
<div style="border:3px solid #24140f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(36, 20, 15, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #24140f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #24140f;
-webkit-box-shadow: 1px 1px 3px #24140f;
box-shadow: 1px 1px 3px #24140f; }
<p style="text-shadow: 4px 4px 2px rgba(36, 20, 15, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #24140f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #24140f;
-webkit-box-shadow: 1px 1px 3px #24140f;
box-shadow: 1px 1px 3px #24140f;">Div content here</div>
