COLOR #517481

HEX: #517481
RGB: (81,116,129)

Color info

#517481 contains red, green and blue colors in about the same proportion. Web safe color of #517481 is #666699 (or #669).

RGB color model

#517481 color RGB value is (81,116,129).

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

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 129 of 255 = 51%

81
116
129

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

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 129 = 326 (100%)
R 81 of 326 ~ 24.85%
G 116 of 326 ~ 35.58%
B 129 of 326 ~ 39.57%

%24.85
%35.58
%39.57

CMYK color model

#517481 color CMYK value is (37,10,0,49).

  • cyan value is 37.21%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(37,10,0,49)
C37M10Y0K49 
(37%,10%,0%,49%)
(0.37/0.10/0.00/0.49)	

CMYK percentages

%37.21
%10.08
%0
%49.41

Codes

Color #517481 in popluar color models

517481
RGB81116129
HSL196°22.86%41.18%
HSB/HSV196°37.21%50.59%
CMYK37.21%10.08%0.00%
49.41%

Color #517481 in popluar number systems.

HEX517481
Decimal81116129
Binary1010001111010010000001
Octal121164201

Shades and tints

Shades of #517481

#517481
(81,116,129)
#4A6A76
(74,106,118)
#43606B
(67,96,107)
#3C5660
(60,86,96)
#354C55
(53,76,85)
#2E424A
(46,66,74)
#27383F
(39,56,63)
#202E34
(32,46,52)
#192429
(25,36,41)
#121A1E
(18,26,30)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #517481

#517481
(81,116,129)
#60808C
(96,128,140)
#6F8C97
(111,140,151)
#7E98A2
(126,152,162)
#8DA4AD
(141,164,173)
#9CB0B8
(156,176,184)
#ABBCC3
(171,188,195)
#BAC8CE
(186,200,206)
#C9D4D9
(201,212,217)
#D8E0E4
(216,224,228)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517481; }

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

This text font color is #517481.


Background Color

.myBgColor { background-color: #517481; }

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

This div background color is #517481.


Border color

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

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

This div border color is #517481.


Opacity

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

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

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

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

This text has shadow with #517481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517481 on black background.


Color preview on white background

This text has color #517481 on white background.



Black color preview on #517481 background

This text has black color on #517481 background.


White color preview on #517481 background

This text has white color on #517481 background.