COLOR #563F24

HEX: #563F24
RGB: (86,63,36)

Color info

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

RGB color model

#563F24 color RGB value is (86,63,36).

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

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 36 of 255 = 14%

86
63
36

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

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 36 = 185 (100%)
R 86 of 185 ~ 46.49%
G 63 of 185 ~ 34.05%
B 36 of 185 ~ 19.46%

%46.49
%34.05
%19.46

CMYK color model

#563F24 color CMYK value is (0,27,58,66).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 58.14%
  • key color value is 66.27%
CMYK:
(0,27,58,66)
C0M27Y58K66 
(0%,27%,58%,66%)
(0.00/0.27/0.58/0.66)	

CMYK percentages

%0
%26.74
%58.14
%66.27

Codes

Color #563F24 in popluar color models

563F24
RGB866336
HSL32°40.98%23.92%
HSB/HSV32°58.14%33.73%
CMYK0.00%26.74%58.14%
66.27%

Color #563F24 in popluar number systems.

HEX563F24
Decimal866336
Binary1010110111111100100
Octal1267744

Shades and tints

Shades of #563F24

#563F24
(86,63,36)
#4F3A21
(79,58,33)
#48351E
(72,53,30)
#41301B
(65,48,27)
#3A2B18
(58,43,24)
#332615
(51,38,21)
#2C2112
(44,33,18)
#251C0F
(37,28,15)
#1E170C
(30,23,12)
#171209
(23,18,9)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #563F24

#563F24
(86,63,36)
#655037
(101,80,55)
#74614A
(116,97,74)
#83725D
(131,114,93)
#928370
(146,131,112)
#A19483
(161,148,131)
#B0A596
(176,165,150)
#BFB6A9
(191,182,169)
#CEC7BC
(206,199,188)
#DDD8CF
(221,216,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563F24; }

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

This text font color is #563F24.


Background Color

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

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

This div background color is #563F24.


Border color

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

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

This div border color is #563F24.


Opacity

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

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

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

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

This text has shadow with #563F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563F24 on black background.


Color preview on white background

This text has color #563F24 on white background.



Black color preview on #563F24 background

This text has black color on #563F24 background.


White color preview on #563F24 background

This text has white color on #563F24 background.