COLOR #563B24

HEX: #563B24
RGB: (86,59,36)

Color info

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

RGB color model

#563B24 color RGB value is (86,59,36).

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

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 36 of 255 = 14%

86
59
36

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

Portions of RGB colors in percentages

R + G + B =
86 + 59 + 36 = 181 (100%)
R 86 of 181 ~ 47.51%
G 59 of 181 ~ 32.6%
B 36 of 181 ~ 19.89%

%47.51
%32.6
%19.89

CMYK color model

#563B24 color CMYK value is (0,31,58,66).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 58.14%
  • key color value is 66.27%
CMYK:
(0,31,58,66)
C0M31Y58K66 
(0%,31%,58%,66%)
(0.00/0.31/0.58/0.66)	

CMYK percentages

%0
%31.4
%58.14
%66.27

Codes

Color #563B24 in popluar color models

563B24
RGB865936
HSL28°40.98%23.92%
HSB/HSV28°58.14%33.73%
CMYK0.00%31.40%58.14%
66.27%

Color #563B24 in popluar number systems.

HEX563B24
Decimal865936
Binary1010110111011100100
Octal1267344

Shades and tints

Shades of #563B24

#563B24
(86,59,36)
#4F3621
(79,54,33)
#48311E
(72,49,30)
#412C1B
(65,44,27)
#3A2718
(58,39,24)
#332215
(51,34,21)
#2C1D12
(44,29,18)
#25180F
(37,24,15)
#1E130C
(30,19,12)
#170E09
(23,14,9)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #563B24

#563B24
(86,59,36)
#654C37
(101,76,55)
#745D4A
(116,93,74)
#836E5D
(131,110,93)
#927F70
(146,127,112)
#A19083
(161,144,131)
#B0A196
(176,161,150)
#BFB2A9
(191,178,169)
#CEC3BC
(206,195,188)
#DDD4CF
(221,212,207)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563B24 color. Also use rgb(86,59,36) instead hex code.

Text Font Color

.myTextColor { color: #563B24; }

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

This text font color is #563B24.


Background Color

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

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

This div background color is #563B24.


Border color

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

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

This div border color is #563B24.


Opacity

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

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

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

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

This text has shadow with #563B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563B24 on black background.


Color preview on white background

This text has color #563B24 on white background.



Black color preview on #563B24 background

This text has black color on #563B24 background.


White color preview on #563B24 background

This text has white color on #563B24 background.