COLOR #56494E

HEX: #56494E
RGB: (86,73,78)

Color info

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

RGB color model

#56494E color RGB value is (86,73,78).

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

RGB channels and saturation

R 86 of 255 = 34%
G 73 of 255 = 29%
B 78 of 255 = 31%

86
73
78

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

Portions of RGB colors in percentages

R + G + B =
86 + 73 + 78 = 237 (100%)
R 86 of 237 ~ 36.29%
G 73 of 237 ~ 30.8%
B 78 of 237 ~ 32.91%

%36.29
%30.8
%32.91

CMYK color model

#56494E color CMYK value is (0,15,9,66).

  • cyan value is 0.00%
  • magenta value is 15.12%
  • yellow value is 9.30%
  • key color value is 66.27%
CMYK:
(0,15,9,66)
C0M15Y9K66 
(0%,15%,9%,66%)
(0.00/0.15/0.09/0.66)	

CMYK percentages

%0
%15.12
%9.3
%66.27

Codes

Color #56494E in popluar color models

56494E
RGB867378
HSL337°8.18%31.18%
HSB/HSV337°15.12%33.73%
CMYK0.00%15.12%9.30%
66.27%

Color #56494E in popluar number systems.

HEX56494E
Decimal867378
Binary101011010010011001110
Octal126111116

Shades and tints

Shades of #56494E

#56494E
(86,73,78)
#4F4347
(79,67,71)
#483D40
(72,61,64)
#413739
(65,55,57)
#3A3132
(58,49,50)
#332B2B
(51,43,43)
#2C2524
(44,37,36)
#251F1D
(37,31,29)
#1E1916
(30,25,22)
#17130F
(23,19,15)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #56494E

#56494E
(86,73,78)
#65595E
(101,89,94)
#74696E
(116,105,110)
#83797E
(131,121,126)
#92898E
(146,137,142)
#A1999E
(161,153,158)
#B0A9AE
(176,169,174)
#BFB9BE
(191,185,190)
#CEC9CE
(206,201,206)
#DDD9DE
(221,217,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56494E; }

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

This text font color is #56494E.


Background Color

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

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

This div background color is #56494E.


Border color

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

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

This div border color is #56494E.


Opacity

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

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

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

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

This text has shadow with #56494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56494E on black background.


Color preview on white background

This text has color #56494E on white background.



Black color preview on #56494E background

This text has black color on #56494E background.


White color preview on #56494E background

This text has white color on #56494E background.