COLOR #563A23

HEX: #563A23
RGB: (86,58,35)

Color info

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

RGB color model

#563A23 color RGB value is (86,58,35).

  • red value is 86;
  • green value is 58;
  • blue value is 35.
RGB:
(86,58,35)
(34%,23%,14%)

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 35 of 255 = 14%

86
58
35

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

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 35 = 179 (100%)
R 86 of 179 ~ 48.04%
G 58 of 179 ~ 32.4%
B 35 of 179 ~ 19.55%

%48.04
%32.4
%19.55

CMYK color model

#563A23 color CMYK value is (0,33,59,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 59.30%
  • key color value is 66.27%
CMYK:
(0,33,59,66)
C0M33Y59K66 
(0%,33%,59%,66%)
(0.00/0.33/0.59/0.66)	

CMYK percentages

%0
%32.56
%59.3
%66.27

Codes

Color #563A23 in popluar color models

563A23
RGB865835
HSL27°42.15%23.73%
HSB/HSV27°59.30%33.73%
CMYK0.00%32.56%59.30%
66.27%

Color #563A23 in popluar number systems.

HEX563A23
Decimal865835
Binary1010110111010100011
Octal1267243

Shades and tints

Shades of #563A23

#563A23
(86,58,35)
#4F3520
(79,53,32)
#48301D
(72,48,29)
#412B1A
(65,43,26)
#3A2617
(58,38,23)
#332114
(51,33,20)
#2C1C11
(44,28,17)
#25170E
(37,23,14)
#1E120B
(30,18,11)
#170D08
(23,13,8)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #563A23

#563A23
(86,58,35)
#654B37
(101,75,55)
#745C4B
(116,92,75)
#836D5F
(131,109,95)
#927E73
(146,126,115)
#A18F87
(161,143,135)
#B0A09B
(176,160,155)
#BFB1AF
(191,177,175)
#CEC2C3
(206,194,195)
#DDD3D7
(221,211,215)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563A23 color. Also use rgb(86,58,35) instead hex code.

Text Font Color

.myTextColor { color: #563A23; }

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

This text font color is #563A23.


Background Color

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

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

This div background color is #563A23.


Border color

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

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

This div border color is #563A23.


Opacity

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

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

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

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

This text has shadow with #563A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A23 on black background.


Color preview on white background

This text has color #563A23 on white background.



Black color preview on #563A23 background

This text has black color on #563A23 background.


White color preview on #563A23 background

This text has white color on #563A23 background.