COLOR #56474A

HEX: #56474A
RGB: (86,71,74)

Color info

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

RGB color model

#56474A color RGB value is (86,71,74).

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

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 74 of 255 = 29%

86
71
74

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

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 74 = 231 (100%)
R 86 of 231 ~ 37.23%
G 71 of 231 ~ 30.74%
B 74 of 231 ~ 32.03%

%37.23
%30.74
%32.03

CMYK color model

#56474A color CMYK value is (0,17,14,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(0,17,14,66)
C0M17Y14K66 
(0%,17%,14%,66%)
(0.00/0.17/0.14/0.66)	

CMYK percentages

%0
%17.44
%13.95
%66.27

Codes

Color #56474A in popluar color models

56474A
RGB867174
HSL348°9.55%30.78%
HSB/HSV348°17.44%33.73%
CMYK0.00%17.44%13.95%
66.27%

Color #56474A in popluar number systems.

HEX56474A
Decimal867174
Binary101011010001111001010
Octal126107112

Shades and tints

Shades of #56474A

#56474A
(86,71,74)
#4F4144
(79,65,68)
#483B3E
(72,59,62)
#413538
(65,53,56)
#3A2F32
(58,47,50)
#33292C
(51,41,44)
#2C2326
(44,35,38)
#251D20
(37,29,32)
#1E171A
(30,23,26)
#171114
(23,17,20)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #56474A

#56474A
(86,71,74)
#65575A
(101,87,90)
#74676A
(116,103,106)
#83777A
(131,119,122)
#92878A
(146,135,138)
#A1979A
(161,151,154)
#B0A7AA
(176,167,170)
#BFB7BA
(191,183,186)
#CEC7CA
(206,199,202)
#DDD7DA
(221,215,218)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56474A; }

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

This text font color is #56474A.


Background Color

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

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

This div background color is #56474A.


Border color

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

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

This div border color is #56474A.


Opacity

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

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

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

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

This text has shadow with #56474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56474A on black background.


Color preview on white background

This text has color #56474A on white background.



Black color preview on #56474A background

This text has black color on #56474A background.


White color preview on #56474A background

This text has white color on #56474A background.