COLOR #516D72

HEX: #516D72
RGB: (81,109,114)

Color info

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

RGB color model

#516D72 color RGB value is (81,109,114).

  • red value is 81;
  • green value is 109;
  • blue value is 114.
RGB:
(81,109,114)
(32%,43%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 114 of 255 = 45%

81
109
114

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

Portions of RGB colors in percentages

R + G + B =
81 + 109 + 114 = 304 (100%)
R 81 of 304 ~ 26.64%
G 109 of 304 ~ 35.86%
B 114 of 304 ~ 37.5%

%26.64
%35.86
%37.5

CMYK color model

#516D72 color CMYK value is (29,4,0,55).

  • cyan value is 28.95%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(29,4,0,55)
C29M4Y0K55 
(29%,4%,0%,55%)
(0.29/0.04/0.00/0.55)	

CMYK percentages

%28.95
%4.39
%0
%55.29

Codes

Color #516D72 in popluar color models

516D72
RGB81109114
HSL189°16.92%38.24%
HSB/HSV189°28.95%44.71%
CMYK28.95%4.39%0.00%
55.29%

Color #516D72 in popluar number systems.

HEX516D72
Decimal81109114
Binary101000111011011110010
Octal121155162

Shades and tints

Shades of #516D72

#516D72
(81,109,114)
#4A6468
(74,100,104)
#435B5E
(67,91,94)
#3C5254
(60,82,84)
#35494A
(53,73,74)
#2E4040
(46,64,64)
#273736
(39,55,54)
#202E2C
(32,46,44)
#192522
(25,37,34)
#121C18
(18,28,24)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #516D72

#516D72
(81,109,114)
#607A7E
(96,122,126)
#6F878A
(111,135,138)
#7E9496
(126,148,150)
#8DA1A2
(141,161,162)
#9CAEAE
(156,174,174)
#ABBBBA
(171,187,186)
#BAC8C6
(186,200,198)
#C9D5D2
(201,213,210)
#D8E2DE
(216,226,222)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516D72 color. Also use rgb(81,109,114) instead hex code.

Text Font Color

.myTextColor { color: #516D72; }

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

This text font color is #516D72.


Background Color

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

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

This div background color is #516D72.


Border color

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

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

This div border color is #516D72.


Opacity

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

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

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

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

This text has shadow with #516D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516D72 on black background.


Color preview on white background

This text has color #516D72 on white background.



Black color preview on #516D72 background

This text has black color on #516D72 background.


White color preview on #516D72 background

This text has white color on #516D72 background.