#29292d color RGB value is (2, 146, 146).
#29292d hex color red value is 2, green value is 146, and blue value is 146.
Cylindrical-coordinate representations (HSL) of color #29292d
hue: 180,
saturation: 0.97 and lightness: 0.29.
The process color (four-color CMYK) of #29292d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #29292d is #ff9999. Color #29292d contains mainly RED.
Color spaces of #29292d | Value |
---|---|
RGB | 41, 41, 45 |
HSL | 0.67, 0.05, 0.17 |
HSV | 240°, 9°, 18° |
XYZ | 2.18, 2.25, 2.8 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 101001 | 101001 | 101101 |
Octal | 51 | 51 | 55 |
Decimal | 41 | 41 | 45 |
Hex | 29 | 29 | 2D |
Shades of #29292d
Tints of #29292d
.mybgColor {background-color: #29292d;} .myforeColor {color: #29292d;} .myborderColor {border:3px solid #29292d;}
<p style="color:#29292d">Text here</p>
This sample text is styled with the font color #29292d. 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:#29292d">Div content here</div>
<div style="border:3px solid #29292d">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41, 41, 45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29292d; } .divShadow { -moz-box-shadow: 1px 1px 3px #29292d; -webkit-box-shadow: 1px 1px 3px #29292d; box-shadow: 1px 1px 3px #29292d; }
<p style="text-shadow: 4px 4px 2px rgba(41, 41, 45, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #29292d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #29292d;
-webkit-box-shadow: 1px 1px 3px #29292d;
box-shadow: 1px 1px 3px #29292d;">Div content here</div>