COLOR #56311B

HEX: #56311B
RGB: (86,49,27)

Color info

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

RGB color model

#56311B color RGB value is (86,49,27).

  • red value is 86;
  • green value is 49;
  • blue value is 27.
RGB:
(86,49,27)
(34%,19%,11%)

RGB channels and saturation

R 86 of 255 = 34%
G 49 of 255 = 19%
B 27 of 255 = 11%

86
49
27

R + G + B ~ 21%. #56311B is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 49 + 27 = 162 (100%)
R 86 of 162 ~ 53.09%
G 49 of 162 ~ 30.25%
B 27 of 162 ~ 16.67%

%53.09
%30.25
%16.67

CMYK color model

#56311B color CMYK value is (0,43,69,66).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 68.60%
  • key color value is 66.27%
CMYK:
(0,43,69,66)
C0M43Y69K66 
(0%,43%,69%,66%)
(0.00/0.43/0.69/0.66)	

CMYK percentages

%0
%43.02
%68.6
%66.27

Codes

Color #56311B in popluar color models

56311B
RGB864927
HSL22°52.21%22.16%
HSB/HSV22°68.60%33.73%
CMYK0.00%43.02%68.60%
66.27%

Color #56311B in popluar number systems.

HEX56311B
Decimal864927
Binary101011011000111011
Octal1266133

Shades and tints

Shades of #56311B

#56311B
(86,49,27)
#4F2D19
(79,45,25)
#482917
(72,41,23)
#412515
(65,37,21)
#3A2113
(58,33,19)
#331D11
(51,29,17)
#2C190F
(44,25,15)
#25150D
(37,21,13)
#1E110B
(30,17,11)
#170D09
(23,13,9)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #56311B

#56311B
(86,49,27)
#65432F
(101,67,47)
#745543
(116,85,67)
#836757
(131,103,87)
#92796B
(146,121,107)
#A18B7F
(161,139,127)
#B09D93
(176,157,147)
#BFAFA7
(191,175,167)
#CEC1BB
(206,193,187)
#DDD3CF
(221,211,207)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56311B color. Also use rgb(86,49,27) instead hex code.

Text Font Color

.myTextColor { color: #56311B; }

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

This text font color is #56311B.


Background Color

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

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

This div background color is #56311B.


Border color

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

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

This div border color is #56311B.


Opacity

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

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

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

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

This text has shadow with #56311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56311B on black background.


Color preview on white background

This text has color #56311B on white background.



Black color preview on #56311B background

This text has black color on #56311B background.


White color preview on #56311B background

This text has white color on #56311B background.