COLOR #517173

HEX: #517173
RGB: (81,113,115)

Color info

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

RGB color model

#517173 color RGB value is (81,113,115).

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

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 115 of 255 = 45%

81
113
115

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

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 115 = 309 (100%)
R 81 of 309 ~ 26.21%
G 113 of 309 ~ 36.57%
B 115 of 309 ~ 37.22%

%26.21
%36.57
%37.22

CMYK color model

#517173 color CMYK value is (30,2,0,55).

  • cyan value is 29.57%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,2,0,55)
C30M2Y0K55 
(30%,2%,0%,55%)
(0.30/0.02/0.00/0.55)	

CMYK percentages

%29.57
%1.74
%0
%54.9

Codes

Color #517173 in popluar color models

517173
RGB81113115
HSL184°17.35%38.43%
HSB/HSV184°29.57%45.10%
CMYK29.57%1.74%0.00%
54.90%

Color #517173 in popluar number systems.

HEX517173
Decimal81113115
Binary101000111100011110011
Octal121161163

Shades and tints

Shades of #517173

#517173
(81,113,115)
#4A6769
(74,103,105)
#435D5F
(67,93,95)
#3C5355
(60,83,85)
#35494B
(53,73,75)
#2E3F41
(46,63,65)
#273537
(39,53,55)
#202B2D
(32,43,45)
#192123
(25,33,35)
#121719
(18,23,25)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #517173

#517173
(81,113,115)
#607D7F
(96,125,127)
#6F898B
(111,137,139)
#7E9597
(126,149,151)
#8DA1A3
(141,161,163)
#9CADAF
(156,173,175)
#ABB9BB
(171,185,187)
#BAC5C7
(186,197,199)
#C9D1D3
(201,209,211)
#D8DDDF
(216,221,223)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517173; }

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

This text font color is #517173.


Background Color

.myBgColor { background-color: #517173; }

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

This div background color is #517173.


Border color

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

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

This div border color is #517173.


Opacity

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

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

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

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

This text has shadow with #517173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517173 on black background.


Color preview on white background

This text has color #517173 on white background.



Black color preview on #517173 background

This text has black color on #517173 background.


White color preview on #517173 background

This text has white color on #517173 background.