COLOR #516373

HEX: #516373
RGB: (81,99,115)

Color info

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

RGB color model

#516373 color RGB value is (81,99,115).

  • red value is 81;
  • green value is 99;
  • blue value is 115.
RGB:
(81,99,115)
(32%,39%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 115 of 255 = 45%

81
99
115

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

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 115 = 295 (100%)
R 81 of 295 ~ 27.46%
G 99 of 295 ~ 33.56%
B 115 of 295 ~ 38.98%

%27.46
%33.56
%38.98

CMYK color model

#516373 color CMYK value is (30,14,0,55).

  • cyan value is 29.57%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,14,0,55)
C30M14Y0K55 
(30%,14%,0%,55%)
(0.30/0.14/0.00/0.55)	

CMYK percentages

%29.57
%13.91
%0
%54.9

Codes

Color #516373 in popluar color models

516373
RGB8199115
HSL208°17.35%38.43%
HSB/HSV208°29.57%45.10%
CMYK29.57%13.91%0.00%
54.90%

Color #516373 in popluar number systems.

HEX516373
Decimal8199115
Binary101000111000111110011
Octal121143163

Shades and tints

Shades of #516373

#516373
(81,99,115)
#4A5A69
(74,90,105)
#43515F
(67,81,95)
#3C4855
(60,72,85)
#353F4B
(53,63,75)
#2E3641
(46,54,65)
#272D37
(39,45,55)
#20242D
(32,36,45)
#191B23
(25,27,35)
#121219
(18,18,25)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #516373

#516373
(81,99,115)
#60717F
(96,113,127)
#6F7F8B
(111,127,139)
#7E8D97
(126,141,151)
#8D9BA3
(141,155,163)
#9CA9AF
(156,169,175)
#ABB7BB
(171,183,187)
#BAC5C7
(186,197,199)
#C9D3D3
(201,211,211)
#D8E1DF
(216,225,223)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516373 color. Also use rgb(81,99,115) instead hex code.

Text Font Color

.myTextColor { color: #516373; }

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

This text font color is #516373.


Background Color

.myBgColor { background-color: #516373; }

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

This div background color is #516373.


Border color

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

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

This div border color is #516373.


Opacity

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

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

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

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

This text has shadow with #516373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516373 on black background.


Color preview on white background

This text has color #516373 on white background.



Black color preview on #516373 background

This text has black color on #516373 background.


White color preview on #516373 background

This text has white color on #516373 background.