Color Hex Logo

#528527 Color Hex

#528527
(82,133,39)
0 Favorites   0 Comments

Color spaces of #528527

RGB 8213339
HSL0.260.550.34
HSV93°71°52°
CMYK 0.380.000.71   0.48
XYZ12.233418.71544.8871
Yxy18.71540.34140.5223
Hunter Lab43.2613-25.231223.5851
CIE-Lab50.3526-33.553843.3243

#528527 color RGB value is (82,133,39).

#528527 hex color red value is 82, green value is 133 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #528527 hue: 0.26 , saturation: 0.55 and the lightness value of 528527 is 0.34.

The process color (four color CMYK) of #528527 color hex is 0.38, 0.00, 0.71, 0.48. Web safe color of #528527 is #669933. Color #528527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000101 00100111
Octal 122 205 47
Decimal 82 133 39
Hex 52 85 27

RGB Percentages of Color #528527

%32.28
%52.36
%15.35

CMYK Percentages of Color #528527

%38
%0
%71
%48

Triadic Colors of #528527

#528527 #275285 #852752

Analogous Colors of #528527

#528527 #27852b #818527

Monochromatic Colors of #528527

#528527

Complementary Color

#528527 #5a2785

#528527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528527 Color CSS Codes

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

#528527 Text Font Color

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

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


#528527 Background Color

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

This div background color is #528527


#528527 Border Color

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

This div border color is #528527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528527


Comments

No comments written yet.

Please login to write comment.