COLOR #517475

HEX: #517475
RGB: (81,116,117)

Color info

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

RGB color model

#517475 color RGB value is (81,116,117).

  • red value is 81;
  • green value is 116;
  • blue value is 117.
RGB:
(81,116,117)
(32%,45%,46%)

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 117 of 255 = 46%

81
116
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 117 = 314 (100%)
R 81 of 314 ~ 25.8%
G 116 of 314 ~ 36.94%
B 117 of 314 ~ 37.26%

%25.8
%36.94
%37.26

CMYK color model

#517475 color CMYK value is (31,1,0,54).

  • cyan value is 30.77%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(31,1,0,54)
C31M1Y0K54 
(31%,1%,0%,54%)
(0.31/0.01/0.00/0.54)	

CMYK percentages

%30.77
%0.85
%0
%54.12

Codes

Color #517475 in popluar color models

517475
RGB81116117
HSL182°18.18%38.82%
HSB/HSV182°30.77%45.88%
CMYK30.77%0.85%0.00%
54.12%

Color #517475 in popluar number systems.

HEX517475
Decimal81116117
Binary101000111101001110101
Octal121164165

Shades and tints

Shades of #517475

#517475
(81,116,117)
#4A6A6B
(74,106,107)
#436061
(67,96,97)
#3C5657
(60,86,87)
#354C4D
(53,76,77)
#2E4243
(46,66,67)
#273839
(39,56,57)
#202E2F
(32,46,47)
#192425
(25,36,37)
#121A1B
(18,26,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #517475

#517475
(81,116,117)
#608081
(96,128,129)
#6F8C8D
(111,140,141)
#7E9899
(126,152,153)
#8DA4A5
(141,164,165)
#9CB0B1
(156,176,177)
#ABBCBD
(171,188,189)
#BAC8C9
(186,200,201)
#C9D4D5
(201,212,213)
#D8E0E1
(216,224,225)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517475 color. Also use rgb(81,116,117) instead hex code.

Text Font Color

.myTextColor { color: #517475; }

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

This text font color is #517475.


Background Color

.myBgColor { background-color: #517475; }

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

This div background color is #517475.


Border color

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

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

This div border color is #517475.


Opacity

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

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

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

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

This text has shadow with #517475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517475 on black background.


Color preview on white background

This text has color #517475 on white background.



Black color preview on #517475 background

This text has black color on #517475 background.


White color preview on #517475 background

This text has white color on #517475 background.