Color spaces of #51461b
RGB | 81 | 70 | 27 |
---|---|---|---|
HSL | 0.13 | 0.50 | 0.21 |
HSV | 48° | 67° | 32° |
CMYK | 0.00 | 0.14 | 0.67 0.68 |
XYZ | 5.7813 | 6.2088 | 1.9306 |
Yxy | 6.2088 | 0.4153 | 0.4460 |
Hunter Lab | 24.9175 | -2.1903 | 12.8484 |
CIE-Lab | 29.9333 | -1.3510 | 27.0429 |
#51461b color RGB value is (81,70,27).
#51461b hex color red value is 81, green value is 70 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #51461b hue: 0.13 , saturation: 0.50 and the lightness value of 51461b is 0.21.
The process color (four color CMYK) of #51461b color hex is 0.00, 0.14, 0.67, 0.68. Web safe color of #51461b is #663333. Color #51461b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01000110 | 00011011 |
Octal | 121 | 106 | 33 |
Decimal | 81 | 70 | 27 |
Hex | 51 | 46 | 1B |
Shades of #51461b
Tints of #51461b
RGB Percentages of Color #51461b
CMYK Percentages of Color #51461b
Complementary Color
#51461b | #1b2651 |
#51461b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51461b Color Preview on White Background
Lorem ipsum dolor sit amet.
#51461b Color CSS Codes
.mybgcolor {background-color:#51461b; } .myforecolor {color:#51461b; } .mybordercolor {border:3px solid #51461b; }
#51461b Text Font Color
<p style="color:#51461b">Text here</p>
This sample text font color is #51461b
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.
#51461b Background Color
<div style="background-color:#51461b">
Div content here</div>
This div background color is #51461b
#51461b Border Color
<div style="border:3px solid #51461b">
Div here</div>
This div border color is #51461b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,70,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51461b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51461b; -webkit-box-shadow: 1px 1px 3px 2px #51461b; box-shadow: 1px 1px 3px 2px #51461b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,70,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51461b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51461b; -webkit-box-shadow: 1px 1px 3px 2px #51461b; box-shadow: 1px 1px 3px 2px #51461b;">
Div content here</div>
This div box has shadow with color #51461b
Comments
No comments written yet.
Please login to write comment.