COLOR #517E78

HEX: #517E78
RGB: (81,126,120)

Color info

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

RGB color model

#517E78 color RGB value is (81,126,120).

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

RGB channels and saturation

R 81 of 255 = 32%
G 126 of 255 = 49%
B 120 of 255 = 47%

81
126
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 126 + 120 = 327 (100%)
R 81 of 327 ~ 24.77%
G 126 of 327 ~ 38.53%
B 120 of 327 ~ 36.7%

%24.77
%38.53
%36.7

CMYK color model

#517E78 color CMYK value is (36,0,5,51).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 50.59%
CMYK:
(36,0,5,51)
C36M0Y5K51 
(36%,0%,5%,51%)
(0.36/0.00/0.05/0.51)	

CMYK percentages

%35.71
%0
%4.76
%50.59

Codes

Color #517E78 in popluar color models

517E78
RGB81126120
HSL172°21.74%40.59%
HSB/HSV172°35.71%49.41%
CMYK35.71%0.00%4.76%
50.59%

Color #517E78 in popluar number systems.

HEX517E78
Decimal81126120
Binary101000111111101111000
Octal121176170

Shades and tints

Shades of #517E78

#517E78
(81,126,120)
#4A736E
(74,115,110)
#436864
(67,104,100)
#3C5D5A
(60,93,90)
#355250
(53,82,80)
#2E4746
(46,71,70)
#273C3C
(39,60,60)
#203132
(32,49,50)
#192628
(25,38,40)
#121B1E
(18,27,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #517E78

#517E78
(81,126,120)
#608984
(96,137,132)
#6F9490
(111,148,144)
#7E9F9C
(126,159,156)
#8DAAA8
(141,170,168)
#9CB5B4
(156,181,180)
#ABC0C0
(171,192,192)
#BACBCC
(186,203,204)
#C9D6D8
(201,214,216)
#D8E1E4
(216,225,228)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517E78; }

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

This text font color is #517E78.


Background Color

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

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

This div background color is #517E78.


Border color

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

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

This div border color is #517E78.


Opacity

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

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

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

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

This text has shadow with #517E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517E78 on black background.


Color preview on white background

This text has color #517E78 on white background.



Black color preview on #517E78 background

This text has black color on #517E78 background.


White color preview on #517E78 background

This text has white color on #517E78 background.