COLOR #516050

HEX: #516050
RGB: (81,96,80)

Color info

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

RGB color model

#516050 color RGB value is (81,96,80).

  • red value is 81;
  • green value is 96;
  • blue value is 80.
RGB:
(81,96,80)
(32%,38%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 96 of 255 = 38%
B 80 of 255 = 31%

81
96
80

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

Portions of RGB colors in percentages

R + G + B =
81 + 96 + 80 = 257 (100%)
R 81 of 257 ~ 31.52%
G 96 of 257 ~ 37.35%
B 80 of 257 ~ 31.13%

%31.52
%37.35
%31.13

CMYK color model

#516050 color CMYK value is (16,0,17,62).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(16,0,17,62)
C16M0Y17K62 
(16%,0%,17%,62%)
(0.16/0.00/0.17/0.62)	

CMYK percentages

%15.63
%0
%16.67
%62.35

Codes

Color #516050 in popluar color models

516050
RGB819680
HSL116°9.09%34.51%
HSB/HSV116°16.67%37.65%
CMYK15.63%0.00%16.67%
62.35%

Color #516050 in popluar number systems.

HEX516050
Decimal819680
Binary101000111000001010000
Octal121140120

Shades and tints

Shades of #516050

#516050
(81,96,80)
#4A5849
(74,88,73)
#435042
(67,80,66)
#3C483B
(60,72,59)
#354034
(53,64,52)
#2E382D
(46,56,45)
#273026
(39,48,38)
#20281F
(32,40,31)
#192018
(25,32,24)
#121811
(18,24,17)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #516050

#516050
(81,96,80)
#606E5F
(96,110,95)
#6F7C6E
(111,124,110)
#7E8A7D
(126,138,125)
#8D988C
(141,152,140)
#9CA69B
(156,166,155)
#ABB4AA
(171,180,170)
#BAC2B9
(186,194,185)
#C9D0C8
(201,208,200)
#D8DED7
(216,222,215)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516050 color. Also use rgb(81,96,80) instead hex code.

Text Font Color

.myTextColor { color: #516050; }

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

This text font color is #516050.


Background Color

.myBgColor { background-color: #516050; }

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

This div background color is #516050.


Border color

.myBorderColor { border: 1px solid #516050; }

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

This div border color is #516050.


Opacity

.myOpacity80 { color: #516050; opacity: 0.8; }

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

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

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

This text has shadow with #516050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516050 on black background.


Color preview on white background

This text has color #516050 on white background.



Black color preview on #516050 background

This text has black color on #516050 background.


White color preview on #516050 background

This text has white color on #516050 background.