Color Hex Logo

#529075 Color Hex

#529075
(82,144,117)
0 Favorites   0 Comments

Color spaces of #529075

RGB 82144117
HSL0.430.270.44
HSV154°43°56°
CMYK 0.430.000.19   0.44
XYZ16.663823.024720.3956
Yxy23.02470.27730.3832
Hunter Lab47.9841-21.98308.3877
CIE-Lab55.0978-26.61248.1483

#529075 color RGB value is (82,144,117).

#529075 hex color red value is 82, green value is 144 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #529075 hue: 0.43 , saturation: 0.27 and the lightness value of 529075 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010000 01110101
Octal 122 220 165
Decimal 82 144 117
Hex 52 90 75

RGB Percentages of Color #529075

%23.91
%41.98
%34.11

CMYK Percentages of Color #529075

%43
%0
%19
%44

Triadic Colors of #529075

#529075 #755290 #907552

Analogous Colors of #529075

#529075 #528c90 #529056

Monochromatic Colors of #529075

#529075

Complementary Color

#529075 #90526d

#529075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529075 Color CSS Codes

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

#529075 Text Font Color

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

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


#529075 Background Color

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

This div background color is #529075


#529075 Border Color

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

This div border color is #529075


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,144,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 #529075">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529075


Comments

No comments written yet.

Please login to write comment.