COLOR #517C72

HEX: #517C72 RGB: (81,124,114)

Color info

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

RGB color model

#517C72 color RGB value is (81,124,114).

RGB: (81,124,114) (32%, 49%, 45%)

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 114 of 255 = 45%

81
124
114

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

Portions of RGB colors in percentages

R + G + B = 81 + 124 + 114 = 319 (100%)
R 81 of 319 ~ 25.39%
G 124 of 319 ~ 38.87%
B 114 of 319 ~ 35.74'%

%25.39
%38.87
%35.74

CMYK color model

#517C72 color CMYK value is (35,0,8,51).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 51.37%

CMYK: (35,0,8,51)
C35M0Y8K51 (35%, 0%, 8%, 51%)
(0.35 / 0.00 / 0.08 / 0.51)

CMYK percentages

%34.68
%0
%8.06
%51.37

Codes

Color #517C72 in popluar color models

51 7C 72
RGB 81 124 114
HSL 166° 20.98% 40.20%
HSB/HSV 166° 34.68% 48.63%
CMYK 34.68% 0.00% 8.06%
51.37%

Color #517C72 in popluar number systems.

HEX 51 7C 72
Decimal 81 124 114
Binary 1010001 1111100 1110010
Octal 121 174 162

Shades and tints

Shades of #517C72

#517C72
(81,124,114)
#4A7168
(74,113,104)
#43665E
(67,102,94)
#3C5B54
(60,91,84)
#35504A
(53,80,74)
#2E4540
(46,69,64)
#273A36
(39,58,54)
#202F2C
(32,47,44)
#192422
(25,36,34)
#121918
(18,25,24)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #517C72

#517C72
(81,124,114)
#60877E
(96,135,126)
#6F928A
(111,146,138)
#7E9D96
(126,157,150)
#8DA8A2
(141,168,162)
#9CB3AE
(156,179,174)
#ABBEBA
(171,190,186)
#BAC9C6
(186,201,198)
#C9D4D2
(201,212,210)
#D8DFDE
(216,223,222)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517C72 color. Also use rgb(81,124,114) instead hex code.

Text Font Color

.myTextColor { color: #517C72; }

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

This text font color is #517C72.

Background Color

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

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

This div background color is #517C72.

Border color

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

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

This div border color is #517C72.

Opacity

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

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

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

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

This text has shadow with #517C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517C72.

Preview

Color preview on black background

This text has color #517C72 on black background.


Color preview on white background

This text has color #517C72 on white background.


Black color preview on #517C72 background

This text has black color on #517C72 background.


White color preview on #517C72 background

This text has white color on #517C72 background.


Related colors

Complementary color

Complementary color for #hex is #AE838D.


I love getcolorcode.com

Triadic colors

1 #72517C and #7C7251 with #517C72 are triadic colors.

2 #727C51 and #7C5172 with #517C72 are triadic colors.