COLOR #516C4E

HEX: #516C4E
RGB: (81,108,78)

Color info

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

RGB color model

#516C4E color RGB value is (81,108,78).

  • red value is 81;
  • green value is 108;
  • blue value is 78.
RGB:
(81,108,78)
(32%,42%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 108 of 255 = 42%
B 78 of 255 = 31%

81
108
78

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

Portions of RGB colors in percentages

R + G + B =
81 + 108 + 78 = 267 (100%)
R 81 of 267 ~ 30.34%
G 108 of 267 ~ 40.45%
B 78 of 267 ~ 29.21%

%30.34
%40.45
%29.21

CMYK color model

#516C4E color CMYK value is (25,0,28,58).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(25,0,28,58)
C25M0Y28K58 
(25%,0%,28%,58%)
(0.25/0.00/0.28/0.58)	

CMYK percentages

%25
%0
%27.78
%57.65

Codes

Color #516C4E in popluar color models

516C4E
RGB8110878
HSL114°16.13%36.47%
HSB/HSV114°27.78%42.35%
CMYK25.00%0.00%27.78%
57.65%

Color #516C4E in popluar number systems.

HEX516C4E
Decimal8110878
Binary101000111011001001110
Octal121154116

Shades and tints

Shades of #516C4E

#516C4E
(81,108,78)
#4A6347
(74,99,71)
#435A40
(67,90,64)
#3C5139
(60,81,57)
#354832
(53,72,50)
#2E3F2B
(46,63,43)
#273624
(39,54,36)
#202D1D
(32,45,29)
#192416
(25,36,22)
#121B0F
(18,27,15)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #516C4E

#516C4E
(81,108,78)
#60795E
(96,121,94)
#6F866E
(111,134,110)
#7E937E
(126,147,126)
#8DA08E
(141,160,142)
#9CAD9E
(156,173,158)
#ABBAAE
(171,186,174)
#BAC7BE
(186,199,190)
#C9D4CE
(201,212,206)
#D8E1DE
(216,225,222)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516C4E color. Also use rgb(81,108,78) instead hex code.

Text Font Color

.myTextColor { color: #516C4E; }

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

This text font color is #516C4E.


Background Color

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

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

This div background color is #516C4E.


Border color

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

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

This div border color is #516C4E.


Opacity

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

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

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

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

This text has shadow with #516C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516C4E on black background.


Color preview on white background

This text has color #516C4E on white background.



Black color preview on #516C4E background

This text has black color on #516C4E background.


White color preview on #516C4E background

This text has white color on #516C4E background.