COLOR #516E69

HEX: #516E69
RGB: (81,110,105)

Color info

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

RGB color model

#516E69 color RGB value is (81,110,105).

  • red value is 81;
  • green value is 110;
  • blue value is 105.
RGB:
(81,110,105)
(32%,43%,41%)

RGB channels and saturation

R 81 of 255 = 32%
G 110 of 255 = 43%
B 105 of 255 = 41%

81
110
105

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

Portions of RGB colors in percentages

R + G + B =
81 + 110 + 105 = 296 (100%)
R 81 of 296 ~ 27.36%
G 110 of 296 ~ 37.16%
B 105 of 296 ~ 35.47%

%27.36
%37.16
%35.47

CMYK color model

#516E69 color CMYK value is (26,0,5,57).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 56.86%
CMYK:
(26,0,5,57)
C26M0Y5K57 
(26%,0%,5%,57%)
(0.26/0.00/0.05/0.57)	

CMYK percentages

%26.36
%0
%4.55
%56.86

Codes

Color #516E69 in popluar color models

516E69
RGB81110105
HSL170°15.18%37.45%
HSB/HSV170°26.36%43.14%
CMYK26.36%0.00%4.55%
56.86%

Color #516E69 in popluar number systems.

HEX516E69
Decimal81110105
Binary101000111011101101001
Octal121156151

Shades and tints

Shades of #516E69

#516E69
(81,110,105)
#4A6460
(74,100,96)
#435A57
(67,90,87)
#3C504E
(60,80,78)
#354645
(53,70,69)
#2E3C3C
(46,60,60)
#273233
(39,50,51)
#20282A
(32,40,42)
#191E21
(25,30,33)
#121418
(18,20,24)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #516E69

#516E69
(81,110,105)
#607B76
(96,123,118)
#6F8883
(111,136,131)
#7E9590
(126,149,144)
#8DA29D
(141,162,157)
#9CAFAA
(156,175,170)
#ABBCB7
(171,188,183)
#BAC9C4
(186,201,196)
#C9D6D1
(201,214,209)
#D8E3DE
(216,227,222)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516E69 color. Also use rgb(81,110,105) instead hex code.

Text Font Color

.myTextColor { color: #516E69; }

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

This text font color is #516E69.


Background Color

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

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

This div background color is #516E69.


Border color

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

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

This div border color is #516E69.


Opacity

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

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

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

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

This text has shadow with #516E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516E69 on black background.


Color preview on white background

This text has color #516E69 on white background.



Black color preview on #516E69 background

This text has black color on #516E69 background.


White color preview on #516E69 background

This text has white color on #516E69 background.