color details

Color Details
#65715d Color Hex

#65715d color RGB value is (6, 87, 21).
#65715d hex color red value is 6, green value is 87, and blue value is 21.
Cylindrical-coordinate representations (HSL) of color #65715d hue: 131.11, saturation: 0.87 and lightness: 0.18.

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

Color Spaces
Color spaces of #65715dValue
RGB101, 113, 93
HSL0.27, 0.1, 0.4
HSV96°, 18°, 44°
XYZ13.25, 15.37, 12.62
Base Numbers
Base Red Green Blue
Binary 1100101 1110001 1011101
Octal 145 161 135
Decimal 101 113 93
Hex 65 71 5D

RGB Percentages for Color #65715d

32.9%
36.81%
30.29%

CMYK Percentages of the Color #65715d

10.62%
17.7%
55.69%
CSS Codes for Color #65715d
.mybgColor {background-color: #65715d;}
.myforeColor {color: #65715d;}
.myborderColor {border:3px solid #65715d;}
Text Font Color #65715d

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(101, 113, 93, 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 #65715d;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top