Color Hex Logo

#528661 Color Hex

#528661
(82,134,97)
0 Favorites   0 Comments

Color spaces of #528661

RGB 8213497
HSL0.380.240.42
HSV137°39°53°
CMYK 0.390.000.28   0.47
XYZ14.162419.707114.3667
Yxy19.70710.29360.4086
Hunter Lab44.3927-20.741111.8870
CIE-Lab51.5044-25.891914.5679

#528661 color RGB value is (82,134,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000110 01100001
Octal 122 206 141
Decimal 82 134 97
Hex 52 86 61

RGB Percentages of Color #528661

%26.20
%42.81
%30.99

CMYK Percentages of Color #528661

%39
%0
%28
%47

Triadic Colors of #528661

#528661 #615286 #866152

Analogous Colors of #528661

#528661 #52867b #5d8652

Monochromatic Colors of #528661

#528661

Complementary Color

#528661 #865277

#528661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528661 Color CSS Codes

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

#528661 Text Font Color

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

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


#528661 Background Color

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

This div background color is #528661


#528661 Border Color

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

This div border color is #528661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528661


Comments

No comments written yet.

Please login to write comment.