COLOR #516443

HEX: #516443
RGB: (81,100,67)

Color info

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

RGB color model

#516443 color RGB value is (81,100,67).

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

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 67 of 255 = 26%

81
100
67

R + G + B ~ 32%. #516443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 67 = 248 (100%)
R 81 of 248 ~ 32.66%
G 100 of 248 ~ 40.32%
B 67 of 248 ~ 27.02%

%32.66
%40.32
%27.02

CMYK color model

#516443 color CMYK value is (19,0,33,61).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 60.78%
CMYK:
(19,0,33,61)
C19M0Y33K61 
(19%,0%,33%,61%)
(0.19/0.00/0.33/0.61)	

CMYK percentages

%19
%0
%33
%60.78

Codes

Color #516443 in popluar color models

516443
RGB8110067
HSL95°19.76%32.75%
HSB/HSV95°33.00%39.22%
CMYK19.00%0.00%33.00%
60.78%

Color #516443 in popluar number systems.

HEX516443
Decimal8110067
Binary101000111001001000011
Octal121144103

Shades and tints

Shades of #516443

#516443
(81,100,67)
#4A5B3D
(74,91,61)
#435237
(67,82,55)
#3C4931
(60,73,49)
#35402B
(53,64,43)
#2E3725
(46,55,37)
#272E1F
(39,46,31)
#202519
(32,37,25)
#191C13
(25,28,19)
#12130D
(18,19,13)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #516443

#516443
(81,100,67)
#607254
(96,114,84)
#6F8065
(111,128,101)
#7E8E76
(126,142,118)
#8D9C87
(141,156,135)
#9CAA98
(156,170,152)
#ABB8A9
(171,184,169)
#BAC6BA
(186,198,186)
#C9D4CB
(201,212,203)
#D8E2DC
(216,226,220)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516443; }

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

This text font color is #516443.


Background Color

.myBgColor { background-color: #516443; }

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

This div background color is #516443.


Border color

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

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

This div border color is #516443.


Opacity

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

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

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

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

This text has shadow with #516443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516443 on black background.


Color preview on white background

This text has color #516443 on white background.



Black color preview on #516443 background

This text has black color on #516443 background.


White color preview on #516443 background

This text has white color on #516443 background.