Color spaces of #51410f
RGB | 81 | 65 | 15 |
---|---|---|---|
HSL | 0.13 | 0.69 | 0.19 |
HSV | 45° | 81° | 32° |
CMYK | 0.00 | 0.20 | 0.81 0.68 |
XYZ | 5.3699 | 5.5644 | 1.2430 |
Yxy | 5.5644 | 0.4410 | 0.4569 |
Hunter Lab | 23.5890 | -0.6462 | 13.3881 |
CIE-Lab | 28.2858 | 0.9708 | 31.3215 |
#51410f color RGB value is (81,65,15).
#51410f hex color red value is 81, green value is 65 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #51410f hue: 0.13 , saturation: 0.69 and the lightness value of 51410f is 0.19.
The process color (four color CMYK) of #51410f color hex is 0.00, 0.20, 0.81, 0.68. Web safe color of #51410f is #663300. Color #51410f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01000001 | 00001111 |
Octal | 121 | 101 | 17 |
Decimal | 81 | 65 | 15 |
Hex | 51 | 41 | F |
Shades of #51410f
Tints of #51410f
RGB Percentages of Color #51410f
CMYK Percentages of Color #51410f
Complementary Color
#51410f | #0f1f51 |
#51410f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51410f Color Preview on White Background
Lorem ipsum dolor sit amet.
#51410f Color CSS Codes
.mybgcolor {background-color:#51410f; } .myforecolor {color:#51410f; } .mybordercolor {border:3px solid #51410f; }
#51410f Text Font Color
<p style="color:#51410f">Text here</p>
This sample text font color is #51410f
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.
#51410f Background Color
<div style="background-color:#51410f">
Div content here</div>
This div background color is #51410f
#51410f Border Color
<div style="border:3px solid #51410f">
Div here</div>
This div border color is #51410f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,65,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51410f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51410f; -webkit-box-shadow: 1px 1px 3px 2px #51410f; box-shadow: 1px 1px 3px 2px #51410f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,65,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51410f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51410f; -webkit-box-shadow: 1px 1px 3px 2px #51410f; box-shadow: 1px 1px 3px 2px #51410f;">
Div content here</div>
This div box has shadow with color #51410f
Comments
No comments written yet.
Please login to write comment.