Color spaces of #51354a
RGB | 81 | 53 | 74 |
---|---|---|---|
HSL | 0.88 | 0.21 | 0.26 |
HSV | 315° | 35° | 32° |
CMYK | 0.00 | 0.35 | 0.09 0.68 |
XYZ | 5.9025 | 4.7899 | 7.0920 |
Yxy | 4.7899 | 0.3319 | 0.2693 |
Hunter Lab | 21.8858 | 9.8403 | -3.8925 |
CIE-Lab | 26.1276 | 16.4173 | -7.8360 |
#51354a color RGB value is (81,53,74).
#51354a hex color red value is 81, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #51354a hue: 0.88 , saturation: 0.21 and the lightness value of 51354a is 0.26.
The process color (four color CMYK) of #51354a color hex is 0.00, 0.35, 0.09, 0.68. Web safe color of #51354a is #663333. Color #51354a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00110101 | 01001010 |
Octal | 121 | 65 | 112 |
Decimal | 81 | 53 | 74 |
Hex | 51 | 35 | 4A |
Shades of #51354a
Tints of #51354a
RGB Percentages of Color #51354a
CMYK Percentages of Color #51354a
Complementary Color
#51354a | #35513c |
#51354a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51354a Color Preview on White Background
Lorem ipsum dolor sit amet.
#51354a Color CSS Codes
.mybgcolor {background-color:#51354a; } .myforecolor {color:#51354a; } .mybordercolor {border:3px solid #51354a; }
#51354a Text Font Color
<p style="color:#51354a">Text here</p>
This sample text font color is #51354a
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.
#51354a Background Color
<div style="background-color:#51354a">
Div content here</div>
This div background color is #51354a
#51354a Border Color
<div style="border:3px solid #51354a">
Div here</div>
This div border color is #51354a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,53,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51354a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51354a; -webkit-box-shadow: 1px 1px 3px 2px #51354a; box-shadow: 1px 1px 3px 2px #51354a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,53,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51354a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51354a; -webkit-box-shadow: 1px 1px 3px 2px #51354a; box-shadow: 1px 1px 3px 2px #51354a;">
Div content here</div>
This div box has shadow with color #51354a
#51354a Color Palettes
Comments
No comments written yet.
Please login to write comment.