Color Hex Logo

#529173 Color Hex

#529173
(82,145,115)
0 Favorites   0 Comments

Color spaces of #529173

RGB 82145115
HSL0.420.280.45
HSV151°43°57°
CMYK 0.430.000.21   0.43
XYZ16.699623.282419.8335
Yxy23.28240.27920.3892
Hunter Lab48.2518-22.66329.4056
CIE-Lab55.3620-27.55129.6650

#529173 color RGB value is (82,145,115).

#529173 hex color red value is 82, green value is 145 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #529173 hue: 0.42 , saturation: 0.28 and the lightness value of 529173 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010001 01110011
Octal 122 221 163
Decimal 82 145 115
Hex 52 91 73

RGB Percentages of Color #529173

%23.98
%42.40
%33.63

CMYK Percentages of Color #529173

%43
%0
%21
%43

Triadic Colors of #529173

#529173 #735291 #917352

Analogous Colors of #529173

#529173 #529091 #529154

Monochromatic Colors of #529173

#529173

Complementary Color

#529173 #915270

#529173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529173 Color CSS Codes

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

#529173 Text Font Color

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

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


#529173 Background Color

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

This div background color is #529173


#529173 Border Color

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

This div border color is #529173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529173


Comments

No comments written yet.

Please login to write comment.