Color Hex Logo

#527d78 Color Hex

#527D78
(82,125,120)
0 Favorites   0 Comments

Color spaces of #527d78

RGB 82125120
HSL0.480.210.41
HSV173°34°49°
CMYK 0.340.000.04   0.51
XYZ14.203517.817120.4597
Yxy17.81710.27060.3395
Hunter Lab42.2103-13.80390.8088
CIE-Lab49.2735-16.0197-2.0133

#527d78 color RGB value is (82,125,120).

#527d78 hex color red value is 82, green value is 125 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #527d78 hue: 0.48 , saturation: 0.21 and the lightness value of 527d78 is 0.41.

The process color (four color CMYK) of #527d78 color hex is 0.34, 0.00, 0.04, 0.51. Web safe color of #527d78 is #666666. Color #527d78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 01111000
Octal 122 175 170
Decimal 82 125 120
Hex 52 7D 78

RGB Percentages of Color #527d78

%25.08
%38.23
%36.70

CMYK Percentages of Color #527d78

%34
%0
%4
%51

Triadic Colors of #527d78

#527d78 #78527d #7d7852

Analogous Colors of #527d78

#527d78 #526d7d #527d63

Monochromatic Colors of #527d78

#527d78

Complementary Color

#527d78 #7d5257

#527d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527d78 Color CSS Codes

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

#527d78 Text Font Color

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

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


#527d78 Background Color

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

This div background color is #527d78


#527d78 Border Color

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

This div border color is #527d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,125,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527d78;
  -webkit-box-shadow: 1px 1px 3px 2px #527d78;
  box-shadow:         1px 1px 3px 2px #527d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527d78


Comments

No comments written yet.

Please login to write comment.