COLOR #516C76

HEX: #516C76
RGB: (81,108,118)

Color info

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

RGB color model

#516C76 color RGB value is (81,108,118).

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

RGB channels and saturation

R 81 of 255 = 32%
G 108 of 255 = 42%
B 118 of 255 = 46%

81
108
118

R + G + B ~ 40%. #516C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 108 + 118 = 307 (100%)
R 81 of 307 ~ 26.38%
G 108 of 307 ~ 35.18%
B 118 of 307 ~ 38.44%

%26.38
%35.18
%38.44

CMYK color model

#516C76 color CMYK value is (31,8,0,54).

  • cyan value is 31.36%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,8,0,54)
C31M8Y0K54 
(31%,8%,0%,54%)
(0.31/0.08/0.00/0.54)	

CMYK percentages

%31.36
%8.47
%0
%53.73

Codes

Color #516C76 in popluar color models

516C76
RGB81108118
HSL196°18.59%39.02%
HSB/HSV196°31.36%46.27%
CMYK31.36%8.47%0.00%
53.73%

Color #516C76 in popluar number systems.

HEX516C76
Decimal81108118
Binary101000111011001110110
Octal121154166

Shades and tints

Shades of #516C76

#516C76
(81,108,118)
#4A636C
(74,99,108)
#435A62
(67,90,98)
#3C5158
(60,81,88)
#35484E
(53,72,78)
#2E3F44
(46,63,68)
#27363A
(39,54,58)
#202D30
(32,45,48)
#192426
(25,36,38)
#121B1C
(18,27,28)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #516C76

#516C76
(81,108,118)
#607982
(96,121,130)
#6F868E
(111,134,142)
#7E939A
(126,147,154)
#8DA0A6
(141,160,166)
#9CADB2
(156,173,178)
#ABBABE
(171,186,190)
#BAC7CA
(186,199,202)
#C9D4D6
(201,212,214)
#D8E1E2
(216,225,226)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516C76; }

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

This text font color is #516C76.


Background Color

.myBgColor { background-color: #516C76; }

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

This div background color is #516C76.


Border color

.myBorderColor { border: 1px solid #516C76; }

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

This div border color is #516C76.


Opacity

.myOpacity80 { color: #516C76; opacity: 0.8; }

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

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

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

This text has shadow with #516C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516C76 on black background.


Color preview on white background

This text has color #516C76 on white background.



Black color preview on #516C76 background

This text has black color on #516C76 background.


White color preview on #516C76 background

This text has white color on #516C76 background.