COLOR #563D26

HEX: #563D26
RGB: (86,61,38)

Color info

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

RGB color model

#563D26 color RGB value is (86,61,38).

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

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 38 of 255 = 15%

86
61
38

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

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 38 = 185 (100%)
R 86 of 185 ~ 46.49%
G 61 of 185 ~ 32.97%
B 38 of 185 ~ 20.54%

%46.49
%32.97
%20.54

CMYK color model

#563D26 color CMYK value is (0,29,56,66).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 55.81%
  • key color value is 66.27%
CMYK:
(0,29,56,66)
C0M29Y56K66 
(0%,29%,56%,66%)
(0.00/0.29/0.56/0.66)	

CMYK percentages

%0
%29.07
%55.81
%66.27

Codes

Color #563D26 in popluar color models

563D26
RGB866138
HSL29°38.71%24.31%
HSB/HSV29°55.81%33.73%
CMYK0.00%29.07%55.81%
66.27%

Color #563D26 in popluar number systems.

HEX563D26
Decimal866138
Binary1010110111101100110
Octal1267546

Shades and tints

Shades of #563D26

#563D26
(86,61,38)
#4F3823
(79,56,35)
#483320
(72,51,32)
#412E1D
(65,46,29)
#3A291A
(58,41,26)
#332417
(51,36,23)
#2C1F14
(44,31,20)
#251A11
(37,26,17)
#1E150E
(30,21,14)
#17100B
(23,16,11)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #563D26

#563D26
(86,61,38)
#654E39
(101,78,57)
#745F4C
(116,95,76)
#83705F
(131,112,95)
#928172
(146,129,114)
#A19285
(161,146,133)
#B0A398
(176,163,152)
#BFB4AB
(191,180,171)
#CEC5BE
(206,197,190)
#DDD6D1
(221,214,209)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563D26; }

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

This text font color is #563D26.


Background Color

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

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

This div background color is #563D26.


Border color

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

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

This div border color is #563D26.


Opacity

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

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

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

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

This text has shadow with #563D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D26 on black background.


Color preview on white background

This text has color #563D26 on white background.



Black color preview on #563D26 background

This text has black color on #563D26 background.


White color preview on #563D26 background

This text has white color on #563D26 background.