Color Hex Logo

#517367 Color Hex

#517367
(81,115,103)
0 Favorites   0 Comments

Color spaces of #517367

RGB 81115103
HSL0.440.170.38
HSV159°30°45°
CMYK 0.300.000.10   0.55
XYZ11.972314.990115.0943
Yxy14.99010.28470.3564
Hunter Lab38.7171-12.55813.9870
CIE-Lab45.6206-14.96662.7328

#517367 color RGB value is (81,115,103).

#517367 hex color red value is 81, green value is 115 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #517367 hue: 0.44 , saturation: 0.17 and the lightness value of 517367 is 0.38.

The process color (four color CMYK) of #517367 color hex is 0.30, 0.00, 0.10, 0.55. Web safe color of #517367 is #666666. Color #517367 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110011 01100111
Octal 121 163 147
Decimal 81 115 103
Hex 51 73 67

RGB Percentages of Color #517367

%27.09
%38.46
%34.45

CMYK Percentages of Color #517367

%30
%0
%10
%55

Triadic Colors of #517367

#517367 #675173 #736751

Analogous Colors of #517367

#517367 #516e73 #517356

Monochromatic Colors of #517367

#517367

Complementary Color

#517367 #73515d

#517367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517367 Color CSS Codes

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

#517367 Text Font Color

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

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


#517367 Background Color

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

This div background color is #517367


#517367 Border Color

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

This div border color is #517367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517367


Comments

No comments written yet.

Please login to write comment.