Color Hex Logo

#529320 Color Hex

#529320
(82,147,32)
0 Favorites   0 Comments

Color spaces of #529320

RGB 8214732
HSL0.260.640.35
HSV94°78°58°
CMYK 0.440.000.78   0.42
XYZ14.174122.76565.0136
Yxy22.76560.33790.5426
Hunter Lab47.7133-30.471627.1693
CIE-Lab54.8301-40.153650.4361

#529320 color RGB value is (82,147,32).

#529320 hex color red value is 82, green value is 147 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #529320 hue: 0.26 , saturation: 0.64 and the lightness value of 529320 is 0.35.

The process color (four color CMYK) of #529320 color hex is 0.44, 0.00, 0.78, 0.42. Web safe color of #529320 is #669933. Color #529320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010011 00100000
Octal 122 223 40
Decimal 82 147 32
Hex 52 93 20

RGB Percentages of Color #529320

%31.42
%56.32
%12.26

CMYK Percentages of Color #529320

%44
%0
%78
%42

Triadic Colors of #529320

#529320 #205293 #932052

Analogous Colors of #529320

#529320 #209327 #8c9320

Monochromatic Colors of #529320

#529320

Complementary Color

#529320 #612093

#529320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529320 Color CSS Codes

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

#529320 Text Font Color

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

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


#529320 Background Color

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

This div background color is #529320


#529320 Border Color

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

This div border color is #529320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,147,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #529320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #529320;
  -webkit-box-shadow: 1px 1px 3px 2px #529320;
  box-shadow:         1px 1px 3px 2px #529320; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529320


Comments

No comments written yet.

Please login to write comment.