Color Hex Logo

#529333 Color Hex

#529333
(82,147,51)
0 Favorites   0 Comments

Color spaces of #529333

RGB 8214751
HSL0.280.480.39
HSV101°65°58°
CMYK 0.440.000.65   0.42
XYZ14.510922.90036.7874
Yxy22.90030.32830.5181
Hunter Lab47.8543-29.618225.0886
CIE-Lab54.9695-38.670943.0604

#529333 color RGB value is (82,147,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010011 00110011
Octal 122 223 63
Decimal 82 147 51
Hex 52 93 33

RGB Percentages of Color #529333

%29.29
%52.50
%18.21

CMYK Percentages of Color #529333

%44
%0
%65
%42

Triadic Colors of #529333

#529333 #335293 #933352

Analogous Colors of #529333

#529333 #339344 #829333

Monochromatic Colors of #529333

#529333

Complementary Color

#529333 #743393

#529333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529333 Color CSS Codes

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

#529333 Text Font Color

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

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


#529333 Background Color

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

This div background color is #529333


#529333 Border Color

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

This div border color is #529333


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,147,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 #529333">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529333


Comments

No comments written yet.

Please login to write comment.