COLOR #563730

HEX: #563730
RGB: (86,55,48)

Color info

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

RGB color model

#563730 color RGB value is (86,55,48).

  • red value is 86;
  • green value is 55;
  • blue value is 48.
RGB:
(86,55,48)
(34%,22%,19%)

RGB channels and saturation

R 86 of 255 = 34%
G 55 of 255 = 22%
B 48 of 255 = 19%

86
55
48

R + G + B ~ 25%. #563730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 55 + 48 = 189 (100%)
R 86 of 189 ~ 45.5%
G 55 of 189 ~ 29.1%
B 48 of 189 ~ 25.4%

%45.5
%29.1
%25.4

CMYK color model

#563730 color CMYK value is (0,36,44,66).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 44.19%
  • key color value is 66.27%
CMYK:
(0,36,44,66)
C0M36Y44K66 
(0%,36%,44%,66%)
(0.00/0.36/0.44/0.66)	

CMYK percentages

%0
%36.05
%44.19
%66.27

Codes

Color #563730 in popluar color models

563730
RGB865548
HSL11°28.36%26.27%
HSB/HSV11°44.19%33.73%
CMYK0.00%36.05%44.19%
66.27%

Color #563730 in popluar number systems.

HEX563730
Decimal865548
Binary1010110110111110000
Octal1266760

Shades and tints

Shades of #563730

#563730
(86,55,48)
#4F322C
(79,50,44)
#482D28
(72,45,40)
#412824
(65,40,36)
#3A2320
(58,35,32)
#331E1C
(51,30,28)
#2C1918
(44,25,24)
#251414
(37,20,20)
#1E0F10
(30,15,16)
#170A0C
(23,10,12)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #563730

#563730
(86,55,48)
#654942
(101,73,66)
#745B54
(116,91,84)
#836D66
(131,109,102)
#927F78
(146,127,120)
#A1918A
(161,145,138)
#B0A39C
(176,163,156)
#BFB5AE
(191,181,174)
#CEC7C0
(206,199,192)
#DDD9D2
(221,217,210)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563730 color. Also use rgb(86,55,48) instead hex code.

Text Font Color

.myTextColor { color: #563730; }

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

This text font color is #563730.


Background Color

.myBgColor { background-color: #563730; }

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

This div background color is #563730.


Border color

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

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

This div border color is #563730.


Opacity

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

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

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

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

This text has shadow with #563730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563730 on black background.


Color preview on white background

This text has color #563730 on white background.



Black color preview on #563730 background

This text has black color on #563730 background.


White color preview on #563730 background

This text has white color on #563730 background.