COLOR #517083

HEX: #517083
RGB: (81,112,131)

Color info

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

RGB color model

#517083 color RGB value is (81,112,131).

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

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 131 of 255 = 51%

81
112
131

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

Portions of RGB colors in percentages

R + G + B =
81 + 112 + 131 = 324 (100%)
R 81 of 324 ~ 25%
G 112 of 324 ~ 34.57%
B 131 of 324 ~ 40.43%

%25
%34.57
%40.43

CMYK color model

#517083 color CMYK value is (38,15,0,49).

  • cyan value is 38.17%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(38,15,0,49)
C38M15Y0K49 
(38%,15%,0%,49%)
(0.38/0.15/0.00/0.49)	

CMYK percentages

%38.17
%14.5
%0
%48.63

Codes

Color #517083 in popluar color models

517083
RGB81112131
HSL203°23.58%41.57%
HSB/HSV203°38.17%51.37%
CMYK38.17%14.50%0.00%
48.63%

Color #517083 in popluar number systems.

HEX517083
Decimal81112131
Binary1010001111000010000011
Octal121160203

Shades and tints

Shades of #517083

#517083
(81,112,131)
#4A6678
(74,102,120)
#435C6D
(67,92,109)
#3C5262
(60,82,98)
#354857
(53,72,87)
#2E3E4C
(46,62,76)
#273441
(39,52,65)
#202A36
(32,42,54)
#19202B
(25,32,43)
#121620
(18,22,32)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #517083

#517083
(81,112,131)
#607D8E
(96,125,142)
#6F8A99
(111,138,153)
#7E97A4
(126,151,164)
#8DA4AF
(141,164,175)
#9CB1BA
(156,177,186)
#ABBEC5
(171,190,197)
#BACBD0
(186,203,208)
#C9D8DB
(201,216,219)
#D8E5E6
(216,229,230)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517083; }

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

This text font color is #517083.


Background Color

.myBgColor { background-color: #517083; }

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

This div background color is #517083.


Border color

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

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

This div border color is #517083.


Opacity

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

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

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

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

This text has shadow with #517083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517083 on black background.


Color preview on white background

This text has color #517083 on white background.



Black color preview on #517083 background

This text has black color on #517083 background.


White color preview on #517083 background

This text has white color on #517083 background.