COLOR #516B4D

HEX: #516B4D
RGB: (81,107,77)

Color info

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

RGB color model

#516B4D color RGB value is (81,107,77).

  • red value is 81;
  • green value is 107;
  • blue value is 77.
RGB:
(81,107,77)
(32%,42%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 77 of 255 = 30%

81
107
77

R + G + B ~ 35%. #516B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 107 + 77 = 265 (100%)
R 81 of 265 ~ 30.57%
G 107 of 265 ~ 40.38%
B 77 of 265 ~ 29.06%

%30.57
%40.38
%29.06

CMYK color model

#516B4D color CMYK value is (24,0,28,58).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 58.04%
CMYK:
(24,0,28,58)
C24M0Y28K58 
(24%,0%,28%,58%)
(0.24/0.00/0.28/0.58)	

CMYK percentages

%24.3
%0
%28.04
%58.04

Codes

Color #516B4D in popluar color models

516B4D
RGB8110777
HSL112°16.30%36.08%
HSB/HSV112°28.04%41.96%
CMYK24.30%0.00%28.04%
58.04%

Color #516B4D in popluar number systems.

HEX516B4D
Decimal8110777
Binary101000111010111001101
Octal121153115

Shades and tints

Shades of #516B4D

#516B4D
(81,107,77)
#4A6246
(74,98,70)
#43593F
(67,89,63)
#3C5038
(60,80,56)
#354731
(53,71,49)
#2E3E2A
(46,62,42)
#273523
(39,53,35)
#202C1C
(32,44,28)
#192315
(25,35,21)
#121A0E
(18,26,14)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #516B4D

#516B4D
(81,107,77)
#60785D
(96,120,93)
#6F856D
(111,133,109)
#7E927D
(126,146,125)
#8D9F8D
(141,159,141)
#9CAC9D
(156,172,157)
#ABB9AD
(171,185,173)
#BAC6BD
(186,198,189)
#C9D3CD
(201,211,205)
#D8E0DD
(216,224,221)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516B4D color. Also use rgb(81,107,77) instead hex code.

Text Font Color

.myTextColor { color: #516B4D; }

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

This text font color is #516B4D.


Background Color

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

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

This div background color is #516B4D.


Border color

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

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

This div border color is #516B4D.


Opacity

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

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

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

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

This text has shadow with #516B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516B4D on black background.


Color preview on white background

This text has color #516B4D on white background.



Black color preview on #516B4D background

This text has black color on #516B4D background.


White color preview on #516B4D background

This text has white color on #516B4D background.