COLOR #517184

HEX: #517184
RGB: (81,113,132)

Color info

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

RGB color model

#517184 color RGB value is (81,113,132).

  • red value is 81;
  • green value is 113;
  • blue value is 132.
RGB:
(81,113,132)
(32%,44%,52%)

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 132 of 255 = 52%

81
113
132

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

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 132 = 326 (100%)
R 81 of 326 ~ 24.85%
G 113 of 326 ~ 34.66%
B 132 of 326 ~ 40.49%

%24.85
%34.66
%40.49

CMYK color model

#517184 color CMYK value is (39,14,0,48).

  • cyan value is 38.64%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,14,0,48)
C39M14Y0K48 
(39%,14%,0%,48%)
(0.39/0.14/0.00/0.48)	

CMYK percentages

%38.64
%14.39
%0
%48.24

Codes

Color #517184 in popluar color models

517184
RGB81113132
HSL202°23.94%41.76%
HSB/HSV202°38.64%51.76%
CMYK38.64%14.39%0.00%
48.24%

Color #517184 in popluar number systems.

HEX517184
Decimal81113132
Binary1010001111000110000100
Octal121161204

Shades and tints

Shades of #517184

#517184
(81,113,132)
#4A6778
(74,103,120)
#435D6C
(67,93,108)
#3C5360
(60,83,96)
#354954
(53,73,84)
#2E3F48
(46,63,72)
#27353C
(39,53,60)
#202B30
(32,43,48)
#192124
(25,33,36)
#121718
(18,23,24)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #517184

#517184
(81,113,132)
#607D8F
(96,125,143)
#6F899A
(111,137,154)
#7E95A5
(126,149,165)
#8DA1B0
(141,161,176)
#9CADBB
(156,173,187)
#ABB9C6
(171,185,198)
#BAC5D1
(186,197,209)
#C9D1DC
(201,209,220)
#D8DDE7
(216,221,231)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517184 color. Also use rgb(81,113,132) instead hex code.

Text Font Color

.myTextColor { color: #517184; }

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

This text font color is #517184.


Background Color

.myBgColor { background-color: #517184; }

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

This div background color is #517184.


Border color

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

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

This div border color is #517184.


Opacity

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

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

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

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

This text has shadow with #517184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517184 on black background.


Color preview on white background

This text has color #517184 on white background.



Black color preview on #517184 background

This text has black color on #517184 background.


White color preview on #517184 background

This text has white color on #517184 background.