Color Hex Logo

#528970 Color Hex

#528970
(82,137,112)
0 Favorites   0 Comments

Color spaces of #528970

RGB 82137112
HSL0.420.250.43
HSV153°40°54°
CMYK 0.400.000.18   0.46
XYZ15.350020.855018.5456
Yxy20.85500.28040.3809
Hunter Lab45.6673-19.91917.8893
CIE-Lab52.7904-24.22367.7403

#528970 color RGB value is (82,137,112).

#528970 hex color red value is 82, green value is 137 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #528970 hue: 0.42 , saturation: 0.25 and the lightness value of 528970 is 0.43.

The process color (four color CMYK) of #528970 color hex is 0.40, 0.00, 0.18, 0.46. Web safe color of #528970 is #669966. Color #528970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 01110000
Octal 122 211 160
Decimal 82 137 112
Hex 52 89 70

RGB Percentages of Color #528970

%24.77
%41.39
%33.84

CMYK Percentages of Color #528970

%40
%0
%18
%46

Triadic Colors of #528970

#528970 #705289 #897052

Analogous Colors of #528970

#528970 #528789 #528955

Monochromatic Colors of #528970

#528970

Complementary Color

#528970 #89526b

#528970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528970 Color CSS Codes

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

#528970 Text Font Color

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

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


#528970 Background Color

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

This div background color is #528970


#528970 Border Color

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

This div border color is #528970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528970


Comments

No comments written yet.

Please login to write comment.