Color Hex Logo

#528960 Color Hex

#528960
(82,137,96)
0 Favorites   0 Comments

Color spaces of #528960

RGB 8213796
HSL0.380.250.43
HSV135°40°54°
CMYK 0.400.000.30   0.46
XYZ14.536720.529714.2628
Yxy20.52970.29470.4162
Hunter Lab45.3097-22.023913.0532
CIE-Lab52.4309-27.570316.4113

#528960 color RGB value is (82,137,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 01100000
Octal 122 211 140
Decimal 82 137 96
Hex 52 89 60

RGB Percentages of Color #528960

%26.03
%43.49
%30.48

CMYK Percentages of Color #528960

%40
%0
%30
%46

Triadic Colors of #528960

#528960 #605289 #896052

Analogous Colors of #528960

#528960 #52897c #608952

Monochromatic Colors of #528960

#528960

Complementary Color

#528960 #89527b

#528960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528960 Color CSS Codes

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

#528960 Text Font Color

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

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


#528960 Background Color

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

This div background color is #528960


#528960 Border Color

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

This div border color is #528960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528960


Comments

No comments written yet.

Please login to write comment.