Color spaces of #65815a
RGB | 101 | 129 | 90 |
---|---|---|---|
HSL | 0.29 | 0.18 | 0.43 |
HSV | 103° | 30° | 51° |
CMYK | 0.22 | 0.00 | 0.30 0.49 |
XYZ | 15.0625 | 19.2054 | 12.5860 |
Yxy | 19.2054 | 0.3215 | 0.4099 |
Hunter Lab | 43.8240 | -15.3407 | 13.6490 |
CIE-Lab | 50.9267 | -17.9008 | 17.9653 |
#65815a color RGB value is (101,129,90).
#65815a hex color red value is 101, green value is 129 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #65815a hue: 0.29 , saturation: 0.18 and the lightness value of 65815a is 0.43.
The process color (four color CMYK) of #65815a color hex is 0.22, 0.00, 0.30, 0.49. Web safe color of #65815a is #669966. Color #65815a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10000001 | 01011010 |
Octal | 145 | 201 | 132 |
Decimal | 101 | 129 | 90 |
Hex | 65 | 81 | 5A |
Shades of #65815a
Tints of #65815a
RGB Percentages of Color #65815a
CMYK Percentages of Color #65815a
Complementary Color
#65815a | #765a81 |
#65815a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65815a Color Preview on White Background
Lorem ipsum dolor sit amet.
#65815a Color CSS Codes
.mybgcolor {background-color:#65815a; } .myforecolor {color:#65815a; } .mybordercolor {border:3px solid #65815a; }
#65815a Text Font Color
<p style="color:#65815a">Text here</p>
This sample text font color is #65815a
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.
#65815a Background Color
<div style="background-color:#65815a">
Div content here</div>
This div background color is #65815a
#65815a Border Color
<div style="border:3px solid #65815a">
Div here</div>
This div border color is #65815a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,129,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65815a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65815a; -webkit-box-shadow: 1px 1px 3px 2px #65815a; box-shadow: 1px 1px 3px 2px #65815a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,129,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65815a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65815a; -webkit-box-shadow: 1px 1px 3px 2px #65815a; box-shadow: 1px 1px 3px 2px #65815a;">
Div content here</div>
This div box has shadow with color #65815a
Comments
No comments written yet.
Please login to write comment.