COLOR #563D21

HEX: #563D21 RGB: (86,61,33)

Color info

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

RGB color model

#563D21 color RGB value is (86,61,33).

RGB: (86,61,33) (34%, 24%, 13%)

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 33 of 255 = 13%

86
61
33

R + G + B ~ 24%. #563D21 is dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 61 + 33 = 180 (100%)
R 86 of 180 ~ 47.78%
G 61 of 180 ~ 33.89%
B 33 of 180 ~ 18.33'%

%47.78
%33.89
%18.33

CMYK color model

#563D21 color CMYK value is (0,29,62,66).

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

CMYK: (0,29,62,66)
C0M29Y62K66 (0%, 29%, 62%, 66%)
(0.00 / 0.29 / 0.62 / 0.66)

CMYK percentages

%0
%29.07
%61.63
%66.27

Codes

Color #563D21 in popluar color models

56 3D 21
RGB 86 61 33
HSL 32° 44.54% 23.33%
HSB/HSV 32° 61.63% 33.73%
CMYK 0.00% 29.07% 61.63%
66.27%

Color #563D21 in popluar number systems.

HEX 56 3D 21
Decimal 86 61 33
Binary 1010110 111101 100001
Octal 126 75 41

Shades and tints

Shades of #563D21

#563D21
(86,61,33)
#4F381E
(79,56,30)
#48331B
(72,51,27)
#412E18
(65,46,24)
#3A2915
(58,41,21)
#332412
(51,36,18)
#2C1F0F
(44,31,15)
#251A0C
(37,26,12)
#1E1509
(30,21,9)
#171006
(23,16,6)
#100B03
(16,11,3)
#000000
(0,0,0)

Tints of #563D21

#563D21
(86,61,33)
#654E35
(101,78,53)
#745F49
(116,95,73)
#83705D
(131,112,93)
#928171
(146,129,113)
#A19285
(161,146,133)
#B0A399
(176,163,153)
#BFB4AD
(191,180,173)
#CEC5C1
(206,197,193)
#DDD6D5
(221,214,213)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563D21; }

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

This text font color is #563D21.

Background Color

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

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

This div background color is #563D21.

Border color

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

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

This div border color is #563D21.

Opacity

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

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

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

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

This text has shadow with #563D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563D21.

Preview

Color preview on black background

This text has color #563D21 on black background.


Color preview on white background

This text has color #563D21 on white background.


Black color preview on #563D21 background

This text has black color on #563D21 background.


White color preview on #563D21 background

This text has white color on #563D21 background.


Related colors

Complementary color

Complementary color for #hex is #A9C2DE.


I love getcolorcode.com

Triadic colors

1 #21563D and #3D2156 with #563D21 are triadic colors.

2 #213D56 and #3D5621 with #563D21 are triadic colors.