COLOR #56464A

HEX: #56464A
RGB: (86,70,74)

Color info

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

RGB color model

#56464A color RGB value is (86,70,74).

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

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 74 of 255 = 29%

86
70
74

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

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 74 = 230 (100%)
R 86 of 230 ~ 37.39%
G 70 of 230 ~ 30.43%
B 74 of 230 ~ 32.17%

%37.39
%30.43
%32.17

CMYK color model

#56464A color CMYK value is (0,19,14,66).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(0,19,14,66)
C0M19Y14K66 
(0%,19%,14%,66%)
(0.00/0.19/0.14/0.66)	

CMYK percentages

%0
%18.6
%13.95
%66.27

Codes

Color #56464A in popluar color models

56464A
RGB867074
HSL345°10.26%30.59%
HSB/HSV345°18.60%33.73%
CMYK0.00%18.60%13.95%
66.27%

Color #56464A in popluar number systems.

HEX56464A
Decimal867074
Binary101011010001101001010
Octal126106112

Shades and tints

Shades of #56464A

#56464A
(86,70,74)
#4F4044
(79,64,68)
#483A3E
(72,58,62)
#413438
(65,52,56)
#3A2E32
(58,46,50)
#33282C
(51,40,44)
#2C2226
(44,34,38)
#251C20
(37,28,32)
#1E161A
(30,22,26)
#171014
(23,16,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #56464A

#56464A
(86,70,74)
#65565A
(101,86,90)
#74666A
(116,102,106)
#83767A
(131,118,122)
#92868A
(146,134,138)
#A1969A
(161,150,154)
#B0A6AA
(176,166,170)
#BFB6BA
(191,182,186)
#CEC6CA
(206,198,202)
#DDD6DA
(221,214,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56464A; }

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

This text font color is #56464A.


Background Color

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

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

This div background color is #56464A.


Border color

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

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

This div border color is #56464A.


Opacity

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

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

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

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

This text has shadow with #56464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56464A on black background.


Color preview on white background

This text has color #56464A on white background.



Black color preview on #56464A background

This text has black color on #56464A background.


White color preview on #56464A background

This text has white color on #56464A background.