COLOR #516376

HEX: #516376
RGB: (81,99,118)

Color info

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

RGB color model

#516376 color RGB value is (81,99,118).

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

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 118 of 255 = 46%

81
99
118

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

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 118 = 298 (100%)
R 81 of 298 ~ 27.18%
G 99 of 298 ~ 33.22%
B 118 of 298 ~ 39.6%

%27.18
%33.22
%39.6

CMYK color model

#516376 color CMYK value is (31,16,0,54).

  • cyan value is 31.36%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,16,0,54)
C31M16Y0K54 
(31%,16%,0%,54%)
(0.31/0.16/0.00/0.54)	

CMYK percentages

%31.36
%16.1
%0
%53.73

Codes

Color #516376 in popluar color models

516376
RGB8199118
HSL211°18.59%39.02%
HSB/HSV211°31.36%46.27%
CMYK31.36%16.10%0.00%
53.73%

Color #516376 in popluar number systems.

HEX516376
Decimal8199118
Binary101000111000111110110
Octal121143166

Shades and tints

Shades of #516376

#516376
(81,99,118)
#4A5A6C
(74,90,108)
#435162
(67,81,98)
#3C4858
(60,72,88)
#353F4E
(53,63,78)
#2E3644
(46,54,68)
#272D3A
(39,45,58)
#202430
(32,36,48)
#191B26
(25,27,38)
#12121C
(18,18,28)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #516376

#516376
(81,99,118)
#607182
(96,113,130)
#6F7F8E
(111,127,142)
#7E8D9A
(126,141,154)
#8D9BA6
(141,155,166)
#9CA9B2
(156,169,178)
#ABB7BE
(171,183,190)
#BAC5CA
(186,197,202)
#C9D3D6
(201,211,214)
#D8E1E2
(216,225,226)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516376; }

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

This text font color is #516376.


Background Color

.myBgColor { background-color: #516376; }

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

This div background color is #516376.


Border color

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

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

This div border color is #516376.


Opacity

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

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

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

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

This text has shadow with #516376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516376 on black background.


Color preview on white background

This text has color #516376 on white background.



Black color preview on #516376 background

This text has black color on #516376 background.


White color preview on #516376 background

This text has white color on #516376 background.