COLOR #517176

HEX: #517176
RGB: (81,113,118)

Color info

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

RGB color model

#517176 color RGB value is (81,113,118).

  • red value is 81;
  • green value is 113;
  • blue value is 118.
RGB:
(81,113,118)
(32%,44%,46%)

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 118 of 255 = 46%

81
113
118

R + G + B ~ 41%. #517176 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 118 = 312 (100%)
R 81 of 312 ~ 25.96%
G 113 of 312 ~ 36.22%
B 118 of 312 ~ 37.82%

%25.96
%36.22
%37.82

CMYK color model

#517176 color CMYK value is (31,4,0,54).

  • cyan value is 31.36%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,4,0,54)
C31M4Y0K54 
(31%,4%,0%,54%)
(0.31/0.04/0.00/0.54)	

CMYK percentages

%31.36
%4.24
%0
%53.73

Codes

Color #517176 in popluar color models

517176
RGB81113118
HSL188°18.59%39.02%
HSB/HSV188°31.36%46.27%
CMYK31.36%4.24%0.00%
53.73%

Color #517176 in popluar number systems.

HEX517176
Decimal81113118
Binary101000111100011110110
Octal121161166

Shades and tints

Shades of #517176

#517176
(81,113,118)
#4A676C
(74,103,108)
#435D62
(67,93,98)
#3C5358
(60,83,88)
#35494E
(53,73,78)
#2E3F44
(46,63,68)
#27353A
(39,53,58)
#202B30
(32,43,48)
#192126
(25,33,38)
#12171C
(18,23,28)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #517176

#517176
(81,113,118)
#607D82
(96,125,130)
#6F898E
(111,137,142)
#7E959A
(126,149,154)
#8DA1A6
(141,161,166)
#9CADB2
(156,173,178)
#ABB9BE
(171,185,190)
#BAC5CA
(186,197,202)
#C9D1D6
(201,209,214)
#D8DDE2
(216,221,226)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517176 color. Also use rgb(81,113,118) instead hex code.

Text Font Color

.myTextColor { color: #517176; }

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

This text font color is #517176.


Background Color

.myBgColor { background-color: #517176; }

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

This div background color is #517176.


Border color

.myBorderColor { border: 1px solid #517176; }

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

This div border color is #517176.


Opacity

.myOpacity80 { color: #517176; opacity: 0.8; }

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

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

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

This text has shadow with #517176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517176 on black background.


Color preview on white background

This text has color #517176 on white background.



Black color preview on #517176 background

This text has black color on #517176 background.


White color preview on #517176 background

This text has white color on #517176 background.