COLOR #516D5F

HEX: #516D5F
RGB: (81,109,95)

Color info

#516D5F contains red, green and blue colors in about the same proportion. Web safe color of #516D5F is #666666 (or #666).

RGB color model

#516D5F color RGB value is (81,109,95).

  • red value is 81;
  • green value is 109;
  • blue value is 95.
RGB:
(81,109,95)
(32%,43%,37%)

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 95 of 255 = 37%

81
109
95

R + G + B ~ 37%. #516D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 109 + 95 = 285 (100%)
R 81 of 285 ~ 28.42%
G 109 of 285 ~ 38.25%
B 95 of 285 ~ 33.33%

%28.42
%38.25
%33.33

CMYK color model

#516D5F color CMYK value is (26,0,13,57).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 57.25%
CMYK:
(26,0,13,57)
C26M0Y13K57 
(26%,0%,13%,57%)
(0.26/0.00/0.13/0.57)	

CMYK percentages

%25.69
%0
%12.84
%57.25

Codes

Color #516D5F in popluar color models

516D5F
RGB8110995
HSL150°14.74%37.25%
HSB/HSV150°25.69%42.75%
CMYK25.69%0.00%12.84%
57.25%

Color #516D5F in popluar number systems.

HEX516D5F
Decimal8110995
Binary101000111011011011111
Octal121155137

Shades and tints

Shades of #516D5F

#516D5F
(81,109,95)
#4A6457
(74,100,87)
#435B4F
(67,91,79)
#3C5247
(60,82,71)
#35493F
(53,73,63)
#2E4037
(46,64,55)
#27372F
(39,55,47)
#202E27
(32,46,39)
#19251F
(25,37,31)
#121C17
(18,28,23)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #516D5F

#516D5F
(81,109,95)
#607A6D
(96,122,109)
#6F877B
(111,135,123)
#7E9489
(126,148,137)
#8DA197
(141,161,151)
#9CAEA5
(156,174,165)
#ABBBB3
(171,187,179)
#BAC8C1
(186,200,193)
#C9D5CF
(201,213,207)
#D8E2DD
(216,226,221)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516D5F color. Also use rgb(81,109,95) instead hex code.

Text Font Color

.myTextColor { color: #516D5F; }

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

This text font color is #516D5F.


Background Color

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

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

This div background color is #516D5F.


Border color

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

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

This div border color is #516D5F.


Opacity

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

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

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

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

This text has shadow with #516D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516D5F on black background.


Color preview on white background

This text has color #516D5F on white background.



Black color preview on #516D5F background

This text has black color on #516D5F background.


White color preview on #516D5F background

This text has white color on #516D5F background.