Color Hex Logo

#528366 Color Hex

#528366
(82,131,102)
0 Favorites   0 Comments

Color spaces of #528366

RGB 82131102
HSL0.400.230.42
HSV144°37°51°
CMYK 0.370.000.22   0.49
XYZ13.994218.985715.4974
Yxy18.98570.28870.3916
Hunter Lab43.5726-18.92329.4132
CIE-Lab50.6705-23.350910.5261

#528366 color RGB value is (82,131,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000011 01100110
Octal 122 203 146
Decimal 82 131 102
Hex 52 83 66

RGB Percentages of Color #528366

%26.03
%41.59
%32.38

CMYK Percentages of Color #528366

%37
%0
%22
%49

Triadic Colors of #528366

#528366 #665283 #836652

Analogous Colors of #528366

#528366 #52837f #578352

Monochromatic Colors of #528366

#528366

Complementary Color

#528366 #83526f

#528366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528366 Color CSS Codes

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

#528366 Text Font Color

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

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


#528366 Background Color

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

This div background color is #528366


#528366 Border Color

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

This div border color is #528366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528366


Comments

No comments written yet.

Please login to write comment.