Color Hex Logo

#529775 Color Hex

#529775
(82,151,117)
0 Favorites   0 Comments

Color spaces of #529775

RGB 82151117
HSL0.420.300.46
HSV150°46°59°
CMYK 0.460.000.23   0.41
XYZ17.757225.211420.7600
Yxy25.21140.27860.3956
Hunter Lab50.2110-24.742310.6339
CIE-Lab57.2808-30.030611.2346

#529775 color RGB value is (82,151,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 01110101
Octal 122 227 165
Decimal 82 151 117
Hex 52 97 75

RGB Percentages of Color #529775

%23.43
%43.14
%33.43

CMYK Percentages of Color #529775

%46
%0
%23
%41

Triadic Colors of #529775

#529775 #755297 #977552

Analogous Colors of #529775

#529775 #529797 #529753

Monochromatic Colors of #529775

#529775

Complementary Color

#529775 #975274

#529775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529775 Color CSS Codes

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

#529775 Text Font Color

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

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


#529775 Background Color

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

This div background color is #529775


#529775 Border Color

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

This div border color is #529775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529775


Comments

No comments written yet.

Please login to write comment.