Color Hex Logo

#529027 Color Hex

#529027
(82,144,39)
0 Favorites   0 Comments

Color spaces of #529027

RGB 8214439
HSL0.270.570.36
HSV95°73°56°
CMYK 0.430.000.73   0.44
XYZ13.819121.88685.4157
Yxy21.88680.33610.5322
Hunter Lab46.7833-29.144625.8848
CIE-Lab53.9067-38.405946.9767

#529027 color RGB value is (82,144,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010000 00100111
Octal 122 220 47
Decimal 82 144 39
Hex 52 90 27

RGB Percentages of Color #529027

%30.94
%54.34
%14.72

CMYK Percentages of Color #529027

%43
%0
%73
%44

Triadic Colors of #529027

#529027 #275290 #902752

Analogous Colors of #529027

#529027 #279031 #879027

Monochromatic Colors of #529027

#529027

Complementary Color

#529027 #652790

#529027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529027 Color CSS Codes

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

#529027 Text Font Color

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

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


#529027 Background Color

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

This div background color is #529027


#529027 Border Color

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

This div border color is #529027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529027


Comments

No comments written yet.

Please login to write comment.