COLOR #516661

HEX: #516661
RGB: (81,102,97)

Color info

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

RGB color model

#516661 color RGB value is (81,102,97).

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

RGB channels and saturation

R 81 of 255 = 32%
G 102 of 255 = 40%
B 97 of 255 = 38%

81
102
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 102 + 97 = 280 (100%)
R 81 of 280 ~ 28.93%
G 102 of 280 ~ 36.43%
B 97 of 280 ~ 34.64%

%28.93
%36.43
%34.64

CMYK color model

#516661 color CMYK value is (21,0,5,60).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(21,0,5,60)
C21M0Y5K60 
(21%,0%,5%,60%)
(0.21/0.00/0.05/0.60)	

CMYK percentages

%20.59
%0
%4.9
%60

Codes

Color #516661 in popluar color models

516661
RGB8110297
HSL166°11.48%35.88%
HSB/HSV166°20.59%40.00%
CMYK20.59%0.00%4.90%
60.00%

Color #516661 in popluar number systems.

HEX516661
Decimal8110297
Binary101000111001101100001
Octal121146141

Shades and tints

Shades of #516661

#516661
(81,102,97)
#4A5D59
(74,93,89)
#435451
(67,84,81)
#3C4B49
(60,75,73)
#354241
(53,66,65)
#2E3939
(46,57,57)
#273031
(39,48,49)
#202729
(32,39,41)
#191E21
(25,30,33)
#121519
(18,21,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #516661

#516661
(81,102,97)
#60736F
(96,115,111)
#6F807D
(111,128,125)
#7E8D8B
(126,141,139)
#8D9A99
(141,154,153)
#9CA7A7
(156,167,167)
#ABB4B5
(171,180,181)
#BAC1C3
(186,193,195)
#C9CED1
(201,206,209)
#D8DBDF
(216,219,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516661; }

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

This text font color is #516661.


Background Color

.myBgColor { background-color: #516661; }

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

This div background color is #516661.


Border color

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

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

This div border color is #516661.


Opacity

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

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

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

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

This text has shadow with #516661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516661 on black background.


Color preview on white background

This text has color #516661 on white background.



Black color preview on #516661 background

This text has black color on #516661 background.


White color preview on #516661 background

This text has white color on #516661 background.