COLOR #563E30

HEX: #563E30
RGB: (86,62,48)

Color info

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

RGB color model

#563E30 color RGB value is (86,62,48).

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

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 48 of 255 = 19%

86
62
48

R + G + B ~ 26%. #563E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 62 + 48 = 196 (100%)
R 86 of 196 ~ 43.88%
G 62 of 196 ~ 31.63%
B 48 of 196 ~ 24.49%

%43.88
%31.63
%24.49

CMYK color model

#563E30 color CMYK value is (0,28,44,66).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 44.19%
  • key color value is 66.27%
CMYK:
(0,28,44,66)
C0M28Y44K66 
(0%,28%,44%,66%)
(0.00/0.28/0.44/0.66)	

CMYK percentages

%0
%27.91
%44.19
%66.27

Codes

Color #563E30 in popluar color models

563E30
RGB866248
HSL22°28.36%26.27%
HSB/HSV22°44.19%33.73%
CMYK0.00%27.91%44.19%
66.27%

Color #563E30 in popluar number systems.

HEX563E30
Decimal866248
Binary1010110111110110000
Octal1267660

Shades and tints

Shades of #563E30

#563E30
(86,62,48)
#4F392C
(79,57,44)
#483428
(72,52,40)
#412F24
(65,47,36)
#3A2A20
(58,42,32)
#33251C
(51,37,28)
#2C2018
(44,32,24)
#251B14
(37,27,20)
#1E1610
(30,22,16)
#17110C
(23,17,12)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #563E30

#563E30
(86,62,48)
#654F42
(101,79,66)
#746054
(116,96,84)
#837166
(131,113,102)
#928278
(146,130,120)
#A1938A
(161,147,138)
#B0A49C
(176,164,156)
#BFB5AE
(191,181,174)
#CEC6C0
(206,198,192)
#DDD7D2
(221,215,210)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563E30; }

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

This text font color is #563E30.


Background Color

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

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

This div background color is #563E30.


Border color

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

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

This div border color is #563E30.


Opacity

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

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

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

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

This text has shadow with #563E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563E30 on black background.


Color preview on white background

This text has color #563E30 on white background.



Black color preview on #563E30 background

This text has black color on #563E30 background.


White color preview on #563E30 background

This text has white color on #563E30 background.