Color spaces of #51421e
RGB | 81 | 66 | 30 |
---|---|---|---|
HSL | 0.12 | 0.46 | 0.22 |
HSV | 42° | 63° | 32° |
CMYK | 0.00 | 0.19 | 0.63 0.68 |
XYZ | 5.5759 | 5.7395 | 2.0422 |
Yxy | 5.7395 | 0.4174 | 0.4297 |
Hunter Lab | 23.9573 | -0.3804 | 11.7160 |
CIE-Lab | 28.7455 | 1.4118 | 24.0089 |
#51421e color RGB value is (81,66,30).
#51421e hex color red value is 81, green value is 66 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #51421e hue: 0.12 , saturation: 0.46 and the lightness value of 51421e is 0.22.
The process color (four color CMYK) of #51421e color hex is 0.00, 0.19, 0.63, 0.68. Web safe color of #51421e is #663333. Color #51421e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01000010 | 00011110 |
Octal | 121 | 102 | 36 |
Decimal | 81 | 66 | 30 |
Hex | 51 | 42 | 1E |
Shades of #51421e
Tints of #51421e
RGB Percentages of Color #51421e
CMYK Percentages of Color #51421e
Complementary Color
#51421e | #1e2d51 |
#51421e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51421e Color Preview on White Background
Lorem ipsum dolor sit amet.
#51421e Color CSS Codes
.mybgcolor {background-color:#51421e; } .myforecolor {color:#51421e; } .mybordercolor {border:3px solid #51421e; }
#51421e Text Font Color
<p style="color:#51421e">Text here</p>
This sample text font color is #51421e
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.
#51421e Background Color
<div style="background-color:#51421e">
Div content here</div>
This div background color is #51421e
#51421e Border Color
<div style="border:3px solid #51421e">
Div here</div>
This div border color is #51421e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,66,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51421e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51421e; -webkit-box-shadow: 1px 1px 3px 2px #51421e; box-shadow: 1px 1px 3px 2px #51421e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,66,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51421e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51421e; -webkit-box-shadow: 1px 1px 3px 2px #51421e; box-shadow: 1px 1px 3px 2px #51421e;">
Div content here</div>
This div box has shadow with color #51421e
Comments
No comments written yet.
Please login to write comment.