COLOR #516555

HEX: #516555
RGB: (81,101,85)

Color info

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

RGB color model

#516555 color RGB value is (81,101,85).

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

RGB channels and saturation

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

81
101
85

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

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 85 = 267 (100%)
R 81 of 267 ~ 30.34%
G 101 of 267 ~ 37.83%
B 85 of 267 ~ 31.84%

%30.34
%37.83
%31.84

CMYK color model

#516555 color CMYK value is (20,0,16,60).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%
CMYK:
(20,0,16,60)
C20M0Y16K60 
(20%,0%,16%,60%)
(0.20/0.00/0.16/0.60)	

CMYK percentages

%19.8
%0
%15.84
%60.39

Codes

Color #516555 in popluar color models

516555
RGB8110185
HSL132°10.99%35.69%
HSB/HSV132°19.80%39.61%
CMYK19.80%0.00%15.84%
60.39%

Color #516555 in popluar number systems.

HEX516555
Decimal8110185
Binary101000111001011010101
Octal121145125

Shades and tints

Shades of #516555

#516555
(81,101,85)
#4A5C4E
(74,92,78)
#435347
(67,83,71)
#3C4A40
(60,74,64)
#354139
(53,65,57)
#2E3832
(46,56,50)
#272F2B
(39,47,43)
#202624
(32,38,36)
#191D1D
(25,29,29)
#121416
(18,20,22)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #516555

#516555
(81,101,85)
#607364
(96,115,100)
#6F8173
(111,129,115)
#7E8F82
(126,143,130)
#8D9D91
(141,157,145)
#9CABA0
(156,171,160)
#ABB9AF
(171,185,175)
#BAC7BE
(186,199,190)
#C9D5CD
(201,213,205)
#D8E3DC
(216,227,220)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516555; }

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

This text font color is #516555.


Background Color

.myBgColor { background-color: #516555; }

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

This div background color is #516555.


Border color

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

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

This div border color is #516555.


Opacity

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

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

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

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

This text has shadow with #516555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516555 on black background.


Color preview on white background

This text has color #516555 on white background.



Black color preview on #516555 background

This text has black color on #516555 background.


White color preview on #516555 background

This text has white color on #516555 background.