COLOR #516A42

HEX: #516A42
RGB: (81,106,66)

Color info

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

RGB color model

#516A42 color RGB value is (81,106,66).

  • red value is 81;
  • green value is 106;
  • blue value is 66.
RGB:
(81,106,66)
(32%,42%,26%)

RGB channels and saturation

R 81 of 255 = 32%
G 106 of 255 = 42%
B 66 of 255 = 26%

81
106
66

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

Portions of RGB colors in percentages

R + G + B =
81 + 106 + 66 = 253 (100%)
R 81 of 253 ~ 32.02%
G 106 of 253 ~ 41.9%
B 66 of 253 ~ 26.09%

%32.02
%41.9
%26.09

CMYK color model

#516A42 color CMYK value is (24,0,38,58).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 58.43%
CMYK:
(24,0,38,58)
C24M0Y38K58 
(24%,0%,38%,58%)
(0.24/0.00/0.38/0.58)	

CMYK percentages

%23.58
%0
%37.74
%58.43

Codes

Color #516A42 in popluar color models

516A42
RGB8110666
HSL98°23.26%33.73%
HSB/HSV98°37.74%41.57%
CMYK23.58%0.00%37.74%
58.43%

Color #516A42 in popluar number systems.

HEX516A42
Decimal8110666
Binary101000111010101000010
Octal121152102

Shades and tints

Shades of #516A42

#516A42
(81,106,66)
#4A613C
(74,97,60)
#435836
(67,88,54)
#3C4F30
(60,79,48)
#35462A
(53,70,42)
#2E3D24
(46,61,36)
#27341E
(39,52,30)
#202B18
(32,43,24)
#192212
(25,34,18)
#12190C
(18,25,12)
#0B1006
(11,16,6)
#000000
(0,0,0)

Tints of #516A42

#516A42
(81,106,66)
#607753
(96,119,83)
#6F8464
(111,132,100)
#7E9175
(126,145,117)
#8D9E86
(141,158,134)
#9CAB97
(156,171,151)
#ABB8A8
(171,184,168)
#BAC5B9
(186,197,185)
#C9D2CA
(201,210,202)
#D8DFDB
(216,223,219)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516A42 color. Also use rgb(81,106,66) instead hex code.

Text Font Color

.myTextColor { color: #516A42; }

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

This text font color is #516A42.


Background Color

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

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

This div background color is #516A42.


Border color

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

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

This div border color is #516A42.


Opacity

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

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

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

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

This text has shadow with #516A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516A42 on black background.


Color preview on white background

This text has color #516A42 on white background.



Black color preview on #516A42 background

This text has black color on #516A42 background.


White color preview on #516A42 background

This text has white color on #516A42 background.