COLOR #56463C

HEX: #56463C
RGB: (86,70,60)

Color info

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

RGB color model

#56463C color RGB value is (86,70,60).

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

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 60 of 255 = 24%

86
70
60

R + G + B ~ 28%. #56463C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 60 = 216 (100%)
R 86 of 216 ~ 39.81%
G 70 of 216 ~ 32.41%
B 60 of 216 ~ 27.78%

%39.81
%32.41
%27.78

CMYK color model

#56463C color CMYK value is (0,19,30,66).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 30.23%
  • key color value is 66.27%
CMYK:
(0,19,30,66)
C0M19Y30K66 
(0%,19%,30%,66%)
(0.00/0.19/0.30/0.66)	

CMYK percentages

%0
%18.6
%30.23
%66.27

Codes

Color #56463C in popluar color models

56463C
RGB867060
HSL23°17.81%28.63%
HSB/HSV23°30.23%33.73%
CMYK0.00%18.60%30.23%
66.27%

Color #56463C in popluar number systems.

HEX56463C
Decimal867060
Binary10101101000110111100
Octal12610674

Shades and tints

Shades of #56463C

#56463C
(86,70,60)
#4F4037
(79,64,55)
#483A32
(72,58,50)
#41342D
(65,52,45)
#3A2E28
(58,46,40)
#332823
(51,40,35)
#2C221E
(44,34,30)
#251C19
(37,28,25)
#1E1614
(30,22,20)
#17100F
(23,16,15)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #56463C

#56463C
(86,70,60)
#65564D
(101,86,77)
#74665E
(116,102,94)
#83766F
(131,118,111)
#928680
(146,134,128)
#A19691
(161,150,145)
#B0A6A2
(176,166,162)
#BFB6B3
(191,182,179)
#CEC6C4
(206,198,196)
#DDD6D5
(221,214,213)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56463C; }

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

This text font color is #56463C.


Background Color

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

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

This div background color is #56463C.


Border color

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

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

This div border color is #56463C.


Opacity

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

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

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

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

This text has shadow with #56463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56463C on black background.


Color preview on white background

This text has color #56463C on white background.



Black color preview on #56463C background

This text has black color on #56463C background.


White color preview on #56463C background

This text has white color on #56463C background.