COLOR #563D35

HEX: #563D35
RGB: (86,61,53)

Color info

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

RGB color model

#563D35 color RGB value is (86,61,53).

  • red value is 86;
  • green value is 61;
  • blue value is 53.
RGB:
(86,61,53)
(34%,24%,21%)

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 53 of 255 = 21%

86
61
53

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

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 53 = 200 (100%)
R 86 of 200 ~ 43%
G 61 of 200 ~ 30.5%
B 53 of 200 ~ 26.5%

%43
%30.5
%26.5

CMYK color model

#563D35 color CMYK value is (0,29,38,66).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 38.37%
  • key color value is 66.27%
CMYK:
(0,29,38,66)
C0M29Y38K66 
(0%,29%,38%,66%)
(0.00/0.29/0.38/0.66)	

CMYK percentages

%0
%29.07
%38.37
%66.27

Codes

Color #563D35 in popluar color models

563D35
RGB866153
HSL15°23.74%27.25%
HSB/HSV15°38.37%33.73%
CMYK0.00%29.07%38.37%
66.27%

Color #563D35 in popluar number systems.

HEX563D35
Decimal866153
Binary1010110111101110101
Octal1267565

Shades and tints

Shades of #563D35

#563D35
(86,61,53)
#4F3831
(79,56,49)
#48332D
(72,51,45)
#412E29
(65,46,41)
#3A2925
(58,41,37)
#332421
(51,36,33)
#2C1F1D
(44,31,29)
#251A19
(37,26,25)
#1E1515
(30,21,21)
#171011
(23,16,17)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #563D35

#563D35
(86,61,53)
#654E47
(101,78,71)
#745F59
(116,95,89)
#83706B
(131,112,107)
#92817D
(146,129,125)
#A1928F
(161,146,143)
#B0A3A1
(176,163,161)
#BFB4B3
(191,180,179)
#CEC5C5
(206,197,197)
#DDD6D7
(221,214,215)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563D35 color. Also use rgb(86,61,53) instead hex code.

Text Font Color

.myTextColor { color: #563D35; }

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

This text font color is #563D35.


Background Color

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

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

This div background color is #563D35.


Border color

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

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

This div border color is #563D35.


Opacity

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

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

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

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

This text has shadow with #563D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D35 on black background.


Color preview on white background

This text has color #563D35 on white background.



Black color preview on #563D35 background

This text has black color on #563D35 background.


White color preview on #563D35 background

This text has white color on #563D35 background.