Color spaces of #542932
RGB | 84 | 41 | 50 |
---|---|---|---|
HSL | 0.97 | 0.34 | 0.25 |
HSV | 347° | 51° | 33° |
CMYK | 0.00 | 0.51 | 0.40 0.67 |
XYZ | 5.0248 | 3.7010 | 3.4671 |
Yxy | 3.7010 | 0.4121 | 0.3035 |
Hunter Lab | 19.2380 | 12.9562 | 2.7813 |
CIE-Lab | 22.6573 | 21.0303 | 3.2588 |
#542932 color RGB value is (84,41,50).
#542932 hex color red value is 84, green value is 41 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #542932 hue: 0.97 , saturation: 0.34 and the lightness value of 542932 is 0.25.
The process color (four color CMYK) of #542932 color hex is 0.00, 0.51, 0.40, 0.67. Web safe color of #542932 is #663333. Color #542932 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00101001 | 00110010 |
Octal | 124 | 51 | 62 |
Decimal | 84 | 41 | 50 |
Hex | 54 | 29 | 32 |
Shades of #542932
Tints of #542932
RGB Percentages of Color #542932
CMYK Percentages of Color #542932
Complementary Color
#542932 | #29544b |
#542932 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#542932 Color Preview on White Background
Lorem ipsum dolor sit amet.
#542932 Color CSS Codes
.mybgcolor {background-color:#542932; } .myforecolor {color:#542932; } .mybordercolor {border:3px solid #542932; }
#542932 Text Font Color
<p style="color:#542932">Text here</p>
This sample text font color is #542932
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.
#542932 Background Color
<div style="background-color:#542932">
Div content here</div>
This div background color is #542932
#542932 Border Color
<div style="border:3px solid #542932">
Div here</div>
This div border color is #542932
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,41,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #542932; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #542932; -webkit-box-shadow: 1px 1px 3px 2px #542932; box-shadow: 1px 1px 3px 2px #542932; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,41,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #542932">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #542932; -webkit-box-shadow: 1px 1px 3px 2px #542932; box-shadow: 1px 1px 3px 2px #542932;">
Div content here</div>
This div box has shadow with color #542932
Comments
No comments written yet.
Please login to write comment.