COLOR #563835

HEX: #563835
RGB: (86,56,53)

Color info

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

RGB color model

#563835 color RGB value is (86,56,53).

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

RGB channels and saturation

R 86 of 255 = 34%
G 56 of 255 = 22%
B 53 of 255 = 21%

86
56
53

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

Portions of RGB colors in percentages

R + G + B =
86 + 56 + 53 = 195 (100%)
R 86 of 195 ~ 44.1%
G 56 of 195 ~ 28.72%
B 53 of 195 ~ 27.18%

%44.1
%28.72
%27.18

CMYK color model

#563835 color CMYK value is (0,35,38,66).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 38.37%
  • key color value is 66.27%
CMYK:
(0,35,38,66)
C0M35Y38K66 
(0%,35%,38%,66%)
(0.00/0.35/0.38/0.66)	

CMYK percentages

%0
%34.88
%38.37
%66.27

Codes

Color #563835 in popluar color models

563835
RGB865653
HSL23.74%27.25%
HSB/HSV38.37%33.73%
CMYK0.00%34.88%38.37%
66.27%

Color #563835 in popluar number systems.

HEX563835
Decimal865653
Binary1010110111000110101
Octal1267065

Shades and tints

Shades of #563835

#563835
(86,56,53)
#4F3331
(79,51,49)
#482E2D
(72,46,45)
#412929
(65,41,41)
#3A2425
(58,36,37)
#331F21
(51,31,33)
#2C1A1D
(44,26,29)
#251519
(37,21,25)
#1E1015
(30,16,21)
#170B11
(23,11,17)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #563835

#563835
(86,56,53)
#654A47
(101,74,71)
#745C59
(116,92,89)
#836E6B
(131,110,107)
#92807D
(146,128,125)
#A1928F
(161,146,143)
#B0A4A1
(176,164,161)
#BFB6B3
(191,182,179)
#CEC8C5
(206,200,197)
#DDDAD7
(221,218,215)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563835; }

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

This text font color is #563835.


Background Color

.myBgColor { background-color: #563835; }

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

This div background color is #563835.


Border color

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

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

This div border color is #563835.


Opacity

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

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

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

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

This text has shadow with #563835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563835 on black background.


Color preview on white background

This text has color #563835 on white background.



Black color preview on #563835 background

This text has black color on #563835 background.


White color preview on #563835 background

This text has white color on #563835 background.