Color Hex Logo

#529757 Color Hex

#529757
(82,151,87)
0 Favorites   0 Comments

Color spaces of #529757

RGB 8215187
HSL0.350.300.46
HSV124°46°59°
CMYK 0.460.000.42   0.41
XYZ16.266624.615212.9107
Yxy24.61520.30240.4576
Hunter Lab49.6137-28.300119.3009
CIE-Lab56.6986-35.753727.0862

#529757 color RGB value is (82,151,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 01010111
Octal 122 227 127
Decimal 82 151 87
Hex 52 97 57

RGB Percentages of Color #529757

%25.63
%47.19
%27.19

CMYK Percentages of Color #529757

%46
%0
%42
%41

Triadic Colors of #529757

#529757 #575297 #975752

Analogous Colors of #529757

#529757 #52977a #709752

Monochromatic Colors of #529757

#529757

Complementary Color

#529757 #975292

#529757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529757 Color CSS Codes

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

#529757 Text Font Color

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

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


#529757 Background Color

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

This div background color is #529757


#529757 Border Color

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

This div border color is #529757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529757


Comments

No comments written yet.

Please login to write comment.