color details

Color Details
#01796F Color Hex

#01796F color RGB value is (0, 23, 150).
#01796F hex color red value is 0, green value is 23, and blue value is 150.
Cylindrical-coordinate representations (HSL) of color #01796F hue: 230.8, saturation: 1 and lightness: 0.29.

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

Color Spaces
Color spaces of #01796FValue
RGB1, 121, 111
HSL0.49, 0.98, 0.24
HSV175°, 99°, 47°
XYZ9.72, 14.83, 17.39
Base Numbers
Base Red Green Blue
Binary 1 1111001 1101111
Octal 1 171 157
Decimal 1 121 111
Hex 1 79 6F

RGB Percentages for Color #01796F

0.43%
51.93%
47.64%

CMYK Percentages of the Color #01796F

99.17%
8.26%
52.55%
CSS Codes for Color #01796F
.mybgColor {background-color: #01796F;}
.myforeColor {color: #01796F;}
.myborderColor {border:3px solid #01796F;}
Text Font Color #01796F

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

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

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

The background color of this div is #01796F
Border Color #01796F

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

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

<p style="text-shadow: 4px 4px 2px rgba(1, 121, 111, 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 #01796F;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #01796F
Scroll to Top