COLOR #516C77

HEX: #516C77
RGB: (81,108,119)

Color info

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

RGB color model

#516C77 color RGB value is (81,108,119).

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

RGB channels and saturation

R 81 of 255 = 32%
G 108 of 255 = 42%
B 119 of 255 = 47%

81
108
119

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

Portions of RGB colors in percentages

R + G + B =
81 + 108 + 119 = 308 (100%)
R 81 of 308 ~ 26.3%
G 108 of 308 ~ 35.06%
B 119 of 308 ~ 38.64%

%26.3
%35.06
%38.64

CMYK color model

#516C77 color CMYK value is (32,9,0,53).

  • cyan value is 31.93%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,9,0,53)
C32M9Y0K53 
(32%,9%,0%,53%)
(0.32/0.09/0.00/0.53)	

CMYK percentages

%31.93
%9.24
%0
%53.33

Codes

Color #516C77 in popluar color models

516C77
RGB81108119
HSL197°19.00%39.22%
HSB/HSV197°31.93%46.67%
CMYK31.93%9.24%0.00%
53.33%

Color #516C77 in popluar number systems.

HEX516C77
Decimal81108119
Binary101000111011001110111
Octal121154167

Shades and tints

Shades of #516C77

#516C77
(81,108,119)
#4A636D
(74,99,109)
#435A63
(67,90,99)
#3C5159
(60,81,89)
#35484F
(53,72,79)
#2E3F45
(46,63,69)
#27363B
(39,54,59)
#202D31
(32,45,49)
#192427
(25,36,39)
#121B1D
(18,27,29)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #516C77

#516C77
(81,108,119)
#607983
(96,121,131)
#6F868F
(111,134,143)
#7E939B
(126,147,155)
#8DA0A7
(141,160,167)
#9CADB3
(156,173,179)
#ABBABF
(171,186,191)
#BAC7CB
(186,199,203)
#C9D4D7
(201,212,215)
#D8E1E3
(216,225,227)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516C77; }

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

This text font color is #516C77.


Background Color

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

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

This div background color is #516C77.


Border color

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

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

This div border color is #516C77.


Opacity

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

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

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

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

This text has shadow with #516C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516C77 on black background.


Color preview on white background

This text has color #516C77 on white background.



Black color preview on #516C77 background

This text has black color on #516C77 background.


White color preview on #516C77 background

This text has white color on #516C77 background.