COLOR #517E72

HEX: #517E72
RGB: (81,126,114)

Color info

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

RGB color model

#517E72 color RGB value is (81,126,114).

  • red value is 81;
  • green value is 126;
  • blue value is 114.
RGB:
(81,126,114)
(32%,49%,45%)

RGB channels and saturation

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

81
126
114

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

Portions of RGB colors in percentages

R + G + B =
81 + 126 + 114 = 321 (100%)
R 81 of 321 ~ 25.23%
G 126 of 321 ~ 39.25%
B 114 of 321 ~ 35.51%

%25.23
%39.25
%35.51

CMYK color model

#517E72 color CMYK value is (36,0,10,51).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 50.59%
CMYK:
(36,0,10,51)
C36M0Y10K51 
(36%,0%,10%,51%)
(0.36/0.00/0.10/0.51)	

CMYK percentages

%35.71
%0
%9.52
%50.59

Codes

Color #517E72 in popluar color models

517E72
RGB81126114
HSL164°21.74%40.59%
HSB/HSV164°35.71%49.41%
CMYK35.71%0.00%9.52%
50.59%

Color #517E72 in popluar number systems.

HEX517E72
Decimal81126114
Binary101000111111101110010
Octal121176162

Shades and tints

Shades of #517E72

#517E72
(81,126,114)
#4A7368
(74,115,104)
#43685E
(67,104,94)
#3C5D54
(60,93,84)
#35524A
(53,82,74)
#2E4740
(46,71,64)
#273C36
(39,60,54)
#20312C
(32,49,44)
#192622
(25,38,34)
#121B18
(18,27,24)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #517E72

#517E72
(81,126,114)
#60897E
(96,137,126)
#6F948A
(111,148,138)
#7E9F96
(126,159,150)
#8DAAA2
(141,170,162)
#9CB5AE
(156,181,174)
#ABC0BA
(171,192,186)
#BACBC6
(186,203,198)
#C9D6D2
(201,214,210)
#D8E1DE
(216,225,222)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517E72; }

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

This text font color is #517E72.


Background Color

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

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

This div background color is #517E72.


Border color

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

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

This div border color is #517E72.


Opacity

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

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

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

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

This text has shadow with #517E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517E72 on black background.


Color preview on white background

This text has color #517E72 on white background.



Black color preview on #517E72 background

This text has black color on #517E72 background.


White color preview on #517E72 background

This text has white color on #517E72 background.