Color spaces of #524410
RGB | 82 | 68 | 16 |
---|---|---|---|
HSL | 0.13 | 0.67 | 0.19 |
HSV | 47° | 80° | 32° |
CMYK | 0.00 | 0.17 | 0.80 0.68 |
XYZ | 5.6403 | 5.9655 | 1.3444 |
Yxy | 5.9655 | 0.4355 | 0.4606 |
Hunter Lab | 24.4244 | -1.5218 | 13.8335 |
CIE-Lab | 29.3253 | -0.3420 | 31.9210 |
#524410 color RGB value is (82,68,16).
#524410 hex color red value is 82, green value is 68 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #524410 hue: 0.13 , saturation: 0.67 and the lightness value of 524410 is 0.19.
The process color (four color CMYK) of #524410 color hex is 0.00, 0.17, 0.80, 0.68. Web safe color of #524410 is #663300. Color #524410 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01000100 | 00010000 |
Octal | 122 | 104 | 20 |
Decimal | 82 | 68 | 16 |
Hex | 52 | 44 | 10 |
Shades of #524410
Tints of #524410
RGB Percentages of Color #524410
CMYK Percentages of Color #524410
Complementary Color
#524410 | #101e52 |
#524410 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#524410 Color Preview on White Background
Lorem ipsum dolor sit amet.
#524410 Color CSS Codes
.mybgcolor {background-color:#524410; } .myforecolor {color:#524410; } .mybordercolor {border:3px solid #524410; }
#524410 Text Font Color
<p style="color:#524410">Text here</p>
This sample text font color is #524410
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.
#524410 Background Color
<div style="background-color:#524410">
Div content here</div>
This div background color is #524410
#524410 Border Color
<div style="border:3px solid #524410">
Div here</div>
This div border color is #524410
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,68,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #524410; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #524410; -webkit-box-shadow: 1px 1px 3px 2px #524410; box-shadow: 1px 1px 3px 2px #524410; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,68,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #524410">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #524410; -webkit-box-shadow: 1px 1px 3px 2px #524410; box-shadow: 1px 1px 3px 2px #524410;">
Div content here</div>
This div box has shadow with color #524410
Comments
No comments written yet.
Please login to write comment.