COLOR #517371

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
115
113

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

Portions of RGB colors in percentages

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

%26.21
%37.22
%36.57

CMYK color model

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

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

CMYK percentages

%29.57
%0
%1.74
%54.9

Codes

Color #517371 in popluar color models

517371
RGB81115113
HSL176°17.35%38.43%
HSB/HSV176°29.57%45.10%
CMYK29.57%0.00%1.74%
54.90%

Color #517371 in popluar number systems.

HEX517371
Decimal81115113
Binary101000111100111110001
Octal121163161

Shades and tints

Shades of #517371

#517371
(81,115,113)
#4A6967
(74,105,103)
#435F5D
(67,95,93)
#3C5553
(60,85,83)
#354B49
(53,75,73)
#2E413F
(46,65,63)
#273735
(39,55,53)
#202D2B
(32,45,43)
#192321
(25,35,33)
#121917
(18,25,23)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #517371

#517371
(81,115,113)
#607F7D
(96,127,125)
#6F8B89
(111,139,137)
#7E9795
(126,151,149)
#8DA3A1
(141,163,161)
#9CAFAD
(156,175,173)
#ABBBB9
(171,187,185)
#BAC7C5
(186,199,197)
#C9D3D1
(201,211,209)
#D8DFDD
(216,223,221)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517371; }

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

This text font color is #517371.


Background Color

.myBgColor { background-color: #517371; }

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

This div background color is #517371.


Border color

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

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

This div border color is #517371.


Opacity

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

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

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

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

This text has shadow with #517371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517371 on black background.


Color preview on white background

This text has color #517371 on white background.



Black color preview on #517371 background

This text has black color on #517371 background.


White color preview on #517371 background

This text has white color on #517371 background.