COLOR #516B3B

HEX: #516B3B
RGB: (81,107,59)

Color info

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

RGB color model

#516B3B color RGB value is (81,107,59).

  • red value is 81;
  • green value is 107;
  • blue value is 59.
RGB:
(81,107,59)
(32%,42%,23%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 59 of 255 = 23%

81
107
59

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

Portions of RGB colors in percentages

R + G + B =
81 + 107 + 59 = 247 (100%)
R 81 of 247 ~ 32.79%
G 107 of 247 ~ 43.32%
B 59 of 247 ~ 23.89%

%32.79
%43.32
%23.89

CMYK color model

#516B3B color CMYK value is (24,0,45,58).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 58.04%
CMYK:
(24,0,45,58)
C24M0Y45K58 
(24%,0%,45%,58%)
(0.24/0.00/0.45/0.58)	

CMYK percentages

%24.3
%0
%44.86
%58.04

Codes

Color #516B3B in popluar color models

516B3B
RGB8110759
HSL93°28.92%32.55%
HSB/HSV93°44.86%41.96%
CMYK24.30%0.00%44.86%
58.04%

Color #516B3B in popluar number systems.

HEX516B3B
Decimal8110759
Binary10100011101011111011
Octal12115373

Shades and tints

Shades of #516B3B

#516B3B
(81,107,59)
#4A6236
(74,98,54)
#435931
(67,89,49)
#3C502C
(60,80,44)
#354727
(53,71,39)
#2E3E22
(46,62,34)
#27351D
(39,53,29)
#202C18
(32,44,24)
#192313
(25,35,19)
#121A0E
(18,26,14)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #516B3B

#516B3B
(81,107,59)
#60784C
(96,120,76)
#6F855D
(111,133,93)
#7E926E
(126,146,110)
#8D9F7F
(141,159,127)
#9CAC90
(156,172,144)
#ABB9A1
(171,185,161)
#BAC6B2
(186,198,178)
#C9D3C3
(201,211,195)
#D8E0D4
(216,224,212)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516B3B color. Also use rgb(81,107,59) instead hex code.

Text Font Color

.myTextColor { color: #516B3B; }

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

This text font color is #516B3B.


Background Color

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

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

This div background color is #516B3B.


Border color

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

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

This div border color is #516B3B.


Opacity

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

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

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

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

This text has shadow with #516B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516B3B on black background.


Color preview on white background

This text has color #516B3B on white background.



Black color preview on #516B3B background

This text has black color on #516B3B background.


White color preview on #516B3B background

This text has white color on #516B3B background.