COLOR #516347

HEX: #516347
RGB: (81,99,71)

Color info

#516347 contains red, green and blue colors in about the same proportion. Web safe color of #516347 is #666633 (or #663).

RGB color model

#516347 color RGB value is (81,99,71).

  • red value is 81;
  • green value is 99;
  • blue value is 71.
RGB:
(81,99,71)
(32%,39%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 71 of 255 = 28%

81
99
71

R + G + B ~ 33%. #516347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 71 = 251 (100%)
R 81 of 251 ~ 32.27%
G 99 of 251 ~ 39.44%
B 71 of 251 ~ 28.29%

%32.27
%39.44
%28.29

CMYK color model

#516347 color CMYK value is (18,0,28,61).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 61.18%
CMYK:
(18,0,28,61)
C18M0Y28K61 
(18%,0%,28%,61%)
(0.18/0.00/0.28/0.61)	

CMYK percentages

%18.18
%0
%28.28
%61.18

Codes

Color #516347 in popluar color models

516347
RGB819971
HSL99°16.47%33.33%
HSB/HSV99°28.28%38.82%
CMYK18.18%0.00%28.28%
61.18%

Color #516347 in popluar number systems.

HEX516347
Decimal819971
Binary101000111000111000111
Octal121143107

Shades and tints

Shades of #516347

#516347
(81,99,71)
#4A5A41
(74,90,65)
#43513B
(67,81,59)
#3C4835
(60,72,53)
#353F2F
(53,63,47)
#2E3629
(46,54,41)
#272D23
(39,45,35)
#20241D
(32,36,29)
#191B17
(25,27,23)
#121211
(18,18,17)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #516347

#516347
(81,99,71)
#607157
(96,113,87)
#6F7F67
(111,127,103)
#7E8D77
(126,141,119)
#8D9B87
(141,155,135)
#9CA997
(156,169,151)
#ABB7A7
(171,183,167)
#BAC5B7
(186,197,183)
#C9D3C7
(201,211,199)
#D8E1D7
(216,225,215)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516347 color. Also use rgb(81,99,71) instead hex code.

Text Font Color

.myTextColor { color: #516347; }

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

This text font color is #516347.


Background Color

.myBgColor { background-color: #516347; }

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

This div background color is #516347.


Border color

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

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

This div border color is #516347.


Opacity

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

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

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

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

This text has shadow with #516347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516347 on black background.


Color preview on white background

This text has color #516347 on white background.



Black color preview on #516347 background

This text has black color on #516347 background.


White color preview on #516347 background

This text has white color on #516347 background.