COLOR #516756

HEX: #516756
RGB: (81,103,86)

Color info

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

RGB color model

#516756 color RGB value is (81,103,86).

  • red value is 81;
  • green value is 103;
  • blue value is 86.
RGB:
(81,103,86)
(32%,40%,34%)

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 86 of 255 = 34%

81
103
86

R + G + B ~ 35%. #516756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 86 = 270 (100%)
R 81 of 270 ~ 30%
G 103 of 270 ~ 38.15%
B 86 of 270 ~ 31.85%

%30
%38.15
%31.85

CMYK color model

#516756 color CMYK value is (21,0,17,60).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(21,0,17,60)
C21M0Y17K60 
(21%,0%,17%,60%)
(0.21/0.00/0.17/0.60)	

CMYK percentages

%21.36
%0
%16.5
%59.61

Codes

Color #516756 in popluar color models

516756
RGB8110386
HSL134°11.96%36.08%
HSB/HSV134°21.36%40.39%
CMYK21.36%0.00%16.50%
59.61%

Color #516756 in popluar number systems.

HEX516756
Decimal8110386
Binary101000111001111010110
Octal121147126

Shades and tints

Shades of #516756

#516756
(81,103,86)
#4A5E4F
(74,94,79)
#435548
(67,85,72)
#3C4C41
(60,76,65)
#35433A
(53,67,58)
#2E3A33
(46,58,51)
#27312C
(39,49,44)
#202825
(32,40,37)
#191F1E
(25,31,30)
#121617
(18,22,23)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #516756

#516756
(81,103,86)
#607465
(96,116,101)
#6F8174
(111,129,116)
#7E8E83
(126,142,131)
#8D9B92
(141,155,146)
#9CA8A1
(156,168,161)
#ABB5B0
(171,181,176)
#BAC2BF
(186,194,191)
#C9CFCE
(201,207,206)
#D8DCDD
(216,220,221)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516756 color. Also use rgb(81,103,86) instead hex code.

Text Font Color

.myTextColor { color: #516756; }

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

This text font color is #516756.


Background Color

.myBgColor { background-color: #516756; }

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

This div background color is #516756.


Border color

.myBorderColor { border: 1px solid #516756; }

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

This div border color is #516756.


Opacity

.myOpacity80 { color: #516756; opacity: 0.8; }

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

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

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

This text has shadow with #516756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516756 on black background.


Color preview on white background

This text has color #516756 on white background.



Black color preview on #516756 background

This text has black color on #516756 background.


White color preview on #516756 background

This text has white color on #516756 background.