COLOR #516920

HEX: #516920
RGB: (81,105,32)

Color info

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

RGB color model

#516920 color RGB value is (81,105,32).

  • red value is 81;
  • green value is 105;
  • blue value is 32.
RGB:
(81,105,32)
(32%,41%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 105 of 255 = 41%
B 32 of 255 = 13%

81
105
32

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

Portions of RGB colors in percentages

R + G + B =
81 + 105 + 32 = 218 (100%)
R 81 of 218 ~ 37.16%
G 105 of 218 ~ 48.17%
B 32 of 218 ~ 14.68%

%37.16
%48.17
%14.68

CMYK color model

#516920 color CMYK value is (23,0,70,59).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 69.52%
  • key color value is 58.82%
CMYK:
(23,0,70,59)
C23M0Y70K59 
(23%,0%,70%,59%)
(0.23/0.00/0.70/0.59)	

CMYK percentages

%22.86
%0
%69.52
%58.82

Codes

Color #516920 in popluar color models

516920
RGB8110532
HSL80°53.28%26.86%
HSB/HSV80°69.52%41.18%
CMYK22.86%0.00%69.52%
58.82%

Color #516920 in popluar number systems.

HEX516920
Decimal8110532
Binary10100011101001100000
Octal12115140

Shades and tints

Shades of #516920

#516920
(81,105,32)
#4A601E
(74,96,30)
#43571C
(67,87,28)
#3C4E1A
(60,78,26)
#354518
(53,69,24)
#2E3C16
(46,60,22)
#273314
(39,51,20)
#202A12
(32,42,18)
#192110
(25,33,16)
#12180E
(18,24,14)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #516920

#516920
(81,105,32)
#607634
(96,118,52)
#6F8348
(111,131,72)
#7E905C
(126,144,92)
#8D9D70
(141,157,112)
#9CAA84
(156,170,132)
#ABB798
(171,183,152)
#BAC4AC
(186,196,172)
#C9D1C0
(201,209,192)
#D8DED4
(216,222,212)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516920 color. Also use rgb(81,105,32) instead hex code.

Text Font Color

.myTextColor { color: #516920; }

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

This text font color is #516920.


Background Color

.myBgColor { background-color: #516920; }

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

This div background color is #516920.


Border color

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

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

This div border color is #516920.


Opacity

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

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

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

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

This text has shadow with #516920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516920 on black background.


Color preview on white background

This text has color #516920 on white background.



Black color preview on #516920 background

This text has black color on #516920 background.


White color preview on #516920 background

This text has white color on #516920 background.