color details

Color Details
#292c2d Color Hex

#292c2d color RGB value is (2, 146, 194).
#292c2d hex color red value is 2, green value is 146, and blue value is 194.
Cylindrical-coordinate representations (HSL) of color #292c2d hue: 195, saturation: 0.98 and lightness: 0.38.

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

Color Spaces
Color spaces of #292c2dValue
RGB41, 44, 45
HSL0.54, 0.05, 0.17
HSV195°, 9°, 18°
XYZ2.29, 2.46, 2.84
Base Numbers
Base Red Green Blue
Binary 101001 101100 101101
Octal 51 54 55
Decimal 41 44 45
Hex 29 2C 2D

RGB Percentages for Color #292c2d

31.54%
33.85%
34.62%

CMYK Percentages of the Color #292c2d

8.89%
2.22%
82.35%
CSS Codes for Color #292c2d
.mybgColor {background-color: #292c2d;}
.myforeColor {color: #292c2d;}
.myborderColor {border:3px solid #292c2d;}
Text Font Color #292c2d

<p style="color:#292c2d">Text here</p>

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

<div style="background-color:#292c2d">Div content here</div>

The background color of this div is #292c2d
Border Color #292c2d

<div style="border:3px solid #292c2d">Div here</div>

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #292c2d

Scroll to Top