COLOR #516758

HEX: #516758
RGB: (81,103,88)

Color info

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

RGB color model

#516758 color RGB value is (81,103,88).

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

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 88 of 255 = 35%

81
103
88

R + G + B ~ 36%. #516758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 88 = 272 (100%)
R 81 of 272 ~ 29.78%
G 103 of 272 ~ 37.87%
B 88 of 272 ~ 32.35%

%29.78
%37.87
%32.35

CMYK color model

#516758 color CMYK value is (21,0,15,60).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 59.61%
CMYK:
(21,0,15,60)
C21M0Y15K60 
(21%,0%,15%,60%)
(0.21/0.00/0.15/0.60)	

CMYK percentages

%21.36
%0
%14.56
%59.61

Codes

Color #516758 in popluar color models

516758
RGB8110388
HSL139°11.96%36.08%
HSB/HSV139°21.36%40.39%
CMYK21.36%0.00%14.56%
59.61%

Color #516758 in popluar number systems.

HEX516758
Decimal8110388
Binary101000111001111011000
Octal121147130

Shades and tints

Shades of #516758

#516758
(81,103,88)
#4A5E50
(74,94,80)
#435548
(67,85,72)
#3C4C40
(60,76,64)
#354338
(53,67,56)
#2E3A30
(46,58,48)
#273128
(39,49,40)
#202820
(32,40,32)
#191F18
(25,31,24)
#121610
(18,22,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #516758

#516758
(81,103,88)
#607467
(96,116,103)
#6F8176
(111,129,118)
#7E8E85
(126,142,133)
#8D9B94
(141,155,148)
#9CA8A3
(156,168,163)
#ABB5B2
(171,181,178)
#BAC2C1
(186,194,193)
#C9CFD0
(201,207,208)
#D8DCDF
(216,220,223)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516758; }

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

This text font color is #516758.


Background Color

.myBgColor { background-color: #516758; }

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

This div background color is #516758.


Border color

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

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

This div border color is #516758.


Opacity

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

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

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

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

This text has shadow with #516758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516758 on black background.


Color preview on white background

This text has color #516758 on white background.



Black color preview on #516758 background

This text has black color on #516758 background.


White color preview on #516758 background

This text has white color on #516758 background.