color details

Color Details
#61617d Color Hex

#61617d color RGB value is (6, 22, 23).
#61617d hex color red value is 6, green value is 22, and blue value is 23.
Cylindrical-coordinate representations (HSL) of color #61617d hue: 183.53, saturation: 0.59 and lightness: 0.06.

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

Color Spaces
Color spaces of #61617dValue
RGB97, 97, 125
HSL0.67, 0.13, 0.44
HSV240°, 22°, 49°
XYZ12.91, 12.57, 21.14
Base Numbers
Base Red Green Blue
Binary 1100001 1100001 1111101
Octal 141 141 175
Decimal 97 97 125
Hex 61 61 7D

RGB Percentages for Color #61617d

30.41%
30.41%
39.18%

CMYK Percentages of the Color #61617d

22.4%
22.4%
50.98%
CSS Codes for Color #61617d
.mybgColor {background-color: #61617d;}
.myforeColor {color: #61617d;}
.myborderColor {border:3px solid #61617d;}
Text Font Color #61617d

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

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

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

The background color of this div is #61617d
Border Color #61617d

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #61617d

Scroll to Top