COLOR #516845

HEX: #516845
RGB: (81,104,69)

Color info

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

RGB color model

#516845 color RGB value is (81,104,69).

  • red value is 81;
  • green value is 104;
  • blue value is 69.
RGB:
(81,104,69)
(32%,41%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 69 of 255 = 27%

81
104
69

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

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 69 = 254 (100%)
R 81 of 254 ~ 31.89%
G 104 of 254 ~ 40.94%
B 69 of 254 ~ 27.17%

%31.89
%40.94
%27.17

CMYK color model

#516845 color CMYK value is (22,0,34,59).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 33.65%
  • key color value is 59.22%
CMYK:
(22,0,34,59)
C22M0Y34K59 
(22%,0%,34%,59%)
(0.22/0.00/0.34/0.59)	

CMYK percentages

%22.12
%0
%33.65
%59.22

Codes

Color #516845 in popluar color models

516845
RGB8110469
HSL99°20.23%33.92%
HSB/HSV99°33.65%40.78%
CMYK22.12%0.00%33.65%
59.22%

Color #516845 in popluar number systems.

HEX516845
Decimal8110469
Binary101000111010001000101
Octal121150105

Shades and tints

Shades of #516845

#516845
(81,104,69)
#4A5F3F
(74,95,63)
#435639
(67,86,57)
#3C4D33
(60,77,51)
#35442D
(53,68,45)
#2E3B27
(46,59,39)
#273221
(39,50,33)
#20291B
(32,41,27)
#192015
(25,32,21)
#12170F
(18,23,15)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #516845

#516845
(81,104,69)
#607555
(96,117,85)
#6F8265
(111,130,101)
#7E8F75
(126,143,117)
#8D9C85
(141,156,133)
#9CA995
(156,169,149)
#ABB6A5
(171,182,165)
#BAC3B5
(186,195,181)
#C9D0C5
(201,208,197)
#D8DDD5
(216,221,213)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516845 color. Also use rgb(81,104,69) instead hex code.

Text Font Color

.myTextColor { color: #516845; }

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

This text font color is #516845.


Background Color

.myBgColor { background-color: #516845; }

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

This div background color is #516845.


Border color

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

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

This div border color is #516845.


Opacity

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

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

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

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

This text has shadow with #516845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516845 on black background.


Color preview on white background

This text has color #516845 on white background.



Black color preview on #516845 background

This text has black color on #516845 background.


White color preview on #516845 background

This text has white color on #516845 background.