COLOR #516310

HEX: #516310
RGB: (81,99,16)

Color info

#516310 contains mainly red and green colors. Web safe color of #516310 is #666600 (or #660).

RGB color model

#516310 color RGB value is (81,99,16).

  • red value is 81;
  • green value is 99;
  • blue value is 16.
RGB:
(81,99,16)
(32%,39%,6%)

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 16 of 255 = 6%

81
99
16

R + G + B ~ 26%. #516310 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 16 = 196 (100%)
R 81 of 196 ~ 41.33%
G 99 of 196 ~ 50.51%
B 16 of 196 ~ 8.16%

%41.33
%50.51

CMYK color model

#516310 color CMYK value is (18,0,84,61).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 83.84%
  • key color value is 61.18%
CMYK:
(18,0,84,61)
C18M0Y84K61 
(18%,0%,84%,61%)
(0.18/0.00/0.84/0.61)	

CMYK percentages

%18.18
%0
%83.84
%61.18

Codes

Color #516310 in popluar color models

516310
RGB819916
HSL73°72.17%22.55%
HSB/HSV73°83.84%38.82%
CMYK18.18%0.00%83.84%
61.18%

Color #516310 in popluar number systems.

HEX516310
Decimal819916
Binary1010001110001110000
Octal12114320

Shades and tints

Shades of #516310

#516310
(81,99,16)
#4A5A0F
(74,90,15)
#43510E
(67,81,14)
#3C480D
(60,72,13)
#353F0C
(53,63,12)
#2E360B
(46,54,11)
#272D0A
(39,45,10)
#202409
(32,36,9)
#191B08
(25,27,8)
#121207
(18,18,7)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #516310

#516310
(81,99,16)
#607125
(96,113,37)
#6F7F3A
(111,127,58)
#7E8D4F
(126,141,79)
#8D9B64
(141,155,100)
#9CA979
(156,169,121)
#ABB78E
(171,183,142)
#BAC5A3
(186,197,163)
#C9D3B8
(201,211,184)
#D8E1CD
(216,225,205)
#E7EFE2
(231,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516310 color. Also use rgb(81,99,16) instead hex code.

Text Font Color

.myTextColor { color: #516310; }

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

This text font color is #516310.


Background Color

.myBgColor { background-color: #516310; }

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

This div background color is #516310.


Border color

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

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

This div border color is #516310.


Opacity

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

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

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

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

This text has shadow with #516310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516310 on black background.


Color preview on white background

This text has color #516310 on white background.



Black color preview on #516310 background

This text has black color on #516310 background.


White color preview on #516310 background

This text has white color on #516310 background.