COLOR #515456

HEX: #515456
RGB: (81,84,86)

Color info

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

RGB color model

#515456 color RGB value is (81,84,86).

  • red value is 81;
  • green value is 84;
  • blue value is 86.
RGB:
(81,84,86)
(32%,33%,34%)

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 86 of 255 = 34%

81
84
86

R + G + B ~ 33%. #515456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 86 = 251 (100%)
R 81 of 251 ~ 32.27%
G 84 of 251 ~ 33.47%
B 86 of 251 ~ 34.26%

%32.27
%33.47
%34.26

CMYK color model

#515456 color CMYK value is (6,2,0,66).

  • cyan value is 5.81%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(6,2,0,66)
C6M2Y0K66 
(6%,2%,0%,66%)
(0.06/0.02/0.00/0.66)	

CMYK percentages

%5.81
%2.33
%0
%66.27

Codes

Color #515456 in popluar color models

515456
RGB818486
HSL204°2.99%32.75%
HSB/HSV204°5.81%33.73%
CMYK5.81%2.33%0.00%
66.27%

Color #515456 in popluar number systems.

HEX515456
Decimal818486
Binary101000110101001010110
Octal121124126

Shades and tints

Shades of #515456

#515456
(81,84,86)
#4A4D4F
(74,77,79)
#434648
(67,70,72)
#3C3F41
(60,63,65)
#35383A
(53,56,58)
#2E3133
(46,49,51)
#272A2C
(39,42,44)
#202325
(32,35,37)
#191C1E
(25,28,30)
#121517
(18,21,23)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #515456

#515456
(81,84,86)
#606365
(96,99,101)
#6F7274
(111,114,116)
#7E8183
(126,129,131)
#8D9092
(141,144,146)
#9C9FA1
(156,159,161)
#ABAEB0
(171,174,176)
#BABDBF
(186,189,191)
#C9CCCE
(201,204,206)
#D8DBDD
(216,219,221)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515456; }

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

This text font color is #515456.


Background Color

.myBgColor { background-color: #515456; }

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

This div background color is #515456.


Border color

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

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

This div border color is #515456.


Opacity

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

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

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

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

This text has shadow with #515456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515456 on black background.


Color preview on white background

This text has color #515456 on white background.



Black color preview on #515456 background

This text has black color on #515456 background.


White color preview on #515456 background

This text has white color on #515456 background.