Color spaces of #51693b
RGB | 81 | 105 | 59 |
---|---|---|---|
HSL | 0.25 | 0.28 | 0.32 |
HSV | 91° | 44° | 41° |
CMYK | 0.23 | 0.00 | 0.44 0.59 |
XYZ | 9.2343 | 12.1682 | 5.9997 |
Yxy | 12.1682 | 0.3370 | 0.4441 |
Hunter Lab | 34.8829 | -13.7922 | 14.2205 |
CIE-Lab | 41.4822 | -17.9107 | 23.0011 |
#51693b color RGB value is (81,105,59).
#51693b hex color red value is 81, green value is 105 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #51693b hue: 0.25 , saturation: 0.28 and the lightness value of 51693b is 0.32.
The process color (four color CMYK) of #51693b color hex is 0.23, 0.00, 0.44, 0.59. Web safe color of #51693b is #666633. Color #51693b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01101001 | 00111011 |
Octal | 121 | 151 | 73 |
Decimal | 81 | 105 | 59 |
Hex | 51 | 69 | 3B |
Shades of #51693b
Tints of #51693b
RGB Percentages of Color #51693b
CMYK Percentages of Color #51693b
Complementary Color
#51693b | #533b69 |
#51693b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51693b Color Preview on White Background
Lorem ipsum dolor sit amet.
#51693b Color CSS Codes
.mybgcolor {background-color:#51693b; } .myforecolor {color:#51693b; } .mybordercolor {border:3px solid #51693b; }
#51693b Text Font Color
<p style="color:#51693b">Text here</p>
This sample text font color is #51693b
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.
#51693b Background Color
<div style="background-color:#51693b">
Div content here</div>
This div background color is #51693b
#51693b Border Color
<div style="border:3px solid #51693b">
Div here</div>
This div border color is #51693b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,105,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51693b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51693b; -webkit-box-shadow: 1px 1px 3px 2px #51693b; box-shadow: 1px 1px 3px 2px #51693b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,105,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51693b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51693b; -webkit-box-shadow: 1px 1px 3px 2px #51693b; box-shadow: 1px 1px 3px 2px #51693b;">
Div content here</div>
This div box has shadow with color #51693b
Comments
No comments written yet.
Please login to write comment.