COLOR #56474E

HEX: #56474E
RGB: (86,71,78)

Color info

#56474E contains red, green and blue colors in about the same proportion. Web safe color of #56474E is #663366 (or #636).

RGB color model

#56474E color RGB value is (86,71,78).

  • red value is 86;
  • green value is 71;
  • blue value is 78.
RGB:
(86,71,78)
(34%,28%,31%)

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 78 of 255 = 31%

86
71
78

R + G + B ~ 31%. #56474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 78 = 235 (100%)
R 86 of 235 ~ 36.6%
G 71 of 235 ~ 30.21%
B 78 of 235 ~ 33.19%

%36.6
%30.21
%33.19

CMYK color model

#56474E color CMYK value is (0,17,9,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 9.30%
  • key color value is 66.27%
CMYK:
(0,17,9,66)
C0M17Y9K66 
(0%,17%,9%,66%)
(0.00/0.17/0.09/0.66)	

CMYK percentages

%0
%17.44
%9.3
%66.27

Codes

Color #56474E in popluar color models

56474E
RGB867178
HSL332°9.55%30.78%
HSB/HSV332°17.44%33.73%
CMYK0.00%17.44%9.30%
66.27%

Color #56474E in popluar number systems.

HEX56474E
Decimal867178
Binary101011010001111001110
Octal126107116

Shades and tints

Shades of #56474E

#56474E
(86,71,78)
#4F4147
(79,65,71)
#483B40
(72,59,64)
#413539
(65,53,57)
#3A2F32
(58,47,50)
#33292B
(51,41,43)
#2C2324
(44,35,36)
#251D1D
(37,29,29)
#1E1716
(30,23,22)
#17110F
(23,17,15)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #56474E

#56474E
(86,71,78)
#65575E
(101,87,94)
#74676E
(116,103,110)
#83777E
(131,119,126)
#92878E
(146,135,142)
#A1979E
(161,151,158)
#B0A7AE
(176,167,174)
#BFB7BE
(191,183,190)
#CEC7CE
(206,199,206)
#DDD7DE
(221,215,222)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56474E color. Also use rgb(86,71,78) instead hex code.

Text Font Color

.myTextColor { color: #56474E; }

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

This text font color is #56474E.


Background Color

.myBgColor { background-color: #56474E; }

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

This div background color is #56474E.


Border color

.myBorderColor { border: 1px solid #56474E; }

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

This div border color is #56474E.


Opacity

.myOpacity80 { color: #56474E; opacity: 0.8; }

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

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

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

This text has shadow with #56474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56474E on black background.


Color preview on white background

This text has color #56474E on white background.



Black color preview on #56474E background

This text has black color on #56474E background.


White color preview on #56474E background

This text has white color on #56474E background.