color details

Color Details
#29292d Color Hex

#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
Color spaces of #29292dValue
RGB41, 41, 45
HSL0.67, 0.05, 0.17
HSV240°, 9°, 18°
XYZ2.18, 2.25, 2.8
Base Numbers
Base Red Green Blue
Binary 101001 101001 101101
Octal 51 51 55
Decimal 41 41 45
Hex 29 29 2D

RGB Percentages for Color #29292d

32.28%
32.28%
35.43%

CMYK Percentages of the Color #29292d

8.89%
8.89%
82.35%
CSS Codes for Color #29292d
.mybgColor {background-color: #29292d;}
.myforeColor {color: #29292d;}
.myborderColor {border:3px solid #29292d;}
Text Font Color #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,

Background Color #29292d

<div style="background-color:#29292d">Div content here</div>

The background color of this div is #29292d
Border Color #29292d

<div style="border:3px solid #29292d">Div here</div>

The border color of this div is #29292d
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41, 41, 45, 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 #29292d;">Text here</p>

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

Shadow Div Box

<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>

This div box has a shadow with a specified color. #29292d
Scroll to Top