COLOR #516444

HEX: #516444
RGB: (81,100,68)

Color info

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

RGB color model

#516444 color RGB value is (81,100,68).

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

RGB channels and saturation

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

81
100
68

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

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 68 = 249 (100%)
R 81 of 249 ~ 32.53%
G 100 of 249 ~ 40.16%
B 68 of 249 ~ 27.31%

%32.53
%40.16
%27.31

CMYK color model

#516444 color CMYK value is (19,0,32,61).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 60.78%
CMYK:
(19,0,32,61)
C19M0Y32K61 
(19%,0%,32%,61%)
(0.19/0.00/0.32/0.61)	

CMYK percentages

%19
%0
%32
%60.78

Codes

Color #516444 in popluar color models

516444
RGB8110068
HSL96°19.05%32.94%
HSB/HSV96°32.00%39.22%
CMYK19.00%0.00%32.00%
60.78%

Color #516444 in popluar number systems.

HEX516444
Decimal8110068
Binary101000111001001000100
Octal121144104

Shades and tints

Shades of #516444

#516444
(81,100,68)
#4A5B3E
(74,91,62)
#435238
(67,82,56)
#3C4932
(60,73,50)
#35402C
(53,64,44)
#2E3726
(46,55,38)
#272E20
(39,46,32)
#20251A
(32,37,26)
#191C14
(25,28,20)
#12130E
(18,19,14)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #516444

#516444
(81,100,68)
#607255
(96,114,85)
#6F8066
(111,128,102)
#7E8E77
(126,142,119)
#8D9C88
(141,156,136)
#9CAA99
(156,170,153)
#ABB8AA
(171,184,170)
#BAC6BB
(186,198,187)
#C9D4CC
(201,212,204)
#D8E2DD
(216,226,221)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516444; }

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

This text font color is #516444.


Background Color

.myBgColor { background-color: #516444; }

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

This div background color is #516444.


Border color

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

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

This div border color is #516444.


Opacity

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

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

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

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

This text has shadow with #516444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516444 on black background.


Color preview on white background

This text has color #516444 on white background.



Black color preview on #516444 background

This text has black color on #516444 background.


White color preview on #516444 background

This text has white color on #516444 background.