COLOR #516E21

HEX: #516E21
RGB: (81,110,33)

Color info

#516E21 contains mainly red and green colors. Web safe color of #516E21 is #666633 (or #663).

RGB color model

#516E21 color RGB value is (81,110,33).

  • red value is 81;
  • green value is 110;
  • blue value is 33.
RGB:
(81,110,33)
(32%,43%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 110 of 255 = 43%
B 33 of 255 = 13%

81
110
33

R + G + B ~ 29%. #516E21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 110 + 33 = 224 (100%)
R 81 of 224 ~ 36.16%
G 110 of 224 ~ 49.11%
B 33 of 224 ~ 14.73%

%36.16
%49.11
%14.73

CMYK color model

#516E21 color CMYK value is (26,0,70,57).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 56.86%
CMYK:
(26,0,70,57)
C26M0Y70K57 
(26%,0%,70%,57%)
(0.26/0.00/0.70/0.57)	

CMYK percentages

%26.36
%0
%70
%56.86

Codes

Color #516E21 in popluar color models

516E21
RGB8111033
HSL83°53.85%28.04%
HSB/HSV83°70.00%43.14%
CMYK26.36%0.00%70.00%
56.86%

Color #516E21 in popluar number systems.

HEX516E21
Decimal8111033
Binary10100011101110100001
Octal12115641

Shades and tints

Shades of #516E21

#516E21
(81,110,33)
#4A641E
(74,100,30)
#435A1B
(67,90,27)
#3C5018
(60,80,24)
#354615
(53,70,21)
#2E3C12
(46,60,18)
#27320F
(39,50,15)
#20280C
(32,40,12)
#191E09
(25,30,9)
#121406
(18,20,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #516E21

#516E21
(81,110,33)
#607B35
(96,123,53)
#6F8849
(111,136,73)
#7E955D
(126,149,93)
#8DA271
(141,162,113)
#9CAF85
(156,175,133)
#ABBC99
(171,188,153)
#BAC9AD
(186,201,173)
#C9D6C1
(201,214,193)
#D8E3D5
(216,227,213)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516E21 color. Also use rgb(81,110,33) instead hex code.

Text Font Color

.myTextColor { color: #516E21; }

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

This text font color is #516E21.


Background Color

.myBgColor { background-color: #516E21; }

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

This div background color is #516E21.


Border color

.myBorderColor { border: 1px solid #516E21; }

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

This div border color is #516E21.


Opacity

.myOpacity80 { color: #516E21; opacity: 0.8; }

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

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

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

This text has shadow with #516E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516E21 on black background.


Color preview on white background

This text has color #516E21 on white background.



Black color preview on #516E21 background

This text has black color on #516E21 background.


White color preview on #516E21 background

This text has white color on #516E21 background.