COLOR #516755

HEX: #516755
RGB: (81,103,85)

Color info

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

RGB color model

#516755 color RGB value is (81,103,85).

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

RGB channels and saturation

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

81
103
85

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

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 85 = 269 (100%)
R 81 of 269 ~ 30.11%
G 103 of 269 ~ 38.29%
B 85 of 269 ~ 31.6%

%30.11
%38.29
%31.6

CMYK color model

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

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

CMYK percentages

%21.36
%0
%17.48
%59.61

Codes

Color #516755 in popluar color models

516755
RGB8110385
HSL131°11.96%36.08%
HSB/HSV131°21.36%40.39%
CMYK21.36%0.00%17.48%
59.61%

Color #516755 in popluar number systems.

HEX516755
Decimal8110385
Binary101000111001111010101
Octal121147125

Shades and tints

Shades of #516755

#516755
(81,103,85)
#4A5E4E
(74,94,78)
#435547
(67,85,71)
#3C4C40
(60,76,64)
#354339
(53,67,57)
#2E3A32
(46,58,50)
#27312B
(39,49,43)
#202824
(32,40,36)
#191F1D
(25,31,29)
#121616
(18,22,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #516755

#516755
(81,103,85)
#607464
(96,116,100)
#6F8173
(111,129,115)
#7E8E82
(126,142,130)
#8D9B91
(141,155,145)
#9CA8A0
(156,168,160)
#ABB5AF
(171,181,175)
#BAC2BE
(186,194,190)
#C9CFCD
(201,207,205)
#D8DCDC
(216,220,220)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516755; }

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

This text font color is #516755.


Background Color

.myBgColor { background-color: #516755; }

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

This div background color is #516755.


Border color

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

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

This div border color is #516755.


Opacity

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

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

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

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

This text has shadow with #516755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516755 on black background.


Color preview on white background

This text has color #516755 on white background.



Black color preview on #516755 background

This text has black color on #516755 background.


White color preview on #516755 background

This text has white color on #516755 background.