COLOR #563A3E

HEX: #563A3E
RGB: (86,58,62)

Color info

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

RGB color model

#563A3E color RGB value is (86,58,62).

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

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 62 of 255 = 24%

86
58
62

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

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 62 = 206 (100%)
R 86 of 206 ~ 41.75%
G 58 of 206 ~ 28.16%
B 62 of 206 ~ 30.1%

%41.75
%28.16
%30.1

CMYK color model

#563A3E color CMYK value is (0,33,28,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 27.91%
  • key color value is 66.27%
CMYK:
(0,33,28,66)
C0M33Y28K66 
(0%,33%,28%,66%)
(0.00/0.33/0.28/0.66)	

CMYK percentages

%0
%32.56
%27.91
%66.27

Codes

Color #563A3E in popluar color models

563A3E
RGB865862
HSL351°19.44%28.24%
HSB/HSV351°32.56%33.73%
CMYK0.00%32.56%27.91%
66.27%

Color #563A3E in popluar number systems.

HEX563A3E
Decimal865862
Binary1010110111010111110
Octal1267276

Shades and tints

Shades of #563A3E

#563A3E
(86,58,62)
#4F3539
(79,53,57)
#483034
(72,48,52)
#412B2F
(65,43,47)
#3A262A
(58,38,42)
#332125
(51,33,37)
#2C1C20
(44,28,32)
#25171B
(37,23,27)
#1E1216
(30,18,22)
#170D11
(23,13,17)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #563A3E

#563A3E
(86,58,62)
#654B4F
(101,75,79)
#745C60
(116,92,96)
#836D71
(131,109,113)
#927E82
(146,126,130)
#A18F93
(161,143,147)
#B0A0A4
(176,160,164)
#BFB1B5
(191,177,181)
#CEC2C6
(206,194,198)
#DDD3D7
(221,211,215)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563A3E; }

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

This text font color is #563A3E.


Background Color

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

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

This div background color is #563A3E.


Border color

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

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

This div border color is #563A3E.


Opacity

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

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

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

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

This text has shadow with #563A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A3E on black background.


Color preview on white background

This text has color #563A3E on white background.



Black color preview on #563A3E background

This text has black color on #563A3E background.


White color preview on #563A3E background

This text has white color on #563A3E background.