COLOR #516F5C

HEX: #516F5C RGB: (81,111,92)

Color info

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

RGB color model

#516F5C color RGB value is (81,111,92).

RGB: (81,111,92) (32%, 44%, 36%)

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 92 of 255 = 36%

81
111
92

R + G + B ~ 37%. #516F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 111 + 92 = 284 (100%)
R 81 of 284 ~ 28.52%
G 111 of 284 ~ 39.08%
B 92 of 284 ~ 32.39'%

%28.52
%39.08
%32.39

CMYK color model

#516F5C color CMYK value is (27,0,17,56).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 56.47%

CMYK: (27,0,17,56)
C27M0Y17K56 (27%, 0%, 17%, 56%)
(0.27 / 0.00 / 0.17 / 0.56)

CMYK percentages

%27.03
%0
%17.12
%56.47

Codes

Color #516F5C in popluar color models

51 6F 5C
RGB 81 111 92
HSL 142° 15.63% 37.65%
HSB/HSV 142° 27.03% 43.53%
CMYK 27.03% 0.00% 17.12%
56.47%

Color #516F5C in popluar number systems.

HEX 51 6F 5C
Decimal 81 111 92
Binary 1010001 1101111 1011100
Octal 121 157 134

Shades and tints

Shades of #516F5C

#516F5C
(81,111,92)
#4A6554
(74,101,84)
#435B4C
(67,91,76)
#3C5144
(60,81,68)
#35473C
(53,71,60)
#2E3D34
(46,61,52)
#27332C
(39,51,44)
#202924
(32,41,36)
#191F1C
(25,31,28)
#121514
(18,21,20)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #516F5C

#516F5C
(81,111,92)
#607C6A
(96,124,106)
#6F8978
(111,137,120)
#7E9686
(126,150,134)
#8DA394
(141,163,148)
#9CB0A2
(156,176,162)
#ABBDB0
(171,189,176)
#BACABE
(186,202,190)
#C9D7CC
(201,215,204)
#D8E4DA
(216,228,218)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516F5C; }

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

This text font color is #516F5C.

Background Color

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

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

This div background color is #516F5C.

Border color

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

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

This div border color is #516F5C.

Opacity

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

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

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

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

This text has shadow with #516F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516F5C.

Preview

Color preview on black background

This text has color #516F5C on black background.


Color preview on white background

This text has color #516F5C on white background.


Black color preview on #516F5C background

This text has black color on #516F5C background.


White color preview on #516F5C background

This text has white color on #516F5C background.


Related colors

Complementary color

Complementary color for #hex is #AE90A3.


I love getcolorcode.com

Triadic colors

1 #5C516F and #6F5C51 with #516F5C are triadic colors.

2 #5C6F51 and #6F515C with #516F5C are triadic colors.