color details

Color Details
#28191e Color Hex

#28191e color RGB value is (2, 129, 145).
#28191e hex color red value is 2, green value is 129, and blue value is 145.
Cylindrical-coordinate representations (HSL) of color #28191e hue: 186.71, saturation: 0.97 and lightness: 0.29.

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

Color Spaces
Color spaces of #28191eValue
RGB40, 25, 30
HSL0.94, 0.23, 0.13
HSV340°, 38°, 16°
XYZ1.46, 1.24, 1.39
Base Numbers
Base Red Green Blue
Binary 101000 11001 11110
Octal 50 31 36
Decimal 40 25 30
Hex 28 19 1E

RGB Percentages for Color #28191e

42.11%
26.32%
31.58%

CMYK Percentages of the Color #28191e

37.5%
25%
84.31%
CSS Codes for Color #28191e
.mybgColor {background-color: #28191e;}
.myforeColor {color: #28191e;}
.myborderColor {border:3px solid #28191e;}
Text Font Color #28191e

<p style="color:#28191e">Text here</p>

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

<div style="background-color:#28191e">Div content here</div>

The background color of this div is #28191e
Border Color #28191e

<div style="border:3px solid #28191e">Div here</div>

The border color of this div is #28191e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(40, 25, 30, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #28191e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #28191e;
-webkit-box-shadow: 1px 1px 3px #28191e;
box-shadow: 1px 1px 3px #28191e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40, 25, 30, 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 #28191e;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #28191e

Scroll to Top