COLOR #517F61

HEX: #517F61 RGB: (81,127,97)

Color info

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

RGB color model

#517F61 color RGB value is (81,127,97).

RGB: (81,127,97) (32%, 50%, 38%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 97 of 255 = 38%

81
127
97

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

Portions of RGB colors in percentages

R + G + B = 81 + 127 + 97 = 305 (100%)
R 81 of 305 ~ 26.56%
G 127 of 305 ~ 41.64%
B 97 of 305 ~ 31.8'%

%26.56
%41.64
%31.8

CMYK color model

#517F61 color CMYK value is (36,0,24,50).

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

CMYK: (36,0,24,50)
C36M0Y24K50 (36%, 0%, 24%, 50%)
(0.36 / 0.00 / 0.24 / 0.50)

CMYK percentages

%36.22
%0
%23.62
%50.2

Codes

Color #517F61 in popluar color models

51 7F 61
RGB 81 127 97
HSL 141° 22.12% 40.78%
HSB/HSV 141° 36.22% 49.80%
CMYK 36.22% 0.00% 23.62%
50.20%

Color #517F61 in popluar number systems.

HEX 51 7F 61
Decimal 81 127 97
Binary 1010001 1111111 1100001
Octal 121 177 141

Shades and tints

Shades of #517F61

#517F61
(81,127,97)
#4A7459
(74,116,89)
#436951
(67,105,81)
#3C5E49
(60,94,73)
#355341
(53,83,65)
#2E4839
(46,72,57)
#273D31
(39,61,49)
#203229
(32,50,41)
#192721
(25,39,33)
#121C19
(18,28,25)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #517F61

#517F61
(81,127,97)
#608A6F
(96,138,111)
#6F957D
(111,149,125)
#7EA08B
(126,160,139)
#8DAB99
(141,171,153)
#9CB6A7
(156,182,167)
#ABC1B5
(171,193,181)
#BACCC3
(186,204,195)
#C9D7D1
(201,215,209)
#D8E2DF
(216,226,223)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517F61; }

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

This text font color is #517F61.

Background Color

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

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

This div background color is #517F61.

Border color

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

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

This div border color is #517F61.

Opacity

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

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

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

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

This text has shadow with #517F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517F61.

Preview

Color preview on black background

This text has color #517F61 on black background.


Color preview on white background

This text has color #517F61 on white background.


Black color preview on #517F61 background

This text has black color on #517F61 background.


White color preview on #517F61 background

This text has white color on #517F61 background.


Related colors

Complementary color

Complementary color for #hex is #AE809E.


I love getcolorcode.com

Triadic colors

1 #61517F and #7F6151 with #517F61 are triadic colors.

2 #617F51 and #7F5161 with #517F61 are triadic colors.