Color spaces of #65706d
RGB | 101 | 112 | 109 |
---|---|---|---|
HSL | 0.45 | 0.05 | 0.42 |
HSV | 164° | 10° | 44° |
CMYK | 0.10 | 0.00 | 0.03 0.56 |
XYZ | 13.9213 | 15.4592 | 16.7182 |
Yxy | 15.4592 | 0.3020 | 0.3354 |
Hunter Lab | 39.3182 | -5.6058 | 2.3125 |
CIE-Lab | 46.2568 | -4.7858 | 0.2434 |
#65706d color RGB value is (101,112,109).
#65706d hex color red value is 101, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #65706d hue: 0.45 , saturation: 0.05 and the lightness value of 65706d is 0.42.
The process color (four color CMYK) of #65706d color hex is 0.10, 0.00, 0.03, 0.56. Web safe color of #65706d is #666666. Color #65706d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01110000 | 01101101 |
Octal | 145 | 160 | 155 |
Decimal | 101 | 112 | 109 |
Hex | 65 | 70 | 6D |
Shades of #65706d
Tints of #65706d
RGB Percentages of Color #65706d
CMYK Percentages of Color #65706d
Complementary Color
#65706d | #706568 |
#65706d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65706d Color Preview on White Background
Lorem ipsum dolor sit amet.
#65706d Color CSS Codes
.mybgcolor {background-color:#65706d; } .myforecolor {color:#65706d; } .mybordercolor {border:3px solid #65706d; }
#65706d Text Font Color
<p style="color:#65706d">Text here</p>
This sample text font color is #65706d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#65706d Background Color
<div style="background-color:#65706d">
Div content here</div>
This div background color is #65706d
#65706d Border Color
<div style="border:3px solid #65706d">
Div here</div>
This div border color is #65706d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,112,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65706d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65706d; -webkit-box-shadow: 1px 1px 3px 2px #65706d; box-shadow: 1px 1px 3px 2px #65706d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,112,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65706d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65706d; -webkit-box-shadow: 1px 1px 3px 2px #65706d; box-shadow: 1px 1px 3px 2px #65706d;">
Div content here</div>
This div box has shadow with color #65706d
Comments
No comments written yet.
Please login to write comment.