Color spaces of #54211c
RGB | 84 | 33 | 28 |
---|---|---|---|
HSL | 0.01 | 0.50 | 0.22 |
HSV | 5° | 67° | 33° |
CMYK | 0.00 | 0.61 | 0.67 0.67 |
XYZ | 4.4096 | 3.0564 | 1.4561 |
Yxy | 3.0564 | 0.4942 | 0.3426 |
Hunter Lab | 17.4826 | 14.4283 | 7.2996 |
CIE-Lab | 20.2684 | 23.3331 | 15.0594 |
#54211c color RGB value is (84,33,28).
#54211c hex color red value is 84, green value is 33 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #54211c hue: 0.01 , saturation: 0.50 and the lightness value of 54211c is 0.22.
The process color (four color CMYK) of #54211c color hex is 0.00, 0.61, 0.67, 0.67. Web safe color of #54211c is #663333. Color #54211c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00100001 | 00011100 |
Octal | 124 | 41 | 34 |
Decimal | 84 | 33 | 28 |
Hex | 54 | 21 | 1C |
Shades of #54211c
Tints of #54211c
RGB Percentages of Color #54211c
CMYK Percentages of Color #54211c
Complementary Color
#54211c | #1c4f54 |
#54211c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54211c Color Preview on White Background
Lorem ipsum dolor sit amet.
#54211c Color CSS Codes
.mybgcolor {background-color:#54211c; } .myforecolor {color:#54211c; } .mybordercolor {border:3px solid #54211c; }
#54211c Text Font Color
<p style="color:#54211c">Text here</p>
This sample text font color is #54211c
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.
#54211c Background Color
<div style="background-color:#54211c">
Div content here</div>
This div background color is #54211c
#54211c Border Color
<div style="border:3px solid #54211c">
Div here</div>
This div border color is #54211c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,33,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54211c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54211c; -webkit-box-shadow: 1px 1px 3px 2px #54211c; box-shadow: 1px 1px 3px 2px #54211c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,33,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54211c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54211c; -webkit-box-shadow: 1px 1px 3px 2px #54211c; box-shadow: 1px 1px 3px 2px #54211c;">
Div content here</div>
This div box has shadow with color #54211c
Comments
No comments written yet.
Please login to write comment.