COLOR #516F5F

HEX: #516F5F
RGB: (81,111,95)

Color info

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

RGB color model

#516F5F color RGB value is (81,111,95).

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

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 95 of 255 = 37%

81
111
95

R + G + B ~ 38%. #516F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 111 + 95 = 287 (100%)
R 81 of 287 ~ 28.22%
G 111 of 287 ~ 38.68%
B 95 of 287 ~ 33.1%

%28.22
%38.68
%33.1

CMYK color model

#516F5F color CMYK value is (27,0,14,56).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(27,0,14,56)
C27M0Y14K56 
(27%,0%,14%,56%)
(0.27/0.00/0.14/0.56)	

CMYK percentages

%27.03
%0
%14.41
%56.47

Codes

Color #516F5F in popluar color models

516F5F
RGB8111195
HSL148°15.63%37.65%
HSB/HSV148°27.03%43.53%
CMYK27.03%0.00%14.41%
56.47%

Color #516F5F in popluar number systems.

HEX516F5F
Decimal8111195
Binary101000111011111011111
Octal121157137

Shades and tints

Shades of #516F5F

#516F5F
(81,111,95)
#4A6557
(74,101,87)
#435B4F
(67,91,79)
#3C5147
(60,81,71)
#35473F
(53,71,63)
#2E3D37
(46,61,55)
#27332F
(39,51,47)
#202927
(32,41,39)
#191F1F
(25,31,31)
#121517
(18,21,23)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #516F5F

#516F5F
(81,111,95)
#607C6D
(96,124,109)
#6F897B
(111,137,123)
#7E9689
(126,150,137)
#8DA397
(141,163,151)
#9CB0A5
(156,176,165)
#ABBDB3
(171,189,179)
#BACAC1
(186,202,193)
#C9D7CF
(201,215,207)
#D8E4DD
(216,228,221)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516F5F; }

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

This text font color is #516F5F.


Background Color

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

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

This div background color is #516F5F.


Border color

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

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

This div border color is #516F5F.


Opacity

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

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

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

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

This text has shadow with #516F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516F5F on black background.


Color preview on white background

This text has color #516F5F on white background.



Black color preview on #516F5F background

This text has black color on #516F5F background.


White color preview on #516F5F background

This text has white color on #516F5F background.