COLOR #517063

HEX: #517063
RGB: (81,112,99)

Color info

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

RGB color model

#517063 color RGB value is (81,112,99).

  • red value is 81;
  • green value is 112;
  • blue value is 99.
RGB:
(81,112,99)
(32%,44%,39%)

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 99 of 255 = 39%

81
112
99

R + G + B ~ 38%. #517063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 112 + 99 = 292 (100%)
R 81 of 292 ~ 27.74%
G 112 of 292 ~ 38.36%
B 99 of 292 ~ 33.9%

%27.74
%38.36
%33.9

CMYK color model

#517063 color CMYK value is (28,0,12,56).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(28,0,12,56)
C28M0Y12K56 
(28%,0%,12%,56%)
(0.28/0.00/0.12/0.56)	

CMYK percentages

%27.68
%0
%11.61
%56.08

Codes

Color #517063 in popluar color models

517063
RGB8111299
HSL155°16.06%37.84%
HSB/HSV155°27.68%43.92%
CMYK27.68%0.00%11.61%
56.08%

Color #517063 in popluar number systems.

HEX517063
Decimal8111299
Binary101000111100001100011
Octal121160143

Shades and tints

Shades of #517063

#517063
(81,112,99)
#4A665A
(74,102,90)
#435C51
(67,92,81)
#3C5248
(60,82,72)
#35483F
(53,72,63)
#2E3E36
(46,62,54)
#27342D
(39,52,45)
#202A24
(32,42,36)
#19201B
(25,32,27)
#121612
(18,22,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #517063

#517063
(81,112,99)
#607D71
(96,125,113)
#6F8A7F
(111,138,127)
#7E978D
(126,151,141)
#8DA49B
(141,164,155)
#9CB1A9
(156,177,169)
#ABBEB7
(171,190,183)
#BACBC5
(186,203,197)
#C9D8D3
(201,216,211)
#D8E5E1
(216,229,225)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517063 color. Also use rgb(81,112,99) instead hex code.

Text Font Color

.myTextColor { color: #517063; }

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

This text font color is #517063.


Background Color

.myBgColor { background-color: #517063; }

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

This div background color is #517063.


Border color

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

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

This div border color is #517063.


Opacity

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

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

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

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

This text has shadow with #517063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517063 on black background.


Color preview on white background

This text has color #517063 on white background.



Black color preview on #517063 background

This text has black color on #517063 background.


White color preview on #517063 background

This text has white color on #517063 background.