COLOR #516369

HEX: #516369
RGB: (81,99,105)

Color info

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

RGB color model

#516369 color RGB value is (81,99,105).

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

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 105 of 255 = 41%

81
99
105

R + G + B ~ 37%. #516369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 105 = 285 (100%)
R 81 of 285 ~ 28.42%
G 99 of 285 ~ 34.74%
B 105 of 285 ~ 36.84%

%28.42
%34.74
%36.84

CMYK color model

#516369 color CMYK value is (23,6,0,59).

  • cyan value is 22.86%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(23,6,0,59)
C23M6Y0K59 
(23%,6%,0%,59%)
(0.23/0.06/0.00/0.59)	

CMYK percentages

%22.86
%5.71
%0
%58.82

Codes

Color #516369 in popluar color models

516369
RGB8199105
HSL195°12.90%36.47%
HSB/HSV195°22.86%41.18%
CMYK22.86%5.71%0.00%
58.82%

Color #516369 in popluar number systems.

HEX516369
Decimal8199105
Binary101000111000111101001
Octal121143151

Shades and tints

Shades of #516369

#516369
(81,99,105)
#4A5A60
(74,90,96)
#435157
(67,81,87)
#3C484E
(60,72,78)
#353F45
(53,63,69)
#2E363C
(46,54,60)
#272D33
(39,45,51)
#20242A
(32,36,42)
#191B21
(25,27,33)
#121218
(18,18,24)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #516369

#516369
(81,99,105)
#607176
(96,113,118)
#6F7F83
(111,127,131)
#7E8D90
(126,141,144)
#8D9B9D
(141,155,157)
#9CA9AA
(156,169,170)
#ABB7B7
(171,183,183)
#BAC5C4
(186,197,196)
#C9D3D1
(201,211,209)
#D8E1DE
(216,225,222)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516369; }

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

This text font color is #516369.


Background Color

.myBgColor { background-color: #516369; }

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

This div background color is #516369.


Border color

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

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

This div border color is #516369.


Opacity

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

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

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

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

This text has shadow with #516369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516369 on black background.


Color preview on white background

This text has color #516369 on white background.



Black color preview on #516369 background

This text has black color on #516369 background.


White color preview on #516369 background

This text has white color on #516369 background.