Color Hex Logo

#529764 Color Hex

#529764
(82,151,100)
0 Favorites   0 Comments

Color spaces of #529764

RGB 82151100
HSL0.380.300.46
HSV136°46°59°
CMYK 0.460.000.34   0.41
XYZ16.846524.847215.9647
Yxy24.84720.29220.4309
Hunter Lab49.8470-26.905515.9038
CIE-Lab56.9262-33.474720.2727

#529764 color RGB value is (82,151,100).

#529764 hex color red value is 82, green value is 151 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #529764 hue: 0.38 , saturation: 0.30 and the lightness value of 529764 is 0.46.

The process color (four color CMYK) of #529764 color hex is 0.46, 0.00, 0.34, 0.41. Web safe color of #529764 is #669966. Color #529764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 01100100
Octal 122 227 144
Decimal 82 151 100
Hex 52 97 64

RGB Percentages of Color #529764

%24.62
%45.35
%30.03

CMYK Percentages of Color #529764

%46
%0
%34
%41

Triadic Colors of #529764

#529764 #645297 #976452

Analogous Colors of #529764

#529764 #529787 #639752

Monochromatic Colors of #529764

#529764

Complementary Color

#529764 #975285

#529764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529764 Color CSS Codes

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

#529764 Text Font Color

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

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


#529764 Background Color

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

This div background color is #529764


#529764 Border Color

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

This div border color is #529764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529764


Comments

No comments written yet.

Please login to write comment.