COLOR #563A21

HEX: #563A21 RGB: (86,58,33)

Color info

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

RGB color model

#563A21 color RGB value is (86,58,33).

RGB: (86,58,33) (34%, 23%, 13%)

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 33 of 255 = 13%

86
58
33

R + G + B ~ 23%. #563A21 is dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 58 + 33 = 177 (100%)
R 86 of 177 ~ 48.59%
G 58 of 177 ~ 32.77%
B 33 of 177 ~ 18.64'%

%48.59
%32.77
%18.64

CMYK color model

#563A21 color CMYK value is (0,33,62,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 61.63%
  • key color value is 66.27%

CMYK: (0,33,62,66)
C0M33Y62K66 (0%, 33%, 62%, 66%)
(0.00 / 0.33 / 0.62 / 0.66)

CMYK percentages

%0
%32.56
%61.63
%66.27

Codes

Color #563A21 in popluar color models

56 3A 21
RGB 86 58 33
HSL 28° 44.54% 23.33%
HSB/HSV 28° 61.63% 33.73%
CMYK 0.00% 32.56% 61.63%
66.27%

Color #563A21 in popluar number systems.

HEX 56 3A 21
Decimal 86 58 33
Binary 1010110 111010 100001
Octal 126 72 41

Shades and tints

Shades of #563A21

#563A21
(86,58,33)
#4F351E
(79,53,30)
#48301B
(72,48,27)
#412B18
(65,43,24)
#3A2615
(58,38,21)
#332112
(51,33,18)
#2C1C0F
(44,28,15)
#25170C
(37,23,12)
#1E1209
(30,18,9)
#170D06
(23,13,6)
#100803
(16,8,3)
#000000
(0,0,0)

Tints of #563A21

#563A21
(86,58,33)
#654B35
(101,75,53)
#745C49
(116,92,73)
#836D5D
(131,109,93)
#927E71
(146,126,113)
#A18F85
(161,143,133)
#B0A099
(176,160,153)
#BFB1AD
(191,177,173)
#CEC2C1
(206,194,193)
#DDD3D5
(221,211,213)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563A21 color. Also use rgb(86,58,33) instead hex code.

Text Font Color

.myTextColor { color: #563A21; }

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

This text font color is #563A21.

Background Color

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

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

This div background color is #563A21.

Border color

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

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

This div border color is #563A21.

Opacity

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

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

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

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

This text has shadow with #563A21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563A21.

Preview

Color preview on black background

This text has color #563A21 on black background.


Color preview on white background

This text has color #563A21 on white background.


Black color preview on #563A21 background

This text has black color on #563A21 background.


White color preview on #563A21 background

This text has white color on #563A21 background.


Related colors

Complementary color

Complementary color for #hex is #A9C5DE.


I love getcolorcode.com

Triadic colors

1 #21563A and #3A2156 with #563A21 are triadic colors.

2 #213A56 and #3A5621 with #563A21 are triadic colors.