Color Hex Logo

#529529 Color Hex

#529529
(82,149,41)
1 Favorites   0 Comments

Color spaces of #529529

RGB 8214941
HSL0.270.570.37
HSV97°72°58°
CMYK 0.450.000.72   0.42
XYZ14.627423.44885.8530
Yxy23.44880.33300.5338
Hunter Lab48.4240-30.822526.7304
CIE-Lab55.5316-40.380747.8497

#529529 color RGB value is (82,149,41).

#529529 hex color red value is 82, green value is 149 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #529529 hue: 0.27 , saturation: 0.57 and the lightness value of 529529 is 0.37.

The process color (four color CMYK) of #529529 color hex is 0.45, 0.00, 0.72, 0.42. Web safe color of #529529 is #669933. Color #529529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010101 00101001
Octal 122 225 51
Decimal 82 149 41
Hex 52 95 29

RGB Percentages of Color #529529

%30.15
%54.78
%15.07

CMYK Percentages of Color #529529

%45
%0
%72
%42

Triadic Colors of #529529

#529529 #295295 #952952

Analogous Colors of #529529

#529529 #299536 #889529

Monochromatic Colors of #529529

#529529

Complementary Color

#529529 #6c2995

#529529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529529 Color CSS Codes

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

#529529 Text Font Color

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

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


#529529 Background Color

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

This div background color is #529529


#529529 Border Color

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

This div border color is #529529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529529


Comments

No comments written yet.

Please login to write comment.