Color Hex Logo

#529052 Color Hex

#529052
(82,144,82)
0 Favorites   0 Comments

Color spaces of #529052

RGB 8214482
HSL0.330.270.44
HSV120°43°56°
CMYK 0.430.000.43   0.44
XYZ14.975922.349611.5072
Yxy22.34960.30670.4577
Hunter Lab47.2754-26.186618.6611
CIE-Lab54.3960-33.374426.8140

#529052 color RGB value is (82,144,82).

#529052 hex color red value is 82, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #529052 hue: 0.33 , saturation: 0.27 and the lightness value of 529052 is 0.44.

The process color (four color CMYK) of #529052 color hex is 0.43, 0.00, 0.43, 0.44. Web safe color of #529052 is #669966. Color #529052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010000 01010010
Octal 122 220 122
Decimal 82 144 82
Hex 52 90 52

RGB Percentages of Color #529052

%26.62
%46.75
%26.62

CMYK Percentages of Color #529052

%43
%0
%43
%44

Triadic Colors of #529052

#529052 #525290 #905252

Analogous Colors of #529052

#529052 #529071 #719052

Monochromatic Colors of #529052

#529052

Complementary Color

#529052 #905290

#529052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529052 Color CSS Codes

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

#529052 Text Font Color

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

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


#529052 Background Color

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

This div background color is #529052


#529052 Border Color

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

This div border color is #529052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529052


Comments

No comments written yet.

Please login to write comment.