COLOR #56464C

HEX: #56464C
RGB: (86,70,76)

Color info

#56464C contains red, green and blue colors in about the same proportion. Web safe color of #56464C is #663333 (or #633).

RGB color model

#56464C color RGB value is (86,70,76).

  • red value is 86;
  • green value is 70;
  • blue value is 76.
RGB:
(86,70,76)
(34%,27%,30%)

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 76 of 255 = 30%

86
70
76

R + G + B ~ 30%. #56464C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 76 = 232 (100%)
R 86 of 232 ~ 37.07%
G 70 of 232 ~ 30.17%
B 76 of 232 ~ 32.76%

%37.07
%30.17
%32.76

CMYK color model

#56464C color CMYK value is (0,19,12,66).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 11.63%
  • key color value is 66.27%
CMYK:
(0,19,12,66)
C0M19Y12K66 
(0%,19%,12%,66%)
(0.00/0.19/0.12/0.66)	

CMYK percentages

%0
%18.6
%11.63
%66.27

Codes

Color #56464C in popluar color models

56464C
RGB867076
HSL338°10.26%30.59%
HSB/HSV338°18.60%33.73%
CMYK0.00%18.60%11.63%
66.27%

Color #56464C in popluar number systems.

HEX56464C
Decimal867076
Binary101011010001101001100
Octal126106114

Shades and tints

Shades of #56464C

#56464C
(86,70,76)
#4F4046
(79,64,70)
#483A40
(72,58,64)
#41343A
(65,52,58)
#3A2E34
(58,46,52)
#33282E
(51,40,46)
#2C2228
(44,34,40)
#251C22
(37,28,34)
#1E161C
(30,22,28)
#171016
(23,16,22)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #56464C

#56464C
(86,70,76)
#65565C
(101,86,92)
#74666C
(116,102,108)
#83767C
(131,118,124)
#92868C
(146,134,140)
#A1969C
(161,150,156)
#B0A6AC
(176,166,172)
#BFB6BC
(191,182,188)
#CEC6CC
(206,198,204)
#DDD6DC
(221,214,220)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56464C color. Also use rgb(86,70,76) instead hex code.

Text Font Color

.myTextColor { color: #56464C; }

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

This text font color is #56464C.


Background Color

.myBgColor { background-color: #56464C; }

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

This div background color is #56464C.


Border color

.myBorderColor { border: 1px solid #56464C; }

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

This div border color is #56464C.


Opacity

.myOpacity80 { color: #56464C; opacity: 0.8; }

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

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

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

This text has shadow with #56464C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56464C on black background.


Color preview on white background

This text has color #56464C on white background.



Black color preview on #56464C background

This text has black color on #56464C background.


White color preview on #56464C background

This text has white color on #56464C background.