COLOR #516220

HEX: #516220
RGB: (81,98,32)

Color info

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

RGB color model

#516220 color RGB value is (81,98,32).

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

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 32 of 255 = 13%

81
98
32

R + G + B ~ 28%. #516220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 32 = 211 (100%)
R 81 of 211 ~ 38.39%
G 98 of 211 ~ 46.45%
B 32 of 211 ~ 15.17%

%38.39
%46.45
%15.17

CMYK color model

#516220 color CMYK value is (17,0,67,62).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 67.35%
  • key color value is 61.57%
CMYK:
(17,0,67,62)
C17M0Y67K62 
(17%,0%,67%,62%)
(0.17/0.00/0.67/0.62)	

CMYK percentages

%17.35
%0
%67.35
%61.57

Codes

Color #516220 in popluar color models

516220
RGB819832
HSL75°50.77%25.49%
HSB/HSV75°67.35%38.43%
CMYK17.35%0.00%67.35%
61.57%

Color #516220 in popluar number systems.

HEX516220
Decimal819832
Binary10100011100010100000
Octal12114240

Shades and tints

Shades of #516220

#516220
(81,98,32)
#4A5A1E
(74,90,30)
#43521C
(67,82,28)
#3C4A1A
(60,74,26)
#354218
(53,66,24)
#2E3A16
(46,58,22)
#273214
(39,50,20)
#202A12
(32,42,18)
#192210
(25,34,16)
#121A0E
(18,26,14)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #516220

#516220
(81,98,32)
#607034
(96,112,52)
#6F7E48
(111,126,72)
#7E8C5C
(126,140,92)
#8D9A70
(141,154,112)
#9CA884
(156,168,132)
#ABB698
(171,182,152)
#BAC4AC
(186,196,172)
#C9D2C0
(201,210,192)
#D8E0D4
(216,224,212)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516220; }

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

This text font color is #516220.


Background Color

.myBgColor { background-color: #516220; }

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

This div background color is #516220.


Border color

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

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

This div border color is #516220.


Opacity

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

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

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

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

This text has shadow with #516220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516220 on black background.


Color preview on white background

This text has color #516220 on white background.



Black color preview on #516220 background

This text has black color on #516220 background.


White color preview on #516220 background

This text has white color on #516220 background.