COLOR #517860

HEX: #517860
RGB: (81,120,96)

Color info

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

RGB color model

#517860 color RGB value is (81,120,96).

  • red value is 81;
  • green value is 120;
  • blue value is 96.
RGB:
(81,120,96)
(32%,47%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 96 of 255 = 38%

81
120
96

R + G + B ~ 39%. #517860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 96 = 297 (100%)
R 81 of 297 ~ 27.27%
G 120 of 297 ~ 40.4%
B 96 of 297 ~ 32.32%

%27.27
%40.4
%32.32

CMYK color model

#517860 color CMYK value is (33,0,20,53).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK:
(33,0,20,53)
C33M0Y20K53 
(33%,0%,20%,53%)
(0.33/0.00/0.20/0.53)	

CMYK percentages

%32.5
%0
%20
%52.94

Codes

Color #517860 in popluar color models

517860
RGB8112096
HSL143°19.40%39.41%
HSB/HSV143°32.50%47.06%
CMYK32.50%0.00%20.00%
52.94%

Color #517860 in popluar number systems.

HEX517860
Decimal8112096
Binary101000111110001100000
Octal121170140

Shades and tints

Shades of #517860

#517860
(81,120,96)
#4A6E58
(74,110,88)
#436450
(67,100,80)
#3C5A48
(60,90,72)
#355040
(53,80,64)
#2E4638
(46,70,56)
#273C30
(39,60,48)
#203228
(32,50,40)
#192820
(25,40,32)
#121E18
(18,30,24)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #517860

#517860
(81,120,96)
#60846E
(96,132,110)
#6F907C
(111,144,124)
#7E9C8A
(126,156,138)
#8DA898
(141,168,152)
#9CB4A6
(156,180,166)
#ABC0B4
(171,192,180)
#BACCC2
(186,204,194)
#C9D8D0
(201,216,208)
#D8E4DE
(216,228,222)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517860 color. Also use rgb(81,120,96) instead hex code.

Text Font Color

.myTextColor { color: #517860; }

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

This text font color is #517860.


Background Color

.myBgColor { background-color: #517860; }

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

This div background color is #517860.


Border color

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

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

This div border color is #517860.


Opacity

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

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

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

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

This text has shadow with #517860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517860 on black background.


Color preview on white background

This text has color #517860 on white background.



Black color preview on #517860 background

This text has black color on #517860 background.


White color preview on #517860 background

This text has white color on #517860 background.