COLOR #516655

HEX: #516655
RGB: (81,102,85)

Color info

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

RGB color model

#516655 color RGB value is (81,102,85).

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

RGB channels and saturation

R 81 of 255 = 32%
G 102 of 255 = 40%
B 85 of 255 = 33%

81
102
85

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

Portions of RGB colors in percentages

R + G + B =
81 + 102 + 85 = 268 (100%)
R 81 of 268 ~ 30.22%
G 102 of 268 ~ 38.06%
B 85 of 268 ~ 31.72%

%30.22
%38.06
%31.72

CMYK color model

#516655 color CMYK value is (21,0,17,60).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(21,0,17,60)
C21M0Y17K60 
(21%,0%,17%,60%)
(0.21/0.00/0.17/0.60)	

CMYK percentages

%20.59
%0
%16.67
%60

Codes

Color #516655 in popluar color models

516655
RGB8110285
HSL131°11.48%35.88%
HSB/HSV131°20.59%40.00%
CMYK20.59%0.00%16.67%
60.00%

Color #516655 in popluar number systems.

HEX516655
Decimal8110285
Binary101000111001101010101
Octal121146125

Shades and tints

Shades of #516655

#516655
(81,102,85)
#4A5D4E
(74,93,78)
#435447
(67,84,71)
#3C4B40
(60,75,64)
#354239
(53,66,57)
#2E3932
(46,57,50)
#27302B
(39,48,43)
#202724
(32,39,36)
#191E1D
(25,30,29)
#121516
(18,21,22)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #516655

#516655
(81,102,85)
#607364
(96,115,100)
#6F8073
(111,128,115)
#7E8D82
(126,141,130)
#8D9A91
(141,154,145)
#9CA7A0
(156,167,160)
#ABB4AF
(171,180,175)
#BAC1BE
(186,193,190)
#C9CECD
(201,206,205)
#D8DBDC
(216,219,220)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516655; }

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

This text font color is #516655.


Background Color

.myBgColor { background-color: #516655; }

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

This div background color is #516655.


Border color

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

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

This div border color is #516655.


Opacity

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

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

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

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

This text has shadow with #516655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516655 on black background.


Color preview on white background

This text has color #516655 on white background.



Black color preview on #516655 background

This text has black color on #516655 background.


White color preview on #516655 background

This text has white color on #516655 background.