Color Hex Logo

#525a33 Color Hex

#525A33
(82,90,51)
1 Favorites   0 Comments

Color spaces of #525a33

RGB 829051
HSL0.200.280.28
HSV72°43°35°
CMYK 0.090.000.43   0.65
XYZ7.73349.34524.5282
Yxy9.34520.35790.4325
Hunter Lab30.5699-8.341512.6166
CIE-Lab36.6406-10.238221.4673

#525a33 color RGB value is (82,90,51).

#525a33 hex color red value is 82, green value is 90 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #525a33 hue: 0.20 , saturation: 0.28 and the lightness value of 525a33 is 0.28.

The process color (four color CMYK) of #525a33 color hex is 0.09, 0.00, 0.43, 0.65. Web safe color of #525a33 is #666633. Color #525a33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 00110011
Octal 122 132 63
Decimal 82 90 51
Hex 52 5A 33

RGB Percentages of Color #525a33

%36.77
%40.36
%22.87

CMYK Percentages of Color #525a33

%9
%0
%43
%65

Triadic Colors of #525a33

#525a33 #33525a #5a3352

Analogous Colors of #525a33

#525a33 #3f5a33 #5a4f33

Monochromatic Colors of #525a33

#525a33

Complementary Color

#525a33 #3b335a

#525a33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525a33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525a33 Color CSS Codes

.mybgcolor {background-color:#525a33; } 
.myforecolor {color:#525a33; }
.mybordercolor {border:3px solid #525a33; }

#525a33 Text Font Color

<p style="color:#525a33">Text here</p>

This sample text font color is #525a33
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.


#525a33 Background Color

<div style="background-color:#525a33">
Div content here</div>

This div background color is #525a33


#525a33 Border Color

<div style="border:3px solid #525a33">
Div here</div>

This div border color is #525a33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,90,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525a33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525a33;
  -webkit-box-shadow: 1px 1px 3px 2px #525a33;
  box-shadow:         1px 1px 3px 2px #525a33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,90,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #525a33">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #525a33;
  -webkit-box-shadow: 1px 1px 3px 2px #525a33;
  box-shadow:         1px 1px 3px 2px #525a33;">
Div content here</div>

This div box has shadow with color #525a33


Comments

No comments written yet.

Please login to write comment.