COLOR #517E80

HEX: #517E80
RGB: (81,126,128)

Color info

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

RGB color model

#517E80 color RGB value is (81,126,128).

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

RGB channels and saturation

R 81 of 255 = 32%
G 126 of 255 = 49%
B 128 of 255 = 50%

81
126
128

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

Portions of RGB colors in percentages

R + G + B =
81 + 126 + 128 = 335 (100%)
R 81 of 335 ~ 24.18%
G 126 of 335 ~ 37.61%
B 128 of 335 ~ 38.21%

%24.18
%37.61
%38.21

CMYK color model

#517E80 color CMYK value is (37,2,0,50).

  • cyan value is 36.72%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(37,2,0,50)
C37M2Y0K50 
(37%,2%,0%,50%)
(0.37/0.02/0.00/0.50)	

CMYK percentages

%36.72
%1.56
%0
%49.8

Codes

Color #517E80 in popluar color models

517E80
RGB81126128
HSL183°22.49%40.98%
HSB/HSV183°36.72%50.20%
CMYK36.72%1.56%0.00%
49.80%

Color #517E80 in popluar number systems.

HEX517E80
Decimal81126128
Binary1010001111111010000000
Octal121176200

Shades and tints

Shades of #517E80

#517E80
(81,126,128)
#4A7375
(74,115,117)
#43686A
(67,104,106)
#3C5D5F
(60,93,95)
#355254
(53,82,84)
#2E4749
(46,71,73)
#273C3E
(39,60,62)
#203133
(32,49,51)
#192628
(25,38,40)
#121B1D
(18,27,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #517E80

#517E80
(81,126,128)
#60898B
(96,137,139)
#6F9496
(111,148,150)
#7E9FA1
(126,159,161)
#8DAAAC
(141,170,172)
#9CB5B7
(156,181,183)
#ABC0C2
(171,192,194)
#BACBCD
(186,203,205)
#C9D6D8
(201,214,216)
#D8E1E3
(216,225,227)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517E80; }

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

This text font color is #517E80.


Background Color

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

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

This div background color is #517E80.


Border color

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

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

This div border color is #517E80.


Opacity

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

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

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

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

This text has shadow with #517E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517E80 on black background.


Color preview on white background

This text has color #517E80 on white background.



Black color preview on #517E80 background

This text has black color on #517E80 background.


White color preview on #517E80 background

This text has white color on #517E80 background.