COLOR #563412

HEX: #563412
RGB: (86,52,18)

Color info

#563412 contains mainly red and green colors. Web safe color of #563412 is #663300 (or #630).

RGB color model

#563412 color RGB value is (86,52,18).

  • red value is 86;
  • green value is 52;
  • blue value is 18.
RGB:
(86,52,18)
(34%,20%,7%)

RGB channels and saturation

R 86 of 255 = 34%
G 52 of 255 = 20%
B 18 of 255 = 7%

86
52
18

R + G + B ~ 20%. #563412 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 52 + 18 = 156 (100%)
R 86 of 156 ~ 55.13%
G 52 of 156 ~ 33.33%
B 18 of 156 ~ 11.54%

%55.13
%33.33
%11.54

CMYK color model

#563412 color CMYK value is (0,40,79,66).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 79.07%
  • key color value is 66.27%
CMYK:
(0,40,79,66)
C0M40Y79K66 
(0%,40%,79%,66%)
(0.00/0.40/0.79/0.66)	

CMYK percentages

%0
%39.53
%79.07
%66.27

Codes

Color #563412 in popluar color models

563412
RGB865218
HSL30°65.38%20.39%
HSB/HSV30°79.07%33.73%
CMYK0.00%39.53%79.07%
66.27%

Color #563412 in popluar number systems.

HEX563412
Decimal865218
Binary101011011010010010
Octal1266422

Shades and tints

Shades of #563412

#563412
(86,52,18)
#4F3011
(79,48,17)
#482C10
(72,44,16)
#41280F
(65,40,15)
#3A240E
(58,36,14)
#33200D
(51,32,13)
#2C1C0C
(44,28,12)
#25180B
(37,24,11)
#1E140A
(30,20,10)
#171009
(23,16,9)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #563412

#563412
(86,52,18)
#654627
(101,70,39)
#74583C
(116,88,60)
#836A51
(131,106,81)
#927C66
(146,124,102)
#A18E7B
(161,142,123)
#B0A090
(176,160,144)
#BFB2A5
(191,178,165)
#CEC4BA
(206,196,186)
#DDD6CF
(221,214,207)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563412 color. Also use rgb(86,52,18) instead hex code.

Text Font Color

.myTextColor { color: #563412; }

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

This text font color is #563412.


Background Color

.myBgColor { background-color: #563412; }

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

This div background color is #563412.


Border color

.myBorderColor { border: 1px solid #563412; }

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

This div border color is #563412.


Opacity

.myOpacity80 { color: #563412; opacity: 0.8; }

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

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

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

This text has shadow with #563412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563412 on black background.


Color preview on white background

This text has color #563412 on white background.



Black color preview on #563412 background

This text has black color on #563412 background.


White color preview on #563412 background

This text has white color on #563412 background.