COLOR #516E32

HEX: #516E32 RGB: (81,110,50)

Color info

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

RGB color model

#516E32 color RGB value is (81,110,50).

RGB: (81,110,50) (32%, 43%, 20%)

RGB channels and saturation

R 81 of 255 = 32%
G 110 of 255 = 43%
B 50 of 255 = 20%

81
110
50

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

Portions of RGB colors in percentages

R + G + B = 81 + 110 + 50 = 241 (100%)
R 81 of 241 ~ 33.61%
G 110 of 241 ~ 45.64%
B 50 of 241 ~ 20.75'%

%33.61
%45.64
%20.75

CMYK color model

#516E32 color CMYK value is (26,0,55,57).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 56.86%

CMYK: (26,0,55,57)
C26M0Y55K57 (26%, 0%, 55%, 57%)
(0.26 / 0.00 / 0.55 / 0.57)

CMYK percentages

%26.36
%0
%54.55
%56.86

Codes

Color #516E32 in popluar color models

51 6E 32
RGB 81 110 50
HSL 89° 37.50% 31.37%
HSB/HSV 89° 54.55% 43.14%
CMYK 26.36% 0.00% 54.55%
56.86%

Color #516E32 in popluar number systems.

HEX 51 6E 32
Decimal 81 110 50
Binary 1010001 1101110 110010
Octal 121 156 62

Shades and tints

Shades of #516E32

#516E32
(81,110,50)
#4A642E
(74,100,46)
#435A2A
(67,90,42)
#3C5026
(60,80,38)
#354622
(53,70,34)
#2E3C1E
(46,60,30)
#27321A
(39,50,26)
#202816
(32,40,22)
#191E12
(25,30,18)
#12140E
(18,20,14)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #516E32

#516E32
(81,110,50)
#607B44
(96,123,68)
#6F8856
(111,136,86)
#7E9568
(126,149,104)
#8DA27A
(141,162,122)
#9CAF8C
(156,175,140)
#ABBC9E
(171,188,158)
#BAC9B0
(186,201,176)
#C9D6C2
(201,214,194)
#D8E3D4
(216,227,212)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516E32 color. Also use rgb(81,110,50) instead hex code.

Text Font Color

.myTextColor { color: #516E32; }

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

This text font color is #516E32.

Background Color

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

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

This div background color is #516E32.

Border color

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

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

This div border color is #516E32.

Opacity

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

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

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

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

This text has shadow with #516E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516E32.

Preview

Color preview on black background

This text has color #516E32 on black background.


Color preview on white background

This text has color #516E32 on white background.


Black color preview on #516E32 background

This text has black color on #516E32 background.


White color preview on #516E32 background

This text has white color on #516E32 background.


Related colors

Complementary color

Complementary color for #hex is #AE91CD.


I love getcolorcode.com

Triadic colors

1 #32516E and #6E3251 with #516E32 are triadic colors.

2 #326E51 and #6E5132 with #516E32 are triadic colors.