COLOR #516150

HEX: #516150
RGB: (81,97,80)

Color info

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

RGB color model

#516150 color RGB value is (81,97,80).

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

RGB channels and saturation

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

81
97
80

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

Portions of RGB colors in percentages

R + G + B =
81 + 97 + 80 = 258 (100%)
R 81 of 258 ~ 31.4%
G 97 of 258 ~ 37.6%
B 80 of 258 ~ 31.01%

%31.4
%37.6
%31.01

CMYK color model

#516150 color CMYK value is (16,0,18,62).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(16,0,18,62)
C16M0Y18K62 
(16%,0%,18%,62%)
(0.16/0.00/0.18/0.62)	

CMYK percentages

%16.49
%0
%17.53
%61.96

Codes

Color #516150 in popluar color models

516150
RGB819780
HSL116°9.60%34.71%
HSB/HSV116°17.53%38.04%
CMYK16.49%0.00%17.53%
61.96%

Color #516150 in popluar number systems.

HEX516150
Decimal819780
Binary101000111000011010000
Octal121141120

Shades and tints

Shades of #516150

#516150
(81,97,80)
#4A5949
(74,89,73)
#435142
(67,81,66)
#3C493B
(60,73,59)
#354134
(53,65,52)
#2E392D
(46,57,45)
#273126
(39,49,38)
#20291F
(32,41,31)
#192118
(25,33,24)
#121911
(18,25,17)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #516150

#516150
(81,97,80)
#606F5F
(96,111,95)
#6F7D6E
(111,125,110)
#7E8B7D
(126,139,125)
#8D998C
(141,153,140)
#9CA79B
(156,167,155)
#ABB5AA
(171,181,170)
#BAC3B9
(186,195,185)
#C9D1C8
(201,209,200)
#D8DFD7
(216,223,215)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516150; }

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

This text font color is #516150.


Background Color

.myBgColor { background-color: #516150; }

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

This div background color is #516150.


Border color

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

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

This div border color is #516150.


Opacity

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

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

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

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

This text has shadow with #516150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516150 on black background.


Color preview on white background

This text has color #516150 on white background.



Black color preview on #516150 background

This text has black color on #516150 background.


White color preview on #516150 background

This text has white color on #516150 background.