COLOR #516C4A

HEX: #516C4A
RGB: (81,108,74)

Color info

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

RGB color model

#516C4A color RGB value is (81,108,74).

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

RGB channels and saturation

R 81 of 255 = 32%
G 108 of 255 = 42%
B 74 of 255 = 29%

81
108
74

R + G + B ~ 34%. #516C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 108 + 74 = 263 (100%)
R 81 of 263 ~ 30.8%
G 108 of 263 ~ 41.06%
B 74 of 263 ~ 28.14%

%30.8
%41.06
%28.14

CMYK color model

#516C4A color CMYK value is (25,0,31,58).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK:
(25,0,31,58)
C25M0Y31K58 
(25%,0%,31%,58%)
(0.25/0.00/0.31/0.58)	

CMYK percentages

%25
%0
%31.48
%57.65

Codes

Color #516C4A in popluar color models

516C4A
RGB8110874
HSL108°18.68%35.69%
HSB/HSV108°31.48%42.35%
CMYK25.00%0.00%31.48%
57.65%

Color #516C4A in popluar number systems.

HEX516C4A
Decimal8110874
Binary101000111011001001010
Octal121154112

Shades and tints

Shades of #516C4A

#516C4A
(81,108,74)
#4A6344
(74,99,68)
#435A3E
(67,90,62)
#3C5138
(60,81,56)
#354832
(53,72,50)
#2E3F2C
(46,63,44)
#273626
(39,54,38)
#202D20
(32,45,32)
#19241A
(25,36,26)
#121B14
(18,27,20)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #516C4A

#516C4A
(81,108,74)
#60795A
(96,121,90)
#6F866A
(111,134,106)
#7E937A
(126,147,122)
#8DA08A
(141,160,138)
#9CAD9A
(156,173,154)
#ABBAAA
(171,186,170)
#BAC7BA
(186,199,186)
#C9D4CA
(201,212,202)
#D8E1DA
(216,225,218)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516C4A; }

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

This text font color is #516C4A.


Background Color

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

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

This div background color is #516C4A.


Border color

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

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

This div border color is #516C4A.


Opacity

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

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

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

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

This text has shadow with #516C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516C4A on black background.


Color preview on white background

This text has color #516C4A on white background.



Black color preview on #516C4A background

This text has black color on #516C4A background.


White color preview on #516C4A background

This text has white color on #516C4A background.