COLOR #517F66

HEX: #517F66
RGB: (81,127,102)

Color info

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

RGB color model

#517F66 color RGB value is (81,127,102).

  • red value is 81;
  • green value is 127;
  • blue value is 102.
RGB:
(81,127,102)
(32%,50%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 102 of 255 = 40%

81
127
102

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

Portions of RGB colors in percentages

R + G + B =
81 + 127 + 102 = 310 (100%)
R 81 of 310 ~ 26.13%
G 127 of 310 ~ 40.97%
B 102 of 310 ~ 32.9%

%26.13
%40.97
%32.9

CMYK color model

#517F66 color CMYK value is (36,0,20,50).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 50.20%
CMYK:
(36,0,20,50)
C36M0Y20K50 
(36%,0%,20%,50%)
(0.36/0.00/0.20/0.50)	

CMYK percentages

%36.22
%0
%19.69
%50.2

Codes

Color #517F66 in popluar color models

517F66
RGB81127102
HSL147°22.12%40.78%
HSB/HSV147°36.22%49.80%
CMYK36.22%0.00%19.69%
50.20%

Color #517F66 in popluar number systems.

HEX517F66
Decimal81127102
Binary101000111111111100110
Octal121177146

Shades and tints

Shades of #517F66

#517F66
(81,127,102)
#4A745D
(74,116,93)
#436954
(67,105,84)
#3C5E4B
(60,94,75)
#355342
(53,83,66)
#2E4839
(46,72,57)
#273D30
(39,61,48)
#203227
(32,50,39)
#19271E
(25,39,30)
#121C15
(18,28,21)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #517F66

#517F66
(81,127,102)
#608A73
(96,138,115)
#6F9580
(111,149,128)
#7EA08D
(126,160,141)
#8DAB9A
(141,171,154)
#9CB6A7
(156,182,167)
#ABC1B4
(171,193,180)
#BACCC1
(186,204,193)
#C9D7CE
(201,215,206)
#D8E2DB
(216,226,219)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517F66 color. Also use rgb(81,127,102) instead hex code.

Text Font Color

.myTextColor { color: #517F66; }

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

This text font color is #517F66.


Background Color

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

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

This div background color is #517F66.


Border color

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

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

This div border color is #517F66.


Opacity

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

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

Text with #517F66 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 #517F66;}

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

This text has shadow with #517F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517F66 on black background.


Color preview on white background

This text has color #517F66 on white background.



Black color preview on #517F66 background

This text has black color on #517F66 background.


White color preview on #517F66 background

This text has white color on #517F66 background.