COLOR #516746

HEX: #516746
RGB: (81,103,70)

Color info

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

RGB color model

#516746 color RGB value is (81,103,70).

  • red value is 81;
  • green value is 103;
  • blue value is 70.
RGB:
(81,103,70)
(32%,40%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 70 of 255 = 27%

81
103
70

R + G + B ~ 33%. #516746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 70 = 254 (100%)
R 81 of 254 ~ 31.89%
G 103 of 254 ~ 40.55%
B 70 of 254 ~ 27.56%

%31.89
%40.55
%27.56

CMYK color model

#516746 color CMYK value is (21,0,32,60).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(21,0,32,60)
C21M0Y32K60 
(21%,0%,32%,60%)
(0.21/0.00/0.32/0.60)	

CMYK percentages

%21.36
%0
%32.04
%59.61

Codes

Color #516746 in popluar color models

516746
RGB8110370
HSL100°19.08%33.92%
HSB/HSV100°32.04%40.39%
CMYK21.36%0.00%32.04%
59.61%

Color #516746 in popluar number systems.

HEX516746
Decimal8110370
Binary101000111001111000110
Octal121147106

Shades and tints

Shades of #516746

#516746
(81,103,70)
#4A5E40
(74,94,64)
#43553A
(67,85,58)
#3C4C34
(60,76,52)
#35432E
(53,67,46)
#2E3A28
(46,58,40)
#273122
(39,49,34)
#20281C
(32,40,28)
#191F16
(25,31,22)
#121610
(18,22,16)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #516746

#516746
(81,103,70)
#607456
(96,116,86)
#6F8166
(111,129,102)
#7E8E76
(126,142,118)
#8D9B86
(141,155,134)
#9CA896
(156,168,150)
#ABB5A6
(171,181,166)
#BAC2B6
(186,194,182)
#C9CFC6
(201,207,198)
#D8DCD6
(216,220,214)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516746 color. Also use rgb(81,103,70) instead hex code.

Text Font Color

.myTextColor { color: #516746; }

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

This text font color is #516746.


Background Color

.myBgColor { background-color: #516746; }

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

This div background color is #516746.


Border color

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

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

This div border color is #516746.


Opacity

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

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

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

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

This text has shadow with #516746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516746 on black background.


Color preview on white background

This text has color #516746 on white background.



Black color preview on #516746 background

This text has black color on #516746 background.


White color preview on #516746 background

This text has white color on #516746 background.