COLOR #517B6F

HEX: #517B6F
RGB: (81,123,111)

Color info

#517B6F contains red, green and blue colors in about the same proportion. Web safe color of #517B6F is #666666 (or #666).

RGB color model

#517B6F color RGB value is (81,123,111).

  • red value is 81;
  • green value is 123;
  • blue value is 111.
RGB:
(81,123,111)
(32%,48%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 123 of 255 = 48%
B 111 of 255 = 44%

81
123
111

R + G + B ~ 41%. #517B6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 123 + 111 = 315 (100%)
R 81 of 315 ~ 25.71%
G 123 of 315 ~ 39.05%
B 111 of 315 ~ 35.24%

%25.71
%39.05
%35.24

CMYK color model

#517B6F color CMYK value is (34,0,10,52).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(34,0,10,52)
C34M0Y10K52 
(34%,0%,10%,52%)
(0.34/0.00/0.10/0.52)	

CMYK percentages

%34.15
%0
%9.76
%51.76

Codes

Color #517B6F in popluar color models

517B6F
RGB81123111
HSL163°20.59%40.00%
HSB/HSV163°34.15%48.24%
CMYK34.15%0.00%9.76%
51.76%

Color #517B6F in popluar number systems.

HEX517B6F
Decimal81123111
Binary101000111110111101111
Octal121173157

Shades and tints

Shades of #517B6F

#517B6F
(81,123,111)
#4A7065
(74,112,101)
#43655B
(67,101,91)
#3C5A51
(60,90,81)
#354F47
(53,79,71)
#2E443D
(46,68,61)
#273933
(39,57,51)
#202E29
(32,46,41)
#19231F
(25,35,31)
#121815
(18,24,21)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #517B6F

#517B6F
(81,123,111)
#60877C
(96,135,124)
#6F9389
(111,147,137)
#7E9F96
(126,159,150)
#8DABA3
(141,171,163)
#9CB7B0
(156,183,176)
#ABC3BD
(171,195,189)
#BACFCA
(186,207,202)
#C9DBD7
(201,219,215)
#D8E7E4
(216,231,228)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517B6F color. Also use rgb(81,123,111) instead hex code.

Text Font Color

.myTextColor { color: #517B6F; }

<p style="color:#517B6F">This sample text font color is #517B6F.</p>

This text font color is #517B6F.


Background Color

.myBgColor { background-color: #517B6F; }

<div style="background-color:#517B6F">Inner text</div>

This div background color is #517B6F.


Border color

.myBorderColor { border: 1px solid #517B6F; }

<div style="border:3px solid #517B6F">Div</div>

This div border color is #517B6F.


Opacity

.myOpacity80 { color: #517B6F; opacity: 0.8; }

<p style="color:#517B6F;opacity:0.8;">80%</p>

Text with #517B6F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #517B6F;}

<p style="text-shadow: 3px 3px 1px #517B6F">Text here.</p>

This text has shadow with #517B6F color.

.textShadow {text-shadow: 3px 3px 1px #517B6F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #517B6F, 5px 5px 20px red">Text here.</p>

This text has shadow with #517B6F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#517B6F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#517B6F, Direction=45, Strength=4)">Text</p>

This text has shadow with #517B6F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #517B6F;
  -webkit-box-shadow:	1px 1px 3px 2px #517B6F;
  box-shadow:		1px 1px 3px 2px #517B6F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #517B6F;
-webkit-box-shadow: 1px 1px 3px 2px #517B6F;
box-shadow:1px 1px 3px 2px #517B6F;">
Div content here</div>
This div box has shadow with color #517B6F.

Preview

Color preview on black background

This text has color #517B6F on black background.


Color preview on white background

This text has color #517B6F on white background.



Black color preview on #517B6F background

This text has black color on #517B6F background.


White color preview on #517B6F background

This text has white color on #517B6F background.