Color Hex Logo

#527260 Color Hex

#527260
(82,114,96)
0 Favorites   0 Comments

Color spaces of #527260

RGB 8211496
HSL0.410.160.38
HSV146°28°45°
CMYK 0.280.000.16   0.55
XYZ11.608314.673013.2867
Yxy14.67300.29340.3708
Hunter Lab38.3054-12.94066.2483
CIE-Lab45.1830-15.64666.2871

#527260 color RGB value is (82,114,96).

#527260 hex color red value is 82, green value is 114 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #527260 hue: 0.41 , saturation: 0.16 and the lightness value of 527260 is 0.38.

The process color (four color CMYK) of #527260 color hex is 0.28, 0.00, 0.16, 0.55. Web safe color of #527260 is #666666. Color #527260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 01100000
Octal 122 162 140
Decimal 82 114 96
Hex 52 72 60

RGB Percentages of Color #527260

%28.08
%39.04
%32.88

CMYK Percentages of Color #527260

%28
%0
%16
%55

Triadic Colors of #527260

#527260 #605272 #726052

Analogous Colors of #527260

#527260 #527270 #547252

Monochromatic Colors of #527260

#527260

Complementary Color

#527260 #725264

#527260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527260 Color CSS Codes

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

#527260 Text Font Color

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

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


#527260 Background Color

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

This div background color is #527260


#527260 Border Color

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

This div border color is #527260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527260


Comments

No comments written yet.

Please login to write comment.