Color spaces of #53600b
RGB | 83 | 96 | 11 |
---|---|---|---|
HSL | 0.19 | 0.79 | 0.21 |
HSV | 69° | 89° | 38° |
CMYK | 0.14 | 0.00 | 0.89 0.62 |
XYZ | 7.8106 | 10.2289 | 1.8793 |
Yxy | 10.2289 | 0.3921 | 0.5135 |
Hunter Lab | 31.9827 | -12.3775 | 18.9040 |
CIE-Lab | 38.2502 | -16.4573 | 41.8485 |
#53600b color RGB value is (83,96,11).
#53600b hex color red value is 83, green value is 96 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #53600b hue: 0.19 , saturation: 0.79 and the lightness value of 53600b is 0.21.
The process color (four color CMYK) of #53600b color hex is 0.14, 0.00, 0.89, 0.62. Web safe color of #53600b is #666600. Color #53600b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01100000 | 00001011 |
Octal | 123 | 140 | 13 |
Decimal | 83 | 96 | 11 |
Hex | 53 | 60 | B |
Shades of #53600b
Tints of #53600b
RGB Percentages of Color #53600b
CMYK Percentages of Color #53600b
Complementary Color
#53600b | #180b60 |
#53600b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53600b Color Preview on White Background
Lorem ipsum dolor sit amet.
#53600b Color CSS Codes
.mybgcolor {background-color:#53600b; } .myforecolor {color:#53600b; } .mybordercolor {border:3px solid #53600b; }
#53600b Text Font Color
<p style="color:#53600b">Text here</p>
This sample text font color is #53600b
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.
#53600b Background Color
<div style="background-color:#53600b">
Div content here</div>
This div background color is #53600b
#53600b Border Color
<div style="border:3px solid #53600b">
Div here</div>
This div border color is #53600b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,96,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53600b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53600b; -webkit-box-shadow: 1px 1px 3px 2px #53600b; box-shadow: 1px 1px 3px 2px #53600b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,96,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 #53600b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53600b; -webkit-box-shadow: 1px 1px 3px 2px #53600b; box-shadow: 1px 1px 3px 2px #53600b;">
Div content here</div>
This div box has shadow with color #53600b
Comments
No comments written yet.
Please login to write comment.