COLOR #516446

HEX: #516446
RGB: (81,100,70)

Color info

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

RGB color model

#516446 color RGB value is (81,100,70).

  • red value is 81;
  • green value is 100;
  • blue value is 70.
RGB:
(81,100,70)
(32%,39%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 70 of 255 = 27%

81
100
70

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

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 70 = 251 (100%)
R 81 of 251 ~ 32.27%
G 100 of 251 ~ 39.84%
B 70 of 251 ~ 27.89%

%32.27
%39.84
%27.89

CMYK color model

#516446 color CMYK value is (19,0,30,61).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(19,0,30,61)
C19M0Y30K61 
(19%,0%,30%,61%)
(0.19/0.00/0.30/0.61)	

CMYK percentages

%19
%0
%30
%60.78

Codes

Color #516446 in popluar color models

516446
RGB8110070
HSL98°17.65%33.33%
HSB/HSV98°30.00%39.22%
CMYK19.00%0.00%30.00%
60.78%

Color #516446 in popluar number systems.

HEX516446
Decimal8110070
Binary101000111001001000110
Octal121144106

Shades and tints

Shades of #516446

#516446
(81,100,70)
#4A5B40
(74,91,64)
#43523A
(67,82,58)
#3C4934
(60,73,52)
#35402E
(53,64,46)
#2E3728
(46,55,40)
#272E22
(39,46,34)
#20251C
(32,37,28)
#191C16
(25,28,22)
#121310
(18,19,16)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #516446

#516446
(81,100,70)
#607256
(96,114,86)
#6F8066
(111,128,102)
#7E8E76
(126,142,118)
#8D9C86
(141,156,134)
#9CAA96
(156,170,150)
#ABB8A6
(171,184,166)
#BAC6B6
(186,198,182)
#C9D4C6
(201,212,198)
#D8E2D6
(216,226,214)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516446 color. Also use rgb(81,100,70) instead hex code.

Text Font Color

.myTextColor { color: #516446; }

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

This text font color is #516446.


Background Color

.myBgColor { background-color: #516446; }

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

This div background color is #516446.


Border color

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

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

This div border color is #516446.


Opacity

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

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

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

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

This text has shadow with #516446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516446 on black background.


Color preview on white background

This text has color #516446 on white background.



Black color preview on #516446 background

This text has black color on #516446 background.


White color preview on #516446 background

This text has white color on #516446 background.