COLOR #516A4C

HEX: #516A4C RGB: (81,106,76)

Color info

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

RGB color model

#516A4C color RGB value is (81,106,76).

RGB: (81,106,76) (32%, 42%, 30%)

RGB channels and saturation

R 81 of 255 = 32%
G 106 of 255 = 42%
B 76 of 255 = 30%

81
106
76

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

Portions of RGB colors in percentages

R + G + B = 81 + 106 + 76 = 263 (100%)
R 81 of 263 ~ 30.8%
G 106 of 263 ~ 40.3%
B 76 of 263 ~ 28.9'%

%30.8
%40.3
%28.9

CMYK color model

#516A4C color CMYK value is (24,0,28,58).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 58.43%

CMYK: (24,0,28,58)
C24M0Y28K58 (24%, 0%, 28%, 58%)
(0.24 / 0.00 / 0.28 / 0.58)

CMYK percentages

%23.58
%0
%28.3
%58.43

Codes

Color #516A4C in popluar color models

51 6A 4C
RGB 81 106 76
HSL 110° 16.48% 35.69%
HSB/HSV 110° 28.30% 41.57%
CMYK 23.58% 0.00% 28.30%
58.43%

Color #516A4C in popluar number systems.

HEX 51 6A 4C
Decimal 81 106 76
Binary 1010001 1101010 1001100
Octal 121 152 114

Shades and tints

Shades of #516A4C

#516A4C
(81,106,76)
#4A6146
(74,97,70)
#435840
(67,88,64)
#3C4F3A
(60,79,58)
#354634
(53,70,52)
#2E3D2E
(46,61,46)
#273428
(39,52,40)
#202B22
(32,43,34)
#19221C
(25,34,28)
#121916
(18,25,22)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #516A4C

#516A4C
(81,106,76)
#60775C
(96,119,92)
#6F846C
(111,132,108)
#7E917C
(126,145,124)
#8D9E8C
(141,158,140)
#9CAB9C
(156,171,156)
#ABB8AC
(171,184,172)
#BAC5BC
(186,197,188)
#C9D2CC
(201,210,204)
#D8DFDC
(216,223,220)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516A4C color. Also use rgb(81,106,76) instead hex code.

Text Font Color

.myTextColor { color: #516A4C; }

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

This text font color is #516A4C.

Background Color

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

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

This div background color is #516A4C.

Border color

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

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

This div border color is #516A4C.

Opacity

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

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

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

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

This text has shadow with #516A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516A4C.

Preview

Color preview on black background

This text has color #516A4C on black background.


Color preview on white background

This text has color #516A4C on white background.


Black color preview on #516A4C background

This text has black color on #516A4C background.


White color preview on #516A4C background

This text has white color on #516A4C background.


Related colors

Complementary color

Complementary color for #hex is #AE95B3.


I love getcolorcode.com

Triadic colors

1 #4C516A and #6A4C51 with #516A4C are triadic colors.

2 #4C6A51 and #6A514C with #516A4C are triadic colors.