Color Hex Logo

#527377 Color Hex

#527377
(82,115,119)
0 Favorites   0 Comments

Color spaces of #527377

RGB 82115119
HSL0.520.180.39
HSV186°31°47°
CMYK 0.310.030.00   0.53
XYZ12.940215.387219.7408
Yxy15.38720.26920.3201
Hunter Lab39.2265-9.7621-2.3792
CIE-Lab46.1600-10.7115-6.0237

#527377 color RGB value is (82,115,119).

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

The process color (four color CMYK) of #527377 color hex is 0.31, 0.03, 0.00, 0.53. Web safe color of #527377 is #666666. Color #527377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110011 01110111
Octal 122 163 167
Decimal 82 115 119
Hex 52 73 77

RGB Percentages of Color #527377

%25.95
%36.39
%37.66

CMYK Percentages of Color #527377

%31
%3
%0
%53

Triadic Colors of #527377

#527377 #775273 #737752

Analogous Colors of #527377

#527377 #526177 #527769

Monochromatic Colors of #527377

#527377

Complementary Color

#527377 #775652

#527377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527377 Color CSS Codes

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

#527377 Text Font Color

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

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


#527377 Background Color

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

This div background color is #527377


#527377 Border Color

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

This div border color is #527377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527377


Comments

No comments written yet.

Please login to write comment.