COLOR #516D71

HEX: #516D71
RGB: (81,109,113)

Color info

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

RGB color model

#516D71 color RGB value is (81,109,113).

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

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 113 of 255 = 44%

81
109
113

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

Portions of RGB colors in percentages

R + G + B =
81 + 109 + 113 = 303 (100%)
R 81 of 303 ~ 26.73%
G 109 of 303 ~ 35.97%
B 113 of 303 ~ 37.29%

%26.73
%35.97
%37.29

CMYK color model

#516D71 color CMYK value is (28,4,0,56).

  • cyan value is 28.32%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(28,4,0,56)
C28M4Y0K56 
(28%,4%,0%,56%)
(0.28/0.04/0.00/0.56)	

CMYK percentages

%28.32
%3.54
%0
%55.69

Codes

Color #516D71 in popluar color models

516D71
RGB81109113
HSL188°16.49%38.04%
HSB/HSV188°28.32%44.31%
CMYK28.32%3.54%0.00%
55.69%

Color #516D71 in popluar number systems.

HEX516D71
Decimal81109113
Binary101000111011011110001
Octal121155161

Shades and tints

Shades of #516D71

#516D71
(81,109,113)
#4A6467
(74,100,103)
#435B5D
(67,91,93)
#3C5253
(60,82,83)
#354949
(53,73,73)
#2E403F
(46,64,63)
#273735
(39,55,53)
#202E2B
(32,46,43)
#192521
(25,37,33)
#121C17
(18,28,23)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #516D71

#516D71
(81,109,113)
#607A7D
(96,122,125)
#6F8789
(111,135,137)
#7E9495
(126,148,149)
#8DA1A1
(141,161,161)
#9CAEAD
(156,174,173)
#ABBBB9
(171,187,185)
#BAC8C5
(186,200,197)
#C9D5D1
(201,213,209)
#D8E2DD
(216,226,221)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516D71; }

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

This text font color is #516D71.


Background Color

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

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

This div background color is #516D71.


Border color

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

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

This div border color is #516D71.


Opacity

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

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

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

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

This text has shadow with #516D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516D71 on black background.


Color preview on white background

This text has color #516D71 on white background.



Black color preview on #516D71 background

This text has black color on #516D71 background.


White color preview on #516D71 background

This text has white color on #516D71 background.