COLOR #516B4F

HEX: #516B4F RGB: (81,107,79)

Color info

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

RGB color model

#516B4F color RGB value is (81,107,79).

RGB: (81,107,79) (32%, 42%, 31%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 79 of 255 = 31%

81
107
79

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

Portions of RGB colors in percentages

R + G + B = 81 + 107 + 79 = 267 (100%)
R 81 of 267 ~ 30.34%
G 107 of 267 ~ 40.07%
B 79 of 267 ~ 29.59'%

%30.34
%40.07
%29.59

CMYK color model

#516B4F color CMYK value is (24,0,26,58).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 58.04%

CMYK: (24,0,26,58)
C24M0Y26K58 (24%, 0%, 26%, 58%)
(0.24 / 0.00 / 0.26 / 0.58)

CMYK percentages

%24.3
%0
%26.17
%58.04

Codes

Color #516B4F in popluar color models

51 6B 4F
RGB 81 107 79
HSL 116° 15.05% 36.47%
HSB/HSV 116° 26.17% 41.96%
CMYK 24.30% 0.00% 26.17%
58.04%

Color #516B4F in popluar number systems.

HEX 51 6B 4F
Decimal 81 107 79
Binary 1010001 1101011 1001111
Octal 121 153 117

Shades and tints

Shades of #516B4F

#516B4F
(81,107,79)
#4A6248
(74,98,72)
#435941
(67,89,65)
#3C503A
(60,80,58)
#354733
(53,71,51)
#2E3E2C
(46,62,44)
#273525
(39,53,37)
#202C1E
(32,44,30)
#192317
(25,35,23)
#121A10
(18,26,16)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #516B4F

#516B4F
(81,107,79)
#60785F
(96,120,95)
#6F856F
(111,133,111)
#7E927F
(126,146,127)
#8D9F8F
(141,159,143)
#9CAC9F
(156,172,159)
#ABB9AF
(171,185,175)
#BAC6BF
(186,198,191)
#C9D3CF
(201,211,207)
#D8E0DF
(216,224,223)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516B4F color. Also use rgb(81,107,79) instead hex code.

Text Font Color

.myTextColor { color: #516B4F; }

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

This text font color is #516B4F.

Background Color

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

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

This div background color is #516B4F.

Border color

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

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

This div border color is #516B4F.

Opacity

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

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

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

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

This text has shadow with #516B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516B4F.

Preview

Color preview on black background

This text has color #516B4F on black background.


Color preview on white background

This text has color #516B4F on white background.


Black color preview on #516B4F background

This text has black color on #516B4F background.


White color preview on #516B4F background

This text has white color on #516B4F background.


Related colors

Complementary color

Complementary color for #hex is #AE94B0.


I love getcolorcode.com

Triadic colors

1 #4F516B and #6B4F51 with #516B4F are triadic colors.

2 #4F6B51 and #6B514F with #516B4F are triadic colors.