COLOR #517B73

HEX: #517B73
RGB: (81,123,115)

Color info

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

RGB color model

#517B73 color RGB value is (81,123,115).

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

RGB channels and saturation

R 81 of 255 = 32%
G 123 of 255 = 48%
B 115 of 255 = 45%

81
123
115

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

Portions of RGB colors in percentages

R + G + B =
81 + 123 + 115 = 319 (100%)
R 81 of 319 ~ 25.39%
G 123 of 319 ~ 38.56%
B 115 of 319 ~ 36.05%

%25.39
%38.56
%36.05

CMYK color model

#517B73 color CMYK value is (34,0,7,52).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(34,0,7,52)
C34M0Y7K52 
(34%,0%,7%,52%)
(0.34/0.00/0.07/0.52)	

CMYK percentages

%34.15
%0
%6.5
%51.76

Codes

Color #517B73 in popluar color models

517B73
RGB81123115
HSL169°20.59%40.00%
HSB/HSV169°34.15%48.24%
CMYK34.15%0.00%6.50%
51.76%

Color #517B73 in popluar number systems.

HEX517B73
Decimal81123115
Binary101000111110111110011
Octal121173163

Shades and tints

Shades of #517B73

#517B73
(81,123,115)
#4A7069
(74,112,105)
#43655F
(67,101,95)
#3C5A55
(60,90,85)
#354F4B
(53,79,75)
#2E4441
(46,68,65)
#273937
(39,57,55)
#202E2D
(32,46,45)
#192323
(25,35,35)
#121819
(18,24,25)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #517B73

#517B73
(81,123,115)
#60877F
(96,135,127)
#6F938B
(111,147,139)
#7E9F97
(126,159,151)
#8DABA3
(141,171,163)
#9CB7AF
(156,183,175)
#ABC3BB
(171,195,187)
#BACFC7
(186,207,199)
#C9DBD3
(201,219,211)
#D8E7DF
(216,231,223)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517B73; }

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

This text font color is #517B73.


Background Color

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

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

This div background color is #517B73.


Border color

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

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

This div border color is #517B73.


Opacity

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

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

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

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

This text has shadow with #517B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517B73 on black background.


Color preview on white background

This text has color #517B73 on white background.



Black color preview on #517B73 background

This text has black color on #517B73 background.


White color preview on #517B73 background

This text has white color on #517B73 background.