COLOR #563036

HEX: #563036
RGB: (86,48,54)

Color info

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

RGB color model

#563036 color RGB value is (86,48,54).

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

RGB channels and saturation

R 86 of 255 = 34%
G 48 of 255 = 19%
B 54 of 255 = 21%

86
48
54

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

Portions of RGB colors in percentages

R + G + B =
86 + 48 + 54 = 188 (100%)
R 86 of 188 ~ 45.74%
G 48 of 188 ~ 25.53%
B 54 of 188 ~ 28.72%

%45.74
%25.53
%28.72

CMYK color model

#563036 color CMYK value is (0,44,37,66).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 37.21%
  • key color value is 66.27%
CMYK:
(0,44,37,66)
C0M44Y37K66 
(0%,44%,37%,66%)
(0.00/0.44/0.37/0.66)	

CMYK percentages

%0
%44.19
%37.21
%66.27

Codes

Color #563036 in popluar color models

563036
RGB864854
HSL351°28.36%26.27%
HSB/HSV351°44.19%33.73%
CMYK0.00%44.19%37.21%
66.27%

Color #563036 in popluar number systems.

HEX563036
Decimal864854
Binary1010110110000110110
Octal1266066

Shades and tints

Shades of #563036

#563036
(86,48,54)
#4F2C32
(79,44,50)
#48282E
(72,40,46)
#41242A
(65,36,42)
#3A2026
(58,32,38)
#331C22
(51,28,34)
#2C181E
(44,24,30)
#25141A
(37,20,26)
#1E1016
(30,16,22)
#170C12
(23,12,18)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #563036

#563036
(86,48,54)
#654248
(101,66,72)
#74545A
(116,84,90)
#83666C
(131,102,108)
#92787E
(146,120,126)
#A18A90
(161,138,144)
#B09CA2
(176,156,162)
#BFAEB4
(191,174,180)
#CEC0C6
(206,192,198)
#DDD2D8
(221,210,216)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563036; }

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

This text font color is #563036.


Background Color

.myBgColor { background-color: #563036; }

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

This div background color is #563036.


Border color

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

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

This div border color is #563036.


Opacity

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

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

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

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

This text has shadow with #563036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563036 on black background.


Color preview on white background

This text has color #563036 on white background.



Black color preview on #563036 background

This text has black color on #563036 background.


White color preview on #563036 background

This text has white color on #563036 background.