Color Hex Logo

#529758 Color Hex

#529758
(82,151,88)
0 Favorites   0 Comments

Color spaces of #529758

RGB 8215188
HSL0.350.300.46
HSV125°46°59°
CMYK 0.460.000.42   0.41
XYZ16.307724.631613.1274
Yxy24.63160.30160.4556
Hunter Lab49.6302-28.200719.0587
CIE-Lab56.7147-35.589726.5673

#529758 color RGB value is (82,151,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 01011000
Octal 122 227 130
Decimal 82 151 88
Hex 52 97 58

RGB Percentages of Color #529758

%25.55
%47.04
%27.41

CMYK Percentages of Color #529758

%46
%0
%42
%41

Triadic Colors of #529758

#529758 #585297 #975852

Analogous Colors of #529758

#529758 #52977b #6f9752

Monochromatic Colors of #529758

#529758

Complementary Color

#529758 #975291

#529758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529758 Color CSS Codes

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

#529758 Text Font Color

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

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


#529758 Background Color

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

This div background color is #529758


#529758 Border Color

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

This div border color is #529758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529758


Comments

No comments written yet.

Please login to write comment.