COLOR #516851

HEX: #516851
RGB: (81,104,81)

Color info

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

RGB color model

#516851 color RGB value is (81,104,81).

  • red value is 81;
  • green value is 104;
  • blue value is 81.
RGB:
(81,104,81)
(32%,41%,32%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 81 of 255 = 32%

81
104
81

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

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 81 = 266 (100%)
R 81 of 266 ~ 30.45%
G 104 of 266 ~ 39.1%
B 81 of 266 ~ 30.45%

%30.45
%39.1
%30.45

CMYK color model

#516851 color CMYK value is (22,0,22,59).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(22,0,22,59)
C22M0Y22K59 
(22%,0%,22%,59%)
(0.22/0.00/0.22/0.59)	

CMYK percentages

%22.12
%0
%22.12
%59.22

Codes

Color #516851 in popluar color models

516851
RGB8110481
HSL120°12.43%36.27%
HSB/HSV120°22.12%40.78%
CMYK22.12%0.00%22.12%
59.22%

Color #516851 in popluar number systems.

HEX516851
Decimal8110481
Binary101000111010001010001
Octal121150121

Shades and tints

Shades of #516851

#516851
(81,104,81)
#4A5F4A
(74,95,74)
#435643
(67,86,67)
#3C4D3C
(60,77,60)
#354435
(53,68,53)
#2E3B2E
(46,59,46)
#273227
(39,50,39)
#202920
(32,41,32)
#192019
(25,32,25)
#121712
(18,23,18)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #516851

#516851
(81,104,81)
#607560
(96,117,96)
#6F826F
(111,130,111)
#7E8F7E
(126,143,126)
#8D9C8D
(141,156,141)
#9CA99C
(156,169,156)
#ABB6AB
(171,182,171)
#BAC3BA
(186,195,186)
#C9D0C9
(201,208,201)
#D8DDD8
(216,221,216)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516851; }

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

This text font color is #516851.


Background Color

.myBgColor { background-color: #516851; }

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

This div background color is #516851.


Border color

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

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

This div border color is #516851.


Opacity

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

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

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

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

This text has shadow with #516851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516851 on black background.


Color preview on white background

This text has color #516851 on white background.



Black color preview on #516851 background

This text has black color on #516851 background.


White color preview on #516851 background

This text has white color on #516851 background.