COLOR #516276

HEX: #516276
RGB: (81,98,118)

Color info

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

RGB color model

#516276 color RGB value is (81,98,118).

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

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 118 of 255 = 46%

81
98
118

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

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 118 = 297 (100%)
R 81 of 297 ~ 27.27%
G 98 of 297 ~ 33%
B 118 of 297 ~ 39.73%

%27.27
%33
%39.73

CMYK color model

#516276 color CMYK value is (31,17,0,54).

  • cyan value is 31.36%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,17,0,54)
C31M17Y0K54 
(31%,17%,0%,54%)
(0.31/0.17/0.00/0.54)	

CMYK percentages

%31.36
%16.95
%0
%53.73

Codes

Color #516276 in popluar color models

516276
RGB8198118
HSL212°18.59%39.02%
HSB/HSV212°31.36%46.27%
CMYK31.36%16.95%0.00%
53.73%

Color #516276 in popluar number systems.

HEX516276
Decimal8198118
Binary101000111000101110110
Octal121142166

Shades and tints

Shades of #516276

#516276
(81,98,118)
#4A5A6C
(74,90,108)
#435262
(67,82,98)
#3C4A58
(60,74,88)
#35424E
(53,66,78)
#2E3A44
(46,58,68)
#27323A
(39,50,58)
#202A30
(32,42,48)
#192226
(25,34,38)
#121A1C
(18,26,28)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #516276

#516276
(81,98,118)
#607082
(96,112,130)
#6F7E8E
(111,126,142)
#7E8C9A
(126,140,154)
#8D9AA6
(141,154,166)
#9CA8B2
(156,168,178)
#ABB6BE
(171,182,190)
#BAC4CA
(186,196,202)
#C9D2D6
(201,210,214)
#D8E0E2
(216,224,226)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516276; }

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

This text font color is #516276.


Background Color

.myBgColor { background-color: #516276; }

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

This div background color is #516276.


Border color

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

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

This div border color is #516276.


Opacity

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

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

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

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

This text has shadow with #516276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516276 on black background.


Color preview on white background

This text has color #516276 on white background.



Black color preview on #516276 background

This text has black color on #516276 background.


White color preview on #516276 background

This text has white color on #516276 background.