COLOR #563B2C

HEX: #563B2C RGB: (86,59,44)

Color info

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

RGB color model

#563B2C color RGB value is (86,59,44).

RGB: (86,59,44) (34%, 23%, 17%)

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 44 of 255 = 17%

86
59
44

R + G + B ~ 25%. #563B2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 59 + 44 = 189 (100%)
R 86 of 189 ~ 45.5%
G 59 of 189 ~ 31.22%
B 44 of 189 ~ 23.28'%

%45.5
%31.22
%23.28

CMYK color model

#563B2C color CMYK value is (0,31,49,66).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 48.84%
  • key color value is 66.27%

CMYK: (0,31,49,66)
C0M31Y49K66 (0%, 31%, 49%, 66%)
(0.00 / 0.31 / 0.49 / 0.66)

CMYK percentages

%0
%31.4
%48.84
%66.27

Codes

Color #563B2C in popluar color models

56 3B 2C
RGB 86 59 44
HSL 21° 32.31% 25.49%
HSB/HSV 21° 48.84% 33.73%
CMYK 0.00% 31.40% 48.84%
66.27%

Color #563B2C in popluar number systems.

HEX 56 3B 2C
Decimal 86 59 44
Binary 1010110 111011 101100
Octal 126 73 54

Shades and tints

Shades of #563B2C

#563B2C
(86,59,44)
#4F3628
(79,54,40)
#483124
(72,49,36)
#412C20
(65,44,32)
#3A271C
(58,39,28)
#332218
(51,34,24)
#2C1D14
(44,29,20)
#251810
(37,24,16)
#1E130C
(30,19,12)
#170E08
(23,14,8)
#100904
(16,9,4)
#000000
(0,0,0)

Tints of #563B2C

#563B2C
(86,59,44)
#654C3F
(101,76,63)
#745D52
(116,93,82)
#836E65
(131,110,101)
#927F78
(146,127,120)
#A1908B
(161,144,139)
#B0A19E
(176,161,158)
#BFB2B1
(191,178,177)
#CEC3C4
(206,195,196)
#DDD4D7
(221,212,215)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563B2C color. Also use rgb(86,59,44) instead hex code.

Text Font Color

.myTextColor { color: #563B2C; }

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

This text font color is #563B2C.

Background Color

.myBgColor { background-color: #563B2C; }

<div style="background-color:#563B2C">Inner text</div>

This div background color is #563B2C.

Border color

.myBorderColor { border: 1px solid #563B2C; }

<div style="border:3px solid #563B2C">Div</div>

This div border color is #563B2C.

Opacity

.myOpacity80 { color: #563B2C; opacity: 0.8; }

<p style="color:#563B2C;opacity:0.8;">80%</p>

Text with #563B2C 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 #563B2C;}

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

This text has shadow with #563B2C color.


.textShadow {text-shadow: 3px 3px 1px #563B2C', 3px 3px 1px red;}

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

This text has shadow with #563B2C primary color and red secondary color.


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

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

This text has shadow with #563B2C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #563B2C; -webkit-box-shadow: 1px 1px 3px 2px #563B2C; box-shadow:1px 1px 3px 2px #563B2C;">
Div content here
</div>

This div box has shadow with color #563B2C.

Preview

Color preview on black background

This text has color #563B2C on black background.


Color preview on white background

This text has color #563B2C on white background.


Black color preview on #563B2C background

This text has black color on #563B2C background.


White color preview on #563B2C background

This text has white color on #563B2C background.


Related colors

Complementary color

Complementary color for #hex is #A9C4D3.


I love getcolorcode.com

Triadic colors

1 #2C563B and #3B2C56 with #563B2C are triadic colors.

2 #2C3B56 and #3B562C with #563B2C are triadic colors.