COLOR #516249

HEX: #516249
RGB: (81,98,73)

Color info

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

RGB color model

#516249 color RGB value is (81,98,73).

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

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 73 of 255 = 29%

81
98
73

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

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 73 = 252 (100%)
R 81 of 252 ~ 32.14%
G 98 of 252 ~ 38.89%
B 73 of 252 ~ 28.97%

%32.14
%38.89
%28.97

CMYK color model

#516249 color CMYK value is (17,0,26,62).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(17,0,26,62)
C17M0Y26K62 
(17%,0%,26%,62%)
(0.17/0.00/0.26/0.62)	

CMYK percentages

%17.35
%0
%25.51
%61.57

Codes

Color #516249 in popluar color models

516249
RGB819873
HSL101°14.62%33.53%
HSB/HSV101°25.51%38.43%
CMYK17.35%0.00%25.51%
61.57%

Color #516249 in popluar number systems.

HEX516249
Decimal819873
Binary101000111000101001001
Octal121142111

Shades and tints

Shades of #516249

#516249
(81,98,73)
#4A5A43
(74,90,67)
#43523D
(67,82,61)
#3C4A37
(60,74,55)
#354231
(53,66,49)
#2E3A2B
(46,58,43)
#273225
(39,50,37)
#202A1F
(32,42,31)
#192219
(25,34,25)
#121A13
(18,26,19)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #516249

#516249
(81,98,73)
#607059
(96,112,89)
#6F7E69
(111,126,105)
#7E8C79
(126,140,121)
#8D9A89
(141,154,137)
#9CA899
(156,168,153)
#ABB6A9
(171,182,169)
#BAC4B9
(186,196,185)
#C9D2C9
(201,210,201)
#D8E0D9
(216,224,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516249; }

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

This text font color is #516249.


Background Color

.myBgColor { background-color: #516249; }

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

This div background color is #516249.


Border color

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

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

This div border color is #516249.


Opacity

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

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

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

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

This text has shadow with #516249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516249 on black background.


Color preview on white background

This text has color #516249 on white background.



Black color preview on #516249 background

This text has black color on #516249 background.


White color preview on #516249 background

This text has white color on #516249 background.