color details

Color Details
#d85124 Color Hex

#d85124 color RGB value is (13, 133, 18).
#d85124 hex color red value is 13, green value is 133, and blue value is 18.
Cylindrical-coordinate representations (HSL) of color #d85124 hue: 122.5, saturation: 0.82 and lightness: 0.29.

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

Color Spaces
Color spaces of #d85124Value
RGB216, 81, 36
HSL0.04, 0.71, 0.49
HSV15°, 83°, 85°
XYZ31.58, 20.62, 3.98
Base Numbers
Base Red Green Blue
Binary 11011000 1010001 100100
Octal 330 121 44
Decimal 216 81 36
Hex D8 51 24

RGB Percentages for Color #d85124

64.86%
24.32%
10.81%

CMYK Percentages of the Color #d85124

62.5%
83.33%
15.29%
CSS Codes for Color #d85124
.mybgColor {background-color: #d85124;}
.myforeColor {color: #d85124;}
.myborderColor {border:3px solid #d85124;}
Text Font Color #d85124

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

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

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

The background color of this div is #d85124
Border Color #d85124

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

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

<p style="text-shadow: 4px 4px 2px rgba(216, 81, 36, 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 #d85124;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #d85124

Scroll to Top