Color spaces of #525f2e
RGB | 82 | 95 | 46 |
---|---|---|---|
HSL | 0.21 | 0.35 | 0.28 |
HSV | 76° | 52° | 37° |
CMYK | 0.14 | 0.00 | 0.52 0.63 |
XYZ | 8.0650 | 10.1755 | 4.1238 |
Yxy | 10.1755 | 0.3606 | 0.4550 |
Hunter Lab | 31.8991 | -10.6934 | 14.6645 |
CIE-Lab | 38.1556 | -13.7148 | 26.2068 |
#525f2e color RGB value is (82,95,46).
#525f2e hex color red value is 82, green value is 95 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #525f2e hue: 0.21 , saturation: 0.35 and the lightness value of 525f2e is 0.28.
The process color (four color CMYK) of #525f2e color hex is 0.14, 0.00, 0.52, 0.63. Web safe color of #525f2e is #666633. Color #525f2e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01011111 | 00101110 |
Octal | 122 | 137 | 56 |
Decimal | 82 | 95 | 46 |
Hex | 52 | 5F | 2E |
Shades of #525f2e
Tints of #525f2e
RGB Percentages of Color #525f2e
CMYK Percentages of Color #525f2e
Complementary Color
#525f2e | #3b2e5f |
#525f2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#525f2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#525f2e Color CSS Codes
.mybgcolor {background-color:#525f2e; } .myforecolor {color:#525f2e; } .mybordercolor {border:3px solid #525f2e; }
#525f2e Text Font Color
<p style="color:#525f2e">Text here</p>
This sample text font color is #525f2e
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.
#525f2e Background Color
<div style="background-color:#525f2e">
Div content here</div>
This div background color is #525f2e
#525f2e Border Color
<div style="border:3px solid #525f2e">
Div here</div>
This div border color is #525f2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,95,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #525f2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #525f2e; -webkit-box-shadow: 1px 1px 3px 2px #525f2e; box-shadow: 1px 1px 3px 2px #525f2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,95,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #525f2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #525f2e; -webkit-box-shadow: 1px 1px 3px 2px #525f2e; box-shadow: 1px 1px 3px 2px #525f2e;">
Div content here</div>
This div box has shadow with color #525f2e
Comments
No comments written yet.
Please login to write comment.