COLOR #516E60

HEX: #516E60 RGB: (81,110,96)

Color info

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

RGB color model

#516E60 color RGB value is (81,110,96).

RGB: (81,110,96) (32%, 43%, 38%)

RGB channels and saturation

R 81 of 255 = 32%
G 110 of 255 = 43%
B 96 of 255 = 38%

81
110
96

R + G + B ~ 38%. #516E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 110 + 96 = 287 (100%)
R 81 of 287 ~ 28.22%
G 110 of 287 ~ 38.33%
B 96 of 287 ~ 33.45'%

%28.22
%38.33
%33.45

CMYK color model

#516E60 color CMYK value is (26,0,13,57).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%

CMYK: (26,0,13,57)
C26M0Y13K57 (26%, 0%, 13%, 57%)
(0.26 / 0.00 / 0.13 / 0.57)

CMYK percentages

%26.36
%0
%12.73
%56.86

Codes

Color #516E60 in popluar color models

51 6E 60
RGB 81 110 96
HSL 151° 15.18% 37.45%
HSB/HSV 151° 26.36% 43.14%
CMYK 26.36% 0.00% 12.73%
56.86%

Color #516E60 in popluar number systems.

HEX 51 6E 60
Decimal 81 110 96
Binary 1010001 1101110 1100000
Octal 121 156 140

Shades and tints

Shades of #516E60

#516E60
(81,110,96)
#4A6458
(74,100,88)
#435A50
(67,90,80)
#3C5048
(60,80,72)
#354640
(53,70,64)
#2E3C38
(46,60,56)
#273230
(39,50,48)
#202828
(32,40,40)
#191E20
(25,30,32)
#121418
(18,20,24)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #516E60

#516E60
(81,110,96)
#607B6E
(96,123,110)
#6F887C
(111,136,124)
#7E958A
(126,149,138)
#8DA298
(141,162,152)
#9CAFA6
(156,175,166)
#ABBCB4
(171,188,180)
#BAC9C2
(186,201,194)
#C9D6D0
(201,214,208)
#D8E3DE
(216,227,222)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516E60; }

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

This text font color is #516E60.

Background Color

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

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

This div background color is #516E60.

Border color

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

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

This div border color is #516E60.

Opacity

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

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

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

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

This text has shadow with #516E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516E60.

Preview

Color preview on black background

This text has color #516E60 on black background.


Color preview on white background

This text has color #516E60 on white background.


Black color preview on #516E60 background

This text has black color on #516E60 background.


White color preview on #516E60 background

This text has white color on #516E60 background.


Related colors

Complementary color

Complementary color for #hex is #AE919F.


I love getcolorcode.com

Triadic colors

1 #60516E and #6E6051 with #516E60 are triadic colors.

2 #606E51 and #6E5160 with #516E60 are triadic colors.