Color Hex Logo

#528c65 Color Hex

#528C65
(82,140,101)
0 Favorites   0 Comments

Color spaces of #528c65

RGB 82140101
HSL0.390.260.44
HSV140°41°55°
CMYK 0.410.000.28   0.45
XYZ15.206721.489615.6583
Yxy21.48960.29050.4105
Hunter Lab46.3569-22.570212.4230
CIE-Lab53.4812-28.051115.0120

#528c65 color RGB value is (82,140,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001100 01100101
Octal 122 214 145
Decimal 82 140 101
Hex 52 8C 65

RGB Percentages of Color #528c65

%25.39
%43.34
%31.27

CMYK Percentages of Color #528c65

%41
%0
%28
%45

Triadic Colors of #528c65

#528c65 #65528c #8c6552

Analogous Colors of #528c65

#528c65 #528c82 #5c8c52

Monochromatic Colors of #528c65

#528c65

Complementary Color

#528c65 #8c5279

#528c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528c65 Color CSS Codes

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

#528c65 Text Font Color

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

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


#528c65 Background Color

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

This div background color is #528c65


#528c65 Border Color

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

This div border color is #528c65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528c65


Comments

No comments written yet.

Please login to write comment.