COLOR #517F77

HEX: #517F77 RGB: (81,127,119)

Color info

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

RGB color model

#517F77 color RGB value is (81,127,119).

RGB: (81,127,119) (32%, 50%, 47%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 119 of 255 = 47%

81
127
119

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

Portions of RGB colors in percentages

R + G + B = 81 + 127 + 119 = 327 (100%)
R 81 of 327 ~ 24.77%
G 127 of 327 ~ 38.84%
B 119 of 327 ~ 36.39'%

%24.77
%38.84
%36.39

CMYK color model

#517F77 color CMYK value is (36,0,6,50).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 50.20%

CMYK: (36,0,6,50)
C36M0Y6K50 (36%, 0%, 6%, 50%)
(0.36 / 0.00 / 0.06 / 0.50)

CMYK percentages

%36.22
%0
%6.3
%50.2

Codes

Color #517F77 in popluar color models

51 7F 77
RGB 81 127 119
HSL 170° 22.12% 40.78%
HSB/HSV 170° 36.22% 49.80%
CMYK 36.22% 0.00% 6.30%
50.20%

Color #517F77 in popluar number systems.

HEX 51 7F 77
Decimal 81 127 119
Binary 1010001 1111111 1110111
Octal 121 177 167

Shades and tints

Shades of #517F77

#517F77
(81,127,119)
#4A746D
(74,116,109)
#436963
(67,105,99)
#3C5E59
(60,94,89)
#35534F
(53,83,79)
#2E4845
(46,72,69)
#273D3B
(39,61,59)
#203231
(32,50,49)
#192727
(25,39,39)
#121C1D
(18,28,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #517F77

#517F77
(81,127,119)
#608A83
(96,138,131)
#6F958F
(111,149,143)
#7EA09B
(126,160,155)
#8DABA7
(141,171,167)
#9CB6B3
(156,182,179)
#ABC1BF
(171,193,191)
#BACCCB
(186,204,203)
#C9D7D7
(201,215,215)
#D8E2E3
(216,226,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517F77; }

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

This text font color is #517F77.

Background Color

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

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

This div background color is #517F77.

Border color

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

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

This div border color is #517F77.

Opacity

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

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

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

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

This text has shadow with #517F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517F77.

Preview

Color preview on black background

This text has color #517F77 on black background.


Color preview on white background

This text has color #517F77 on white background.


Black color preview on #517F77 background

This text has black color on #517F77 background.


White color preview on #517F77 background

This text has white color on #517F77 background.


Related colors

Complementary color

Complementary color for #hex is #AE8088.


I love getcolorcode.com

Triadic colors

1 #77517F and #7F7751 with #517F77 are triadic colors.

2 #777F51 and #7F5177 with #517F77 are triadic colors.