Color spaces of #61750b
RGB | 97 | 117 | 11 |
---|---|---|---|
HSL | 0.20 | 0.83 | 0.25 |
HSV | 71° | 91° | 46° |
CMYK | 0.17 | 0.00 | 0.91 0.54 |
XYZ | 11.3515 | 15.2881 | 2.6692 |
Yxy | 15.2881 | 0.3873 | 0.5216 |
Hunter Lab | 39.1000 | -16.6029 | 23.3225 |
CIE-Lab | 46.0263 | -21.1243 | 48.8427 |
#61750b color RGB value is (97,117,11).
#61750b hex color red value is 97, green value is 117 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #61750b hue: 0.20 , saturation: 0.83 and the lightness value of 61750b is 0.25.
The process color (four color CMYK) of #61750b color hex is 0.17, 0.00, 0.91, 0.54. Web safe color of #61750b is #666600. Color #61750b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01110101 | 00001011 |
Octal | 141 | 165 | 13 |
Decimal | 97 | 117 | 11 |
Hex | 61 | 75 | B |
Shades of #61750b
Tints of #61750b
RGB Percentages of Color #61750b
CMYK Percentages of Color #61750b
Complementary Color
#61750b | #1f0b75 |
#61750b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61750b Color Preview on White Background
Lorem ipsum dolor sit amet.
#61750b Color CSS Codes
.mybgcolor {background-color:#61750b; } .myforecolor {color:#61750b; } .mybordercolor {border:3px solid #61750b; }
#61750b Text Font Color
<p style="color:#61750b">Text here</p>
This sample text font color is #61750b
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.
#61750b Background Color
<div style="background-color:#61750b">
Div content here</div>
This div background color is #61750b
#61750b Border Color
<div style="border:3px solid #61750b">
Div here</div>
This div border color is #61750b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,117,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61750b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61750b; -webkit-box-shadow: 1px 1px 3px 2px #61750b; box-shadow: 1px 1px 3px 2px #61750b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,117,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61750b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61750b; -webkit-box-shadow: 1px 1px 3px 2px #61750b; box-shadow: 1px 1px 3px 2px #61750b;">
Div content here</div>
This div box has shadow with color #61750b
Comments
No comments written yet.
Please login to write comment.