COLOR #563237

HEX: #563237
RGB: (86,50,55)

Color info

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

RGB color model

#563237 color RGB value is (86,50,55).

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

RGB channels and saturation

R 86 of 255 = 34%
G 50 of 255 = 20%
B 55 of 255 = 22%

86
50
55

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

Portions of RGB colors in percentages

R + G + B =
86 + 50 + 55 = 191 (100%)
R 86 of 191 ~ 45.03%
G 50 of 191 ~ 26.18%
B 55 of 191 ~ 28.8%

%45.03
%26.18
%28.8

CMYK color model

#563237 color CMYK value is (0,42,36,66).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 36.05%
  • key color value is 66.27%
CMYK:
(0,42,36,66)
C0M42Y36K66 
(0%,42%,36%,66%)
(0.00/0.42/0.36/0.66)	

CMYK percentages

%0
%41.86
%36.05
%66.27

Codes

Color #563237 in popluar color models

563237
RGB865055
HSL352°26.47%26.67%
HSB/HSV352°41.86%33.73%
CMYK0.00%41.86%36.05%
66.27%

Color #563237 in popluar number systems.

HEX563237
Decimal865055
Binary1010110110010110111
Octal1266267

Shades and tints

Shades of #563237

#563237
(86,50,55)
#4F2E32
(79,46,50)
#482A2D
(72,42,45)
#412628
(65,38,40)
#3A2223
(58,34,35)
#331E1E
(51,30,30)
#2C1A19
(44,26,25)
#251614
(37,22,20)
#1E120F
(30,18,15)
#170E0A
(23,14,10)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #563237

#563237
(86,50,55)
#654449
(101,68,73)
#74565B
(116,86,91)
#83686D
(131,104,109)
#927A7F
(146,122,127)
#A18C91
(161,140,145)
#B09EA3
(176,158,163)
#BFB0B5
(191,176,181)
#CEC2C7
(206,194,199)
#DDD4D9
(221,212,217)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563237; }

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

This text font color is #563237.


Background Color

.myBgColor { background-color: #563237; }

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

This div background color is #563237.


Border color

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

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

This div border color is #563237.


Opacity

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

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

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

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

This text has shadow with #563237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563237 on black background.


Color preview on white background

This text has color #563237 on white background.



Black color preview on #563237 background

This text has black color on #563237 background.


White color preview on #563237 background

This text has white color on #563237 background.