COLOR #516232

HEX: #516232
RGB: (81,98,50)

Color info

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

RGB color model

#516232 color RGB value is (81,98,50).

  • red value is 81;
  • green value is 98;
  • blue value is 50.
RGB:
(81,98,50)
(32%,38%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 50 of 255 = 20%

81
98
50

R + G + B ~ 30%. #516232 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 50 = 229 (100%)
R 81 of 229 ~ 35.37%
G 98 of 229 ~ 42.79%
B 50 of 229 ~ 21.83%

%35.37
%42.79
%21.83

CMYK color model

#516232 color CMYK value is (17,0,49,62).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 61.57%
CMYK:
(17,0,49,62)
C17M0Y49K62 
(17%,0%,49%,62%)
(0.17/0.00/0.49/0.62)	

CMYK percentages

%17.35
%0
%48.98
%61.57

Codes

Color #516232 in popluar color models

516232
RGB819850
HSL81°32.43%29.02%
HSB/HSV81°48.98%38.43%
CMYK17.35%0.00%48.98%
61.57%

Color #516232 in popluar number systems.

HEX516232
Decimal819850
Binary10100011100010110010
Octal12114262

Shades and tints

Shades of #516232

#516232
(81,98,50)
#4A5A2E
(74,90,46)
#43522A
(67,82,42)
#3C4A26
(60,74,38)
#354222
(53,66,34)
#2E3A1E
(46,58,30)
#27321A
(39,50,26)
#202A16
(32,42,22)
#192212
(25,34,18)
#121A0E
(18,26,14)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #516232

#516232
(81,98,50)
#607044
(96,112,68)
#6F7E56
(111,126,86)
#7E8C68
(126,140,104)
#8D9A7A
(141,154,122)
#9CA88C
(156,168,140)
#ABB69E
(171,182,158)
#BAC4B0
(186,196,176)
#C9D2C2
(201,210,194)
#D8E0D4
(216,224,212)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516232; }

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

This text font color is #516232.


Background Color

.myBgColor { background-color: #516232; }

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

This div background color is #516232.


Border color

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

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

This div border color is #516232.


Opacity

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

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

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

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

This text has shadow with #516232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516232 on black background.


Color preview on white background

This text has color #516232 on white background.



Black color preview on #516232 background

This text has black color on #516232 background.


White color preview on #516232 background

This text has white color on #516232 background.