COLOR #563D3B

HEX: #563D3B
RGB: (86,61,59)

Color info

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

RGB color model

#563D3B color RGB value is (86,61,59).

  • red value is 86;
  • green value is 61;
  • blue value is 59.
RGB:
(86,61,59)
(34%,24%,23%)

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 59 of 255 = 23%

86
61
59

R + G + B ~ 27%. #563D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 59 = 206 (100%)
R 86 of 206 ~ 41.75%
G 61 of 206 ~ 29.61%
B 59 of 206 ~ 28.64%

%41.75
%29.61
%28.64

CMYK color model

#563D3B color CMYK value is (0,29,31,66).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 31.40%
  • key color value is 66.27%
CMYK:
(0,29,31,66)
C0M29Y31K66 
(0%,29%,31%,66%)
(0.00/0.29/0.31/0.66)	

CMYK percentages

%0
%29.07
%31.4
%66.27

Codes

Color #563D3B in popluar color models

563D3B
RGB866159
HSL18.62%28.43%
HSB/HSV31.40%33.73%
CMYK0.00%29.07%31.40%
66.27%

Color #563D3B in popluar number systems.

HEX563D3B
Decimal866159
Binary1010110111101111011
Octal1267573

Shades and tints

Shades of #563D3B

#563D3B
(86,61,59)
#4F3836
(79,56,54)
#483331
(72,51,49)
#412E2C
(65,46,44)
#3A2927
(58,41,39)
#332422
(51,36,34)
#2C1F1D
(44,31,29)
#251A18
(37,26,24)
#1E1513
(30,21,19)
#17100E
(23,16,14)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #563D3B

#563D3B
(86,61,59)
#654E4C
(101,78,76)
#745F5D
(116,95,93)
#83706E
(131,112,110)
#92817F
(146,129,127)
#A19290
(161,146,144)
#B0A3A1
(176,163,161)
#BFB4B2
(191,180,178)
#CEC5C3
(206,197,195)
#DDD6D4
(221,214,212)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563D3B; }

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

This text font color is #563D3B.


Background Color

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

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

This div background color is #563D3B.


Border color

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

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

This div border color is #563D3B.


Opacity

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

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

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

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

This text has shadow with #563D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D3B on black background.


Color preview on white background

This text has color #563D3B on white background.



Black color preview on #563D3B background

This text has black color on #563D3B background.


White color preview on #563D3B background

This text has white color on #563D3B background.