COLOR #563E26

HEX: #563E26
RGB: (86,62,38)

Color info

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

RGB color model

#563E26 color RGB value is (86,62,38).

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

RGB channels and saturation

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

86
62
38

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

Portions of RGB colors in percentages

R + G + B =
86 + 62 + 38 = 186 (100%)
R 86 of 186 ~ 46.24%
G 62 of 186 ~ 33.33%
B 38 of 186 ~ 20.43%

%46.24
%33.33
%20.43

CMYK color model

#563E26 color CMYK value is (0,28,56,66).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 55.81%
  • key color value is 66.27%
CMYK:
(0,28,56,66)
C0M28Y56K66 
(0%,28%,56%,66%)
(0.00/0.28/0.56/0.66)	

CMYK percentages

%0
%27.91
%55.81
%66.27

Codes

Color #563E26 in popluar color models

563E26
RGB866238
HSL30°38.71%24.31%
HSB/HSV30°55.81%33.73%
CMYK0.00%27.91%55.81%
66.27%

Color #563E26 in popluar number systems.

HEX563E26
Decimal866238
Binary1010110111110100110
Octal1267646

Shades and tints

Shades of #563E26

#563E26
(86,62,38)
#4F3923
(79,57,35)
#483420
(72,52,32)
#412F1D
(65,47,29)
#3A2A1A
(58,42,26)
#332517
(51,37,23)
#2C2014
(44,32,20)
#251B11
(37,27,17)
#1E160E
(30,22,14)
#17110B
(23,17,11)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #563E26

#563E26
(86,62,38)
#654F39
(101,79,57)
#74604C
(116,96,76)
#83715F
(131,113,95)
#928272
(146,130,114)
#A19385
(161,147,133)
#B0A498
(176,164,152)
#BFB5AB
(191,181,171)
#CEC6BE
(206,198,190)
#DDD7D1
(221,215,209)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563E26; }

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

This text font color is #563E26.


Background Color

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

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

This div background color is #563E26.


Border color

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

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

This div border color is #563E26.


Opacity

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

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

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

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

This text has shadow with #563E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563E26 on black background.


Color preview on white background

This text has color #563E26 on white background.



Black color preview on #563E26 background

This text has black color on #563E26 background.


White color preview on #563E26 background

This text has white color on #563E26 background.