color details

Color Details
#5c6161 Color Hex

#5c6161 color RGB value is (5, 198, 22).
#5c6161 hex color red value is 5, green value is 198, and blue value is 22.
Cylindrical-coordinate representations (HSL) of color #5c6161 hue: 125.28, saturation: 0.95 and lightness: 0.4.

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

Color Spaces
Color spaces of #5c6161Value
RGB92, 97, 97
HSL0.5, 0.03, 0.37
HSV180°, 5°, 38°
XYZ10.85, 11.69, 12.99
Base Numbers
Base Red Green Blue
Binary 1011100 1100001 1100001
Octal 134 141 141
Decimal 92 97 97
Hex 5C 61 61

RGB Percentages for Color #5c6161

32.17%
33.92%
33.92%

CMYK Percentages of the Color #5c6161

5.15%
61.96%
CSS Codes for Color #5c6161
.mybgColor {background-color: #5c6161;}
.myforeColor {color: #5c6161;}
.myborderColor {border:3px solid #5c6161;}
Text Font Color #5c6161

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

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

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

The background color of this div is #5c6161
Border Color #5c6161

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

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

<p style="text-shadow: 4px 4px 2px rgba(92, 97, 97, 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 #5c6161;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #5c6161

Scroll to Top