Color Hex Logo

#528262 Color Hex

#528262
(82,130,98)
0 Favorites   0 Comments

Color spaces of #528262

RGB 8213098
HSL0.390.230.42
HSV140°37°51°
CMYK 0.370.000.25   0.49
XYZ13.666918.640914.4330
Yxy18.64090.29240.3988
Hunter Lab43.1751-19.053010.4025
CIE-Lab50.2644-23.675212.2735

#528262 color RGB value is (82,130,98).

#528262 hex color red value is 82, green value is 130 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #528262 hue: 0.39 , saturation: 0.23 and the lightness value of 528262 is 0.42.

The process color (four color CMYK) of #528262 color hex is 0.37, 0.00, 0.25, 0.49. Web safe color of #528262 is #669966. Color #528262 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000010 01100010
Octal 122 202 142
Decimal 82 130 98
Hex 52 82 62

RGB Percentages of Color #528262

%26.45
%41.94
%31.61

CMYK Percentages of Color #528262

%37
%0
%25
%49

Triadic Colors of #528262

#528262 #625282 #826252

Analogous Colors of #528262

#528262 #52827a #5a8252

Monochromatic Colors of #528262

#528262

Complementary Color

#528262 #825272

#528262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528262 Color CSS Codes

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

#528262 Text Font Color

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

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


#528262 Background Color

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

This div background color is #528262


#528262 Border Color

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

This div border color is #528262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528262


Comments

No comments written yet.

Please login to write comment.