Color Hex Logo

#528976 Color Hex

#528976
(82,137,118)
0 Favorites   0 Comments

Color spaces of #528976

RGB 82137118
HSL0.440.250.43
HSV159°40°54°
CMYK 0.400.000.14   0.46
XYZ15.695320.993220.3644
Yxy20.99320.27510.3680
Hunter Lab45.8183-19.03605.7208
CIE-Lab52.9421-22.85064.4899

#528976 color RGB value is (82,137,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 01110110
Octal 122 211 166
Decimal 82 137 118
Hex 52 89 76

RGB Percentages of Color #528976

%24.33
%40.65
%35.01

CMYK Percentages of Color #528976

%40
%0
%14
%46

Triadic Colors of #528976

#528976 #765289 #897652

Analogous Colors of #528976

#528976 #528189 #52895b

Monochromatic Colors of #528976

#528976

Complementary Color

#528976 #895265

#528976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528976 Color CSS Codes

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

#528976 Text Font Color

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

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


#528976 Background Color

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

This div background color is #528976


#528976 Border Color

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

This div border color is #528976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528976


Comments

No comments written yet.

Please login to write comment.