COLOR #517F7D

HEX: #517F7D RGB: (81,127,125)

Color info

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

RGB color model

#517F7D color RGB value is (81,127,125).

RGB: (81,127,125) (32%, 50%, 49%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 125 of 255 = 49%

81
127
125

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

Portions of RGB colors in percentages

R + G + B = 81 + 127 + 125 = 333 (100%)
R 81 of 333 ~ 24.32%
G 127 of 333 ~ 38.14%
B 125 of 333 ~ 37.54'%

%24.32
%38.14
%37.54

CMYK color model

#517F7D color CMYK value is (36,0,2,50).

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

CMYK: (36,0,2,50)
C36M0Y2K50 (36%, 0%, 2%, 50%)
(0.36 / 0.00 / 0.02 / 0.50)

CMYK percentages

%36.22
%0
%1.57
%50.2

Codes

Color #517F7D in popluar color models

51 7F 7D
RGB 81 127 125
HSL 177° 22.12% 40.78%
HSB/HSV 177° 36.22% 49.80%
CMYK 36.22% 0.00% 1.57%
50.20%

Color #517F7D in popluar number systems.

HEX 51 7F 7D
Decimal 81 127 125
Binary 1010001 1111111 1111101
Octal 121 177 175

Shades and tints

Shades of #517F7D

#517F7D
(81,127,125)
#4A7472
(74,116,114)
#436967
(67,105,103)
#3C5E5C
(60,94,92)
#355351
(53,83,81)
#2E4846
(46,72,70)
#273D3B
(39,61,59)
#203230
(32,50,48)
#192725
(25,39,37)
#121C1A
(18,28,26)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #517F7D

#517F7D
(81,127,125)
#608A88
(96,138,136)
#6F9593
(111,149,147)
#7EA09E
(126,160,158)
#8DABA9
(141,171,169)
#9CB6B4
(156,182,180)
#ABC1BF
(171,193,191)
#BACCCA
(186,204,202)
#C9D7D5
(201,215,213)
#D8E2E0
(216,226,224)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517F7D; }

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

This text font color is #517F7D.

Background Color

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

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

This div background color is #517F7D.

Border color

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

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

This div border color is #517F7D.

Opacity

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

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

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

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

This text has shadow with #517F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517F7D.

Preview

Color preview on black background

This text has color #517F7D on black background.


Color preview on white background

This text has color #517F7D on white background.


Black color preview on #517F7D background

This text has black color on #517F7D background.


White color preview on #517F7D background

This text has white color on #517F7D background.


Related colors

Complementary color

Complementary color for #hex is #AE8082.


I love getcolorcode.com

Triadic colors

1 #7D517F and #7F7D51 with #517F7D are triadic colors.

2 #7D7F51 and #7F517D with #517F7D are triadic colors.