Color spaces of #51303c
RGB | 81 | 48 | 60 |
---|---|---|---|
HSL | 0.94 | 0.26 | 0.25 |
HSV | 338° | 41° | 32° |
CMYK | 0.00 | 0.41 | 0.26 0.68 |
XYZ | 5.2659 | 4.1895 | 4.8061 |
Yxy | 4.1895 | 0.3692 | 0.2938 |
Hunter Lab | 20.4683 | 10.1035 | 0.4061 |
CIE-Lab | 24.2883 | 16.9547 | -1.2192 |
#51303c color RGB value is (81,48,60).
#51303c hex color red value is 81, green value is 48 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #51303c hue: 0.94 , saturation: 0.26 and the lightness value of 51303c is 0.25.
The process color (four color CMYK) of #51303c color hex is 0.00, 0.41, 0.26, 0.68. Web safe color of #51303c is #663333. Color #51303c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00110000 | 00111100 |
Octal | 121 | 60 | 74 |
Decimal | 81 | 48 | 60 |
Hex | 51 | 30 | 3C |
Shades of #51303c
Tints of #51303c
RGB Percentages of Color #51303c
CMYK Percentages of Color #51303c
Complementary Color
#51303c | #305145 |
#51303c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51303c Color Preview on White Background
Lorem ipsum dolor sit amet.
#51303c Color CSS Codes
.mybgcolor {background-color:#51303c; } .myforecolor {color:#51303c; } .mybordercolor {border:3px solid #51303c; }
#51303c Text Font Color
<p style="color:#51303c">Text here</p>
This sample text font color is #51303c
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.
#51303c Background Color
<div style="background-color:#51303c">
Div content here</div>
This div background color is #51303c
#51303c Border Color
<div style="border:3px solid #51303c">
Div here</div>
This div border color is #51303c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,48,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51303c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51303c; -webkit-box-shadow: 1px 1px 3px 2px #51303c; box-shadow: 1px 1px 3px 2px #51303c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,48,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51303c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51303c; -webkit-box-shadow: 1px 1px 3px 2px #51303c; box-shadow: 1px 1px 3px 2px #51303c;">
Div content here</div>
This div box has shadow with color #51303c
Comments
No comments written yet.
Please login to write comment.