Color spaces of #61713e
RGB | 97 | 113 | 62 |
---|---|---|---|
HSL | 0.22 | 0.29 | 0.34 |
HSV | 79° | 45° | 44° |
CMYK | 0.14 | 0.00 | 0.45 0.56 |
XYZ | 11.7044 | 14.6994 | 6.7778 |
Yxy | 14.6994 | 0.3527 | 0.4430 |
Hunter Lab | 38.3398 | -12.6020 | 16.3564 |
CIE-Lab | 45.2197 | -15.1220 | 26.2878 |
#61713e color RGB value is (97,113,62).
#61713e hex color red value is 97, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #61713e hue: 0.22 , saturation: 0.29 and the lightness value of 61713e is 0.34.
The process color (four color CMYK) of #61713e color hex is 0.14, 0.00, 0.45, 0.56. Web safe color of #61713e is #666633. Color #61713e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01110001 | 00111110 |
Octal | 141 | 161 | 76 |
Decimal | 97 | 113 | 62 |
Hex | 61 | 71 | 3E |
Shades of #61713e
Tints of #61713e
RGB Percentages of Color #61713e
CMYK Percentages of Color #61713e
Complementary Color
#61713e | #4e3e71 |
#61713e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61713e Color Preview on White Background
Lorem ipsum dolor sit amet.
#61713e Color CSS Codes
.mybgcolor {background-color:#61713e; } .myforecolor {color:#61713e; } .mybordercolor {border:3px solid #61713e; }
#61713e Text Font Color
<p style="color:#61713e">Text here</p>
This sample text font color is #61713e
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.
#61713e Background Color
<div style="background-color:#61713e">
Div content here</div>
This div background color is #61713e
#61713e Border Color
<div style="border:3px solid #61713e">
Div here</div>
This div border color is #61713e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,113,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61713e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61713e; -webkit-box-shadow: 1px 1px 3px 2px #61713e; box-shadow: 1px 1px 3px 2px #61713e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,113,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61713e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61713e; -webkit-box-shadow: 1px 1px 3px 2px #61713e; box-shadow: 1px 1px 3px 2px #61713e;">
Div content here</div>
This div box has shadow with color #61713e
Comments
No comments written yet.
Please login to write comment.