Color spaces of #656d63
RGB | 101 | 109 | 99 |
---|---|---|---|
HSL | 0.30 | 0.05 | 0.41 |
HSV | 108° | 9° | 43° |
CMYK | 0.07 | 0.00 | 0.09 0.57 |
XYZ | 13.0876 | 14.6048 | 13.9336 |
Yxy | 14.6048 | 0.3144 | 0.3509 |
Hunter Lab | 38.2162 | -5.7490 | 5.1343 |
CIE-Lab | 45.0881 | -5.1181 | 4.5389 |
#656d63 color RGB value is (101,109,99).
#656d63 hex color red value is 101, green value is 109 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #656d63 hue: 0.30 , saturation: 0.05 and the lightness value of 656d63 is 0.41.
The process color (four color CMYK) of #656d63 color hex is 0.07, 0.00, 0.09, 0.57. Web safe color of #656d63 is #666666. Color #656d63 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01101101 | 01100011 |
Octal | 145 | 155 | 143 |
Decimal | 101 | 109 | 99 |
Hex | 65 | 6D | 63 |
Shades of #656d63
Tints of #656d63
RGB Percentages of Color #656d63
CMYK Percentages of Color #656d63
Complementary Color
#656d63 | #6b636d |
#656d63 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#656d63 Color Preview on White Background
Lorem ipsum dolor sit amet.
#656d63 Color CSS Codes
.mybgcolor {background-color:#656d63; } .myforecolor {color:#656d63; } .mybordercolor {border:3px solid #656d63; }
#656d63 Text Font Color
<p style="color:#656d63">Text here</p>
This sample text font color is #656d63
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.
#656d63 Background Color
<div style="background-color:#656d63">
Div content here</div>
This div background color is #656d63
#656d63 Border Color
<div style="border:3px solid #656d63">
Div here</div>
This div border color is #656d63
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,109,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #656d63; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #656d63; -webkit-box-shadow: 1px 1px 3px 2px #656d63; box-shadow: 1px 1px 3px 2px #656d63; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,109,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #656d63">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #656d63; -webkit-box-shadow: 1px 1px 3px 2px #656d63; box-shadow: 1px 1px 3px 2px #656d63;">
Div content here</div>
This div box has shadow with color #656d63
Comments
No comments written yet.
Please login to write comment.