Color Hex Logo

#528827 Color Hex

#528827
(82,136,39)
0 Favorites   0 Comments

Color spaces of #528827

RGB 8213639
HSL0.260.550.34
HSV93°71°53°
CMYK 0.400.000.71   0.47
XYZ12.650019.54865.0260
Yxy19.54860.33980.5252
Hunter Lab44.2138-26.303624.2099
CIE-Lab51.3230-34.902944.3303

#528827 color RGB value is (82,136,39).

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

The process color (four color CMYK) of #528827 color hex is 0.40, 0.00, 0.71, 0.47. Web safe color of #528827 is #669933. Color #528827 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 00100111
Octal 122 210 47
Decimal 82 136 39
Hex 52 88 27

RGB Percentages of Color #528827

%31.91
%52.92
%15.18

CMYK Percentages of Color #528827

%40
%0
%71
%47

Triadic Colors of #528827

#528827 #275288 #882752

Analogous Colors of #528827

#528827 #27882d #838827

Monochromatic Colors of #528827

#528827

Complementary Color

#528827 #5d2788

#528827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528827 Color CSS Codes

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

#528827 Text Font Color

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

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


#528827 Background Color

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

This div background color is #528827


#528827 Border Color

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

This div border color is #528827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528827


Comments

No comments written yet.

Please login to write comment.