COLOR #563B44

HEX: #563B44 RGB: (86,59,68)

Color info

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

RGB color model

#563B44 color RGB value is (86,59,68).

RGB: (86,59,68) (34%, 23%, 27%)

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 68 of 255 = 27%

86
59
68

R + G + B ~ 28%. #563B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 59 + 68 = 213 (100%)
R 86 of 213 ~ 40.38%
G 59 of 213 ~ 27.7%
B 68 of 213 ~ 31.92'%

%40.38
%27.7
%31.92

CMYK color model

#563B44 color CMYK value is (0,31,21,66).

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

CMYK: (0,31,21,66)
C0M31Y21K66 (0%, 31%, 21%, 66%)
(0.00 / 0.31 / 0.21 / 0.66)

CMYK percentages

%0
%31.4
%20.93
%66.27

Codes

Color #563B44 in popluar color models

56 3B 44
RGB 86 59 68
HSL 340° 18.62% 28.43%
HSB/HSV 340° 31.40% 33.73%
CMYK 0.00% 31.40% 20.93%
66.27%

Color #563B44 in popluar number systems.

HEX 56 3B 44
Decimal 86 59 68
Binary 1010110 111011 1000100
Octal 126 73 104

Shades and tints

Shades of #563B44

#563B44
(86,59,68)
#4F363E
(79,54,62)
#483138
(72,49,56)
#412C32
(65,44,50)
#3A272C
(58,39,44)
#332226
(51,34,38)
#2C1D20
(44,29,32)
#25181A
(37,24,26)
#1E1314
(30,19,20)
#170E0E
(23,14,14)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #563B44

#563B44
(86,59,68)
#654C55
(101,76,85)
#745D66
(116,93,102)
#836E77
(131,110,119)
#927F88
(146,127,136)
#A19099
(161,144,153)
#B0A1AA
(176,161,170)
#BFB2BB
(191,178,187)
#CEC3CC
(206,195,204)
#DDD4DD
(221,212,221)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563B44; }

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

This text font color is #563B44.

Background Color

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

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

This div background color is #563B44.

Border color

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

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

This div border color is #563B44.

Opacity

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

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

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

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

This text has shadow with #563B44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563B44.

Preview

Color preview on black background

This text has color #563B44 on black background.


Color preview on white background

This text has color #563B44 on white background.


Black color preview on #563B44 background

This text has black color on #563B44 background.


White color preview on #563B44 background

This text has white color on #563B44 background.


Related colors

Complementary color

Complementary color for #hex is #A9C4BB.


I love getcolorcode.com

Triadic colors

1 #44563B and #3B4456 with #563B44 are triadic colors.

2 #443B56 and #3B5644 with #563B44 are triadic colors.