Color Hex Logo

#528c5c Color Hex

#528C5C
(82,140,92)
0 Favorites   0 Comments

Color spaces of #528c5c

RGB 8214092
HSL0.360.260.44
HSV130°41°55°
CMYK 0.410.000.34   0.45
XYZ14.789521.322713.4614
Yxy21.32270.29830.4301
Hunter Lab46.1765-23.638615.0393
CIE-Lab53.3009-29.779219.8505

#528c5c color RGB value is (82,140,92).

#528c5c hex color red value is 82, green value is 140 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #528c5c hue: 0.36 , saturation: 0.26 and the lightness value of 528c5c is 0.44.

The process color (four color CMYK) of #528c5c color hex is 0.41, 0.00, 0.34, 0.45. Web safe color of #528c5c is #669966. Color #528c5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001100 01011100
Octal 122 214 134
Decimal 82 140 92
Hex 52 8C 5C

RGB Percentages of Color #528c5c

%26.11
%44.59
%29.30

CMYK Percentages of Color #528c5c

%41
%0
%34
%45

Triadic Colors of #528c5c

#528c5c #5c528c #8c5c52

Analogous Colors of #528c5c

#528c5c #528c79 #658c52

Monochromatic Colors of #528c5c

#528c5c

Complementary Color

#528c5c #8c5282

#528c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#528c5c Color CSS Codes

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

#528c5c Text Font Color

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

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


#528c5c Background Color

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

This div background color is #528c5c


#528c5c Border Color

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

This div border color is #528c5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,140,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528c5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528c5c;
  -webkit-box-shadow: 1px 1px 3px 2px #528c5c;
  box-shadow:         1px 1px 3px 2px #528c5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528c5c


Comments

No comments written yet.

Please login to write comment.