COLOR #56473D

HEX: #56473D
RGB: (86,71,61)

Color info

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

RGB color model

#56473D color RGB value is (86,71,61).

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

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 61 of 255 = 24%

86
71
61

R + G + B ~ 29%. #56473D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 61 = 218 (100%)
R 86 of 218 ~ 39.45%
G 71 of 218 ~ 32.57%
B 61 of 218 ~ 27.98%

%39.45
%32.57
%27.98

CMYK color model

#56473D color CMYK value is (0,17,29,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 29.07%
  • key color value is 66.27%
CMYK:
(0,17,29,66)
C0M17Y29K66 
(0%,17%,29%,66%)
(0.00/0.17/0.29/0.66)	

CMYK percentages

%0
%17.44
%29.07
%66.27

Codes

Color #56473D in popluar color models

56473D
RGB867161
HSL24°17.01%28.82%
HSB/HSV24°29.07%33.73%
CMYK0.00%17.44%29.07%
66.27%

Color #56473D in popluar number systems.

HEX56473D
Decimal867161
Binary10101101000111111101
Octal12610775

Shades and tints

Shades of #56473D

#56473D
(86,71,61)
#4F4138
(79,65,56)
#483B33
(72,59,51)
#41352E
(65,53,46)
#3A2F29
(58,47,41)
#332924
(51,41,36)
#2C231F
(44,35,31)
#251D1A
(37,29,26)
#1E1715
(30,23,21)
#171110
(23,17,16)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #56473D

#56473D
(86,71,61)
#65574E
(101,87,78)
#74675F
(116,103,95)
#837770
(131,119,112)
#928781
(146,135,129)
#A19792
(161,151,146)
#B0A7A3
(176,167,163)
#BFB7B4
(191,183,180)
#CEC7C5
(206,199,197)
#DDD7D6
(221,215,214)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56473D color. Also use rgb(86,71,61) instead hex code.

Text Font Color

.myTextColor { color: #56473D; }

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

This text font color is #56473D.


Background Color

.myBgColor { background-color: #56473D; }

<div style="background-color:#56473D">Inner text</div>

This div background color is #56473D.


Border color

.myBorderColor { border: 1px solid #56473D; }

<div style="border:3px solid #56473D">Div</div>

This div border color is #56473D.


Opacity

.myOpacity80 { color: #56473D; opacity: 0.8; }

<p style="color:#56473D;opacity:0.8;">80%</p>

Text with #56473D 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 #56473D;}

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

This text has shadow with #56473D color.

.textShadow {text-shadow: 3px 3px 1px #56473D, 3px 3px 1px red;}

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

This text has shadow with #56473D primary color and red secondary color.


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

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

This text has shadow with #56473D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56473D on black background.


Color preview on white background

This text has color #56473D on white background.



Black color preview on #56473D background

This text has black color on #56473D background.


White color preview on #56473D background

This text has white color on #56473D background.