Color spaces of #525307
RGB | 82 | 83 | 7 |
---|---|---|---|
HSL | 0.17 | 0.84 | 0.18 |
HSV | 61° | 92° | 33° |
CMYK | 0.01 | 0.00 | 0.92 0.67 |
XYZ | 6.6113 | 7.9957 | 1.3959 |
Yxy | 7.9957 | 0.4131 | 0.4996 |
Hunter Lab | 28.2767 | -7.7495 | 16.8668 |
CIE-Lab | 33.9739 | -9.7750 | 39.3531 |
#525307 color RGB value is (82,83,7).
#525307 hex color red value is 82, green value is 83 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #525307 hue: 0.17 , saturation: 0.84 and the lightness value of 525307 is 0.18.
The process color (four color CMYK) of #525307 color hex is 0.01, 0.00, 0.92, 0.67. Web safe color of #525307 is #666600. Color #525307 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01010011 | 00000111 |
Octal | 122 | 123 | 7 |
Decimal | 82 | 83 | 7 |
Hex | 52 | 53 | 7 |
Shades of #525307
Tints of #525307
RGB Percentages of Color #525307
CMYK Percentages of Color #525307
Complementary Color
#525307 | #080753 |
#525307 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#525307 Color Preview on White Background
Lorem ipsum dolor sit amet.
#525307 Color CSS Codes
.mybgcolor {background-color:#525307; } .myforecolor {color:#525307; } .mybordercolor {border:3px solid #525307; }
#525307 Text Font Color
<p style="color:#525307">Text here</p>
This sample text font color is #525307
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.
#525307 Background Color
<div style="background-color:#525307">
Div content here</div>
This div background color is #525307
#525307 Border Color
<div style="border:3px solid #525307">
Div here</div>
This div border color is #525307
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,83,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #525307; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #525307; -webkit-box-shadow: 1px 1px 3px 2px #525307; box-shadow: 1px 1px 3px 2px #525307; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,83,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #525307">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #525307; -webkit-box-shadow: 1px 1px 3px 2px #525307; box-shadow: 1px 1px 3px 2px #525307;">
Div content here</div>
This div box has shadow with color #525307
Comments
No comments written yet.
Please login to write comment.