Color Hex Logo

#527564 Color Hex

#527564
(82,117,100)
0 Favorites   0 Comments

Color spaces of #527564

RGB 82117100
HSL0.420.180.39
HSV151°30°46°
CMYK 0.300.000.15   0.54
XYZ12.141215.436514.3962
Yxy15.43650.28930.3678
Hunter Lab39.2893-13.59615.7778
CIE-Lab46.2263-16.40425.3981

#527564 color RGB value is (82,117,100).

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

The process color (four color CMYK) of #527564 color hex is 0.30, 0.00, 0.15, 0.54. Web safe color of #527564 is #666666. Color #527564 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 01100100
Octal 122 165 144
Decimal 82 117 100
Hex 52 75 64

RGB Percentages of Color #527564

%27.42
%39.13
%33.44

CMYK Percentages of Color #527564

%30
%0
%15
%54

Triadic Colors of #527564

#527564 #645275 #756452

Analogous Colors of #527564

#527564 #527575 #527553

Monochromatic Colors of #527564

#527564

Complementary Color

#527564 #755263

#527564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527564 Color CSS Codes

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

#527564 Text Font Color

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

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


#527564 Background Color

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

This div background color is #527564


#527564 Border Color

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

This div border color is #527564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527564


Comments

No comments written yet.

Please login to write comment.