Color spaces of #657517
RGB | 101 | 117 | 23 |
---|---|---|---|
HSL | 0.20 | 0.67 | 0.27 |
HSV | 70° | 80° | 46° |
CMYK | 0.14 | 0.00 | 0.80 0.54 |
XYZ | 11.8828 | 15.5511 | 3.1860 |
Yxy | 15.5511 | 0.3881 | 0.5079 |
Hunter Lab | 39.4349 | -15.2242 | 22.8143 |
CIE-Lab | 46.3800 | -18.8656 | 45.9217 |
#657517 color RGB value is (101,117,23).
#657517 hex color red value is 101, green value is 117 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #657517 hue: 0.20 , saturation: 0.67 and the lightness value of 657517 is 0.27.
The process color (four color CMYK) of #657517 color hex is 0.14, 0.00, 0.80, 0.54. Web safe color of #657517 is #666600. Color #657517 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01110101 | 00010111 |
Octal | 145 | 165 | 27 |
Decimal | 101 | 117 | 23 |
Hex | 65 | 75 | 17 |
Shades of #657517
Tints of #657517
RGB Percentages of Color #657517
CMYK Percentages of Color #657517
Complementary Color
#657517 | #271775 |
#657517 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#657517 Color Preview on White Background
Lorem ipsum dolor sit amet.
#657517 Color CSS Codes
.mybgcolor {background-color:#657517; } .myforecolor {color:#657517; } .mybordercolor {border:3px solid #657517; }
#657517 Text Font Color
<p style="color:#657517">Text here</p>
This sample text font color is #657517
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.
#657517 Background Color
<div style="background-color:#657517">
Div content here</div>
This div background color is #657517
#657517 Border Color
<div style="border:3px solid #657517">
Div here</div>
This div border color is #657517
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,117,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #657517; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #657517; -webkit-box-shadow: 1px 1px 3px 2px #657517; box-shadow: 1px 1px 3px 2px #657517; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,117,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #657517">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #657517; -webkit-box-shadow: 1px 1px 3px 2px #657517; box-shadow: 1px 1px 3px 2px #657517;">
Div content here</div>
This div box has shadow with color #657517
Comments
No comments written yet.
Please login to write comment.