COLOR #563F40

HEX: #563F40 RGB: (86,63,64)

Color info

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

RGB color model

#563F40 color RGB value is (86,63,64).

RGB: (86,63,64) (34%, 25%, 25%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 64 of 255 = 25%

86
63
64

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

Portions of RGB colors in percentages

R + G + B = 86 + 63 + 64 = 213 (100%)
R 86 of 213 ~ 40.38%
G 63 of 213 ~ 29.58%
B 64 of 213 ~ 30.05'%

%40.38
%29.58
%30.05

CMYK color model

#563F40 color CMYK value is (0,27,26,66).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 25.58%
  • key color value is 66.27%

CMYK: (0,27,26,66)
C0M27Y26K66 (0%, 27%, 26%, 66%)
(0.00 / 0.27 / 0.26 / 0.66)

CMYK percentages

%0
%26.74
%25.58
%66.27

Codes

Color #563F40 in popluar color models

56 3F 40
RGB 86 63 64
HSL 357° 15.44% 29.22%
HSB/HSV 357° 26.74% 33.73%
CMYK 0.00% 26.74% 25.58%
66.27%

Color #563F40 in popluar number systems.

HEX 56 3F 40
Decimal 86 63 64
Binary 1010110 111111 1000000
Octal 126 77 100

Shades and tints

Shades of #563F40

#563F40
(86,63,64)
#4F3A3B
(79,58,59)
#483536
(72,53,54)
#413031
(65,48,49)
#3A2B2C
(58,43,44)
#332627
(51,38,39)
#2C2122
(44,33,34)
#251C1D
(37,28,29)
#1E1718
(30,23,24)
#171213
(23,18,19)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #563F40

#563F40
(86,63,64)
#655051
(101,80,81)
#746162
(116,97,98)
#837273
(131,114,115)
#928384
(146,131,132)
#A19495
(161,148,149)
#B0A5A6
(176,165,166)
#BFB6B7
(191,182,183)
#CEC7C8
(206,199,200)
#DDD8D9
(221,216,217)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563F40 color. Also use rgb(86,63,64) instead hex code.

Text Font Color

.myTextColor { color: #563F40; }

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

This text font color is #563F40.

Background Color

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

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

This div background color is #563F40.

Border color

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

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

This div border color is #563F40.

Opacity

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

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

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

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

This text has shadow with #563F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563F40.

Preview

Color preview on black background

This text has color #563F40 on black background.


Color preview on white background

This text has color #563F40 on white background.


Black color preview on #563F40 background

This text has black color on #563F40 background.


White color preview on #563F40 background

This text has white color on #563F40 background.


Related colors

Complementary color

Complementary color for #hex is #A9C0BF.


I love getcolorcode.com

Triadic colors

1 #40563F and #3F4056 with #563F40 are triadic colors.

2 #403F56 and #3F5640 with #563F40 are triadic colors.