Color Hex Logo

#528667 Color Hex

#528667
(82,134,103)
0 Favorites   0 Comments

Color spaces of #528667

RGB 82134103
HSL0.400.240.42
HSV144°39°53°
CMYK 0.390.000.23   0.47
XYZ14.453019.823315.8965
Yxy19.82330.28810.3951
Hunter Lab44.5234-19.97199.9976
CIE-Lab51.6368-24.661911.3034

#528667 color RGB value is (82,134,103).

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

The process color (four color CMYK) of #528667 color hex is 0.39, 0.00, 0.23, 0.47. Web safe color of #528667 is #669966. Color #528667 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000110 01100111
Octal 122 206 147
Decimal 82 134 103
Hex 52 86 67

RGB Percentages of Color #528667

%25.71
%42.01
%32.29

CMYK Percentages of Color #528667

%39
%0
%23
%47

Triadic Colors of #528667

#528667 #675286 #866752

Analogous Colors of #528667

#528667 #528681 #578652

Monochromatic Colors of #528667

#528667

Complementary Color

#528667 #865271

#528667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528667 Color CSS Codes

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

#528667 Text Font Color

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

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


#528667 Background Color

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

This div background color is #528667


#528667 Border Color

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

This div border color is #528667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528667


Comments

No comments written yet.

Please login to write comment.