COLOR #56474B

HEX: #56474B
RGB: (86,71,75)

Color info

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

RGB color model

#56474B color RGB value is (86,71,75).

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

RGB channels and saturation

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

86
71
75

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

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 75 = 232 (100%)
R 86 of 232 ~ 37.07%
G 71 of 232 ~ 30.6%
B 75 of 232 ~ 32.33%

%37.07
%30.6
%32.33

CMYK color model

#56474B color CMYK value is (0,17,13,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 12.79%
  • key color value is 66.27%
CMYK:
(0,17,13,66)
C0M17Y13K66 
(0%,17%,13%,66%)
(0.00/0.17/0.13/0.66)	

CMYK percentages

%0
%17.44
%12.79
%66.27

Codes

Color #56474B in popluar color models

56474B
RGB867175
HSL344°9.55%30.78%
HSB/HSV344°17.44%33.73%
CMYK0.00%17.44%12.79%
66.27%

Color #56474B in popluar number systems.

HEX56474B
Decimal867175
Binary101011010001111001011
Octal126107113

Shades and tints

Shades of #56474B

#56474B
(86,71,75)
#4F4145
(79,65,69)
#483B3F
(72,59,63)
#413539
(65,53,57)
#3A2F33
(58,47,51)
#33292D
(51,41,45)
#2C2327
(44,35,39)
#251D21
(37,29,33)
#1E171B
(30,23,27)
#171115
(23,17,21)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #56474B

#56474B
(86,71,75)
#65575B
(101,87,91)
#74676B
(116,103,107)
#83777B
(131,119,123)
#92878B
(146,135,139)
#A1979B
(161,151,155)
#B0A7AB
(176,167,171)
#BFB7BB
(191,183,187)
#CEC7CB
(206,199,203)
#DDD7DB
(221,215,219)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56474B; }

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

This text font color is #56474B.


Background Color

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

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

This div background color is #56474B.


Border color

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

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

This div border color is #56474B.


Opacity

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

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

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

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

This text has shadow with #56474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56474B on black background.


Color preview on white background

This text has color #56474B on white background.



Black color preview on #56474B background

This text has black color on #56474B background.


White color preview on #56474B background

This text has white color on #56474B background.