Color spaces of #51231e
RGB | 81 | 35 | 30 |
---|---|---|---|
HSL | 0.02 | 0.46 | 0.22 |
HSV | 6° | 63° | 32° |
CMYK | 0.00 | 0.57 | 0.63 0.68 |
XYZ | 4.2287 | 3.0451 | 1.5932 |
Yxy | 3.0451 | 0.4769 | 0.3434 |
Hunter Lab | 17.4502 | 12.7179 | 6.8020 |
CIE-Lab | 20.2236 | 21.0348 | 13.5367 |
#51231e color RGB value is (81,35,30).
#51231e hex color red value is 81, green value is 35 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #51231e hue: 0.02 , saturation: 0.46 and the lightness value of 51231e is 0.22.
The process color (four color CMYK) of #51231e color hex is 0.00, 0.57, 0.63, 0.68. Web safe color of #51231e is #663333. Color #51231e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00100011 | 00011110 |
Octal | 121 | 43 | 36 |
Decimal | 81 | 35 | 30 |
Hex | 51 | 23 | 1E |
Shades of #51231e
Tints of #51231e
RGB Percentages of Color #51231e
CMYK Percentages of Color #51231e
Complementary Color
#51231e | #1e4c51 |
#51231e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51231e Color Preview on White Background
Lorem ipsum dolor sit amet.
#51231e Color CSS Codes
.mybgcolor {background-color:#51231e; } .myforecolor {color:#51231e; } .mybordercolor {border:3px solid #51231e; }
#51231e Text Font Color
<p style="color:#51231e">Text here</p>
This sample text font color is #51231e
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.
#51231e Background Color
<div style="background-color:#51231e">
Div content here</div>
This div background color is #51231e
#51231e Border Color
<div style="border:3px solid #51231e">
Div here</div>
This div border color is #51231e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,35,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51231e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51231e; -webkit-box-shadow: 1px 1px 3px 2px #51231e; box-shadow: 1px 1px 3px 2px #51231e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,35,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 #51231e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51231e; -webkit-box-shadow: 1px 1px 3px 2px #51231e; box-shadow: 1px 1px 3px 2px #51231e;">
Div content here</div>
This div box has shadow with color #51231e
Comments
No comments written yet.
Please login to write comment.