COLOR #563B35

HEX: #563B35
RGB: (86,59,53)

Color info

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

RGB color model

#563B35 color RGB value is (86,59,53).

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

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 53 of 255 = 21%

86
59
53

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

Portions of RGB colors in percentages

R + G + B =
86 + 59 + 53 = 198 (100%)
R 86 of 198 ~ 43.43%
G 59 of 198 ~ 29.8%
B 53 of 198 ~ 26.77%

%43.43
%29.8
%26.77

CMYK color model

#563B35 color CMYK value is (0,31,38,66).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 38.37%
  • key color value is 66.27%
CMYK:
(0,31,38,66)
C0M31Y38K66 
(0%,31%,38%,66%)
(0.00/0.31/0.38/0.66)	

CMYK percentages

%0
%31.4
%38.37
%66.27

Codes

Color #563B35 in popluar color models

563B35
RGB865953
HSL11°23.74%27.25%
HSB/HSV11°38.37%33.73%
CMYK0.00%31.40%38.37%
66.27%

Color #563B35 in popluar number systems.

HEX563B35
Decimal865953
Binary1010110111011110101
Octal1267365

Shades and tints

Shades of #563B35

#563B35
(86,59,53)
#4F3631
(79,54,49)
#48312D
(72,49,45)
#412C29
(65,44,41)
#3A2725
(58,39,37)
#332221
(51,34,33)
#2C1D1D
(44,29,29)
#251819
(37,24,25)
#1E1315
(30,19,21)
#170E11
(23,14,17)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #563B35

#563B35
(86,59,53)
#654C47
(101,76,71)
#745D59
(116,93,89)
#836E6B
(131,110,107)
#927F7D
(146,127,125)
#A1908F
(161,144,143)
#B0A1A1
(176,161,161)
#BFB2B3
(191,178,179)
#CEC3C5
(206,195,197)
#DDD4D7
(221,212,215)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563B35; }

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

This text font color is #563B35.


Background Color

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

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

This div background color is #563B35.


Border color

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

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

This div border color is #563B35.


Opacity

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

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

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

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

This text has shadow with #563B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563B35 on black background.


Color preview on white background

This text has color #563B35 on white background.



Black color preview on #563B35 background

This text has black color on #563B35 background.


White color preview on #563B35 background

This text has white color on #563B35 background.