COLOR #517468

HEX: #517468
RGB: (81,116,104)

Color info

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

RGB color model

#517468 color RGB value is (81,116,104).

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

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 104 of 255 = 41%

81
116
104

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

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 104 = 301 (100%)
R 81 of 301 ~ 26.91%
G 116 of 301 ~ 38.54%
B 104 of 301 ~ 34.55%

%26.91
%38.54
%34.55

CMYK color model

#517468 color CMYK value is (30,0,10,55).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(30,0,10,55)
C30M0Y10K55 
(30%,0%,10%,55%)
(0.30/0.00/0.10/0.55)	

CMYK percentages

%30.17
%0
%10.34
%54.51

Codes

Color #517468 in popluar color models

517468
RGB81116104
HSL159°17.77%38.63%
HSB/HSV159°30.17%45.49%
CMYK30.17%0.00%10.34%
54.51%

Color #517468 in popluar number systems.

HEX517468
Decimal81116104
Binary101000111101001101000
Octal121164150

Shades and tints

Shades of #517468

#517468
(81,116,104)
#4A6A5F
(74,106,95)
#436056
(67,96,86)
#3C564D
(60,86,77)
#354C44
(53,76,68)
#2E423B
(46,66,59)
#273832
(39,56,50)
#202E29
(32,46,41)
#192420
(25,36,32)
#121A17
(18,26,23)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #517468

#517468
(81,116,104)
#608075
(96,128,117)
#6F8C82
(111,140,130)
#7E988F
(126,152,143)
#8DA49C
(141,164,156)
#9CB0A9
(156,176,169)
#ABBCB6
(171,188,182)
#BAC8C3
(186,200,195)
#C9D4D0
(201,212,208)
#D8E0DD
(216,224,221)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517468; }

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

This text font color is #517468.


Background Color

.myBgColor { background-color: #517468; }

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

This div background color is #517468.


Border color

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

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

This div border color is #517468.


Opacity

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

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

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

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

This text has shadow with #517468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517468 on black background.


Color preview on white background

This text has color #517468 on white background.



Black color preview on #517468 background

This text has black color on #517468 background.


White color preview on #517468 background

This text has white color on #517468 background.