COLOR #516F4D

HEX: #516F4D
RGB: (81,111,77)

Color info

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

RGB color model

#516F4D color RGB value is (81,111,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 77 of 255 = 30%

81
111
77

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

Portions of RGB colors in percentages

R + G + B =
81 + 111 + 77 = 269 (100%)
R 81 of 269 ~ 30.11%
G 111 of 269 ~ 41.26%
B 77 of 269 ~ 28.62%

%30.11
%41.26
%28.62

CMYK color model

#516F4D color CMYK value is (27,0,31,56).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 56.47%
CMYK:
(27,0,31,56)
C27M0Y31K56 
(27%,0%,31%,56%)
(0.27/0.00/0.31/0.56)	

CMYK percentages

%27.03
%0
%30.63
%56.47

Codes

Color #516F4D in popluar color models

516F4D
RGB8111177
HSL113°18.09%36.86%
HSB/HSV113°30.63%43.53%
CMYK27.03%0.00%30.63%
56.47%

Color #516F4D in popluar number systems.

HEX516F4D
Decimal8111177
Binary101000111011111001101
Octal121157115

Shades and tints

Shades of #516F4D

#516F4D
(81,111,77)
#4A6546
(74,101,70)
#435B3F
(67,91,63)
#3C5138
(60,81,56)
#354731
(53,71,49)
#2E3D2A
(46,61,42)
#273323
(39,51,35)
#20291C
(32,41,28)
#191F15
(25,31,21)
#12150E
(18,21,14)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #516F4D

#516F4D
(81,111,77)
#607C5D
(96,124,93)
#6F896D
(111,137,109)
#7E967D
(126,150,125)
#8DA38D
(141,163,141)
#9CB09D
(156,176,157)
#ABBDAD
(171,189,173)
#BACABD
(186,202,189)
#C9D7CD
(201,215,205)
#D8E4DD
(216,228,221)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516F4D; }

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

This text font color is #516F4D.


Background Color

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

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

This div background color is #516F4D.


Border color

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

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

This div border color is #516F4D.


Opacity

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

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

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

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

This text has shadow with #516F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516F4D on black background.


Color preview on white background

This text has color #516F4D on white background.



Black color preview on #516F4D background

This text has black color on #516F4D background.


White color preview on #516F4D background

This text has white color on #516F4D background.