COLOR #515960

HEX: #515960
RGB: (81,89,96)

Color info

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

RGB color model

#515960 color RGB value is (81,89,96).

  • red value is 81;
  • green value is 89;
  • blue value is 96.
RGB:
(81,89,96)
(32%,35%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 96 of 255 = 38%

81
89
96

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

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 96 = 266 (100%)
R 81 of 266 ~ 30.45%
G 89 of 266 ~ 33.46%
B 96 of 266 ~ 36.09%

%30.45
%33.46
%36.09

CMYK color model

#515960 color CMYK value is (16,7,0,62).

  • cyan value is 15.63%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(16,7,0,62)
C16M7Y0K62 
(16%,7%,0%,62%)
(0.16/0.07/0.00/0.62)	

CMYK percentages

%15.63
%7.29
%0
%62.35

Codes

Color #515960 in popluar color models

515960
RGB818996
HSL208°8.47%34.71%
HSB/HSV208°15.63%37.65%
CMYK15.63%7.29%0.00%
62.35%

Color #515960 in popluar number systems.

HEX515960
Decimal818996
Binary101000110110011100000
Octal121131140

Shades and tints

Shades of #515960

#515960
(81,89,96)
#4A5158
(74,81,88)
#434950
(67,73,80)
#3C4148
(60,65,72)
#353940
(53,57,64)
#2E3138
(46,49,56)
#272930
(39,41,48)
#202128
(32,33,40)
#191920
(25,25,32)
#121118
(18,17,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #515960

#515960
(81,89,96)
#60686E
(96,104,110)
#6F777C
(111,119,124)
#7E868A
(126,134,138)
#8D9598
(141,149,152)
#9CA4A6
(156,164,166)
#ABB3B4
(171,179,180)
#BAC2C2
(186,194,194)
#C9D1D0
(201,209,208)
#D8E0DE
(216,224,222)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515960; }

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

This text font color is #515960.


Background Color

.myBgColor { background-color: #515960; }

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

This div background color is #515960.


Border color

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

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

This div border color is #515960.


Opacity

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

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

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

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

This text has shadow with #515960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515960 on black background.


Color preview on white background

This text has color #515960 on white background.



Black color preview on #515960 background

This text has black color on #515960 background.


White color preview on #515960 background

This text has white color on #515960 background.