Color spaces of #54533f
RGB | 84 | 83 | 63 |
---|---|---|---|
HSL | 0.16 | 0.14 | 0.29 |
HSV | 57° | 25° | 33° |
CMYK | 0.00 | 0.01 | 0.25 0.67 |
XYZ | 7.6466 | 8.4302 | 5.9268 |
Yxy | 8.4302 | 0.3475 | 0.3831 |
Hunter Lab | 29.0348 | -3.8012 | 8.2217 |
CIE-Lab | 34.8632 | -3.3907 | 11.8986 |
#54533f color RGB value is (84,83,63).
#54533f hex color red value is 84, green value is 83 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #54533f hue: 0.16 , saturation: 0.14 and the lightness value of 54533f is 0.29.
The process color (four color CMYK) of #54533f color hex is 0.00, 0.01, 0.25, 0.67. Web safe color of #54533f is #666633. Color #54533f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01010011 | 00111111 |
Octal | 124 | 123 | 77 |
Decimal | 84 | 83 | 63 |
Hex | 54 | 53 | 3F |
Shades of #54533f
Tints of #54533f
RGB Percentages of Color #54533f
CMYK Percentages of Color #54533f
Complementary Color
#54533f | #3f4054 |
#54533f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54533f Color Preview on White Background
Lorem ipsum dolor sit amet.
#54533f Color CSS Codes
.mybgcolor {background-color:#54533f; } .myforecolor {color:#54533f; } .mybordercolor {border:3px solid #54533f; }
#54533f Text Font Color
<p style="color:#54533f">Text here</p>
This sample text font color is #54533f
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.
#54533f Background Color
<div style="background-color:#54533f">
Div content here</div>
This div background color is #54533f
#54533f Border Color
<div style="border:3px solid #54533f">
Div here</div>
This div border color is #54533f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,83,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54533f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54533f; -webkit-box-shadow: 1px 1px 3px 2px #54533f; box-shadow: 1px 1px 3px 2px #54533f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,83,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54533f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54533f; -webkit-box-shadow: 1px 1px 3px 2px #54533f; box-shadow: 1px 1px 3px 2px #54533f;">
Div content here</div>
This div box has shadow with color #54533f
Comments
No comments written yet.
Please login to write comment.