COLOR #80563C

HEX: #80563C
RGB: (128,86,60)

Color info

#80563C contains mainly red and green colors. Web safe color of #80563C is #666633 (or #663).

RGB color model

#80563C color RGB value is (128,86,60).

  • red value is 128;
  • green value is 86;
  • blue value is 60.
RGB:
(128,86,60)
(50%,34%,24%)

RGB channels and saturation

R 128 of 255 = 50%
G 86 of 255 = 34%
B 60 of 255 = 24%

128
86
60

R + G + B ~ 36%. #80563C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 86 + 60 = 274 (100%)
R 128 of 274 ~ 46.72%
G 86 of 274 ~ 31.39%
B 60 of 274 ~ 21.9%

%46.72
%31.39
%21.9

CMYK color model

#80563C color CMYK value is (0,33,53,50).

  • cyan value is 0.00%
  • magenta value is 32.81%
  • yellow value is 53.13%
  • key color value is 49.80%
CMYK:
(0,33,53,50)
C0M33Y53K50 
(0%,33%,53%,50%)
(0.00/0.33/0.53/0.50)	

CMYK percentages

%0
%32.81
%53.13
%49.8

Codes

Color #80563C in popluar color models

80563C
RGB1288660
HSL23°36.17%36.86%
HSB/HSV23°53.13%50.20%
CMYK0.00%32.81%53.13%
49.80%

Color #80563C in popluar number systems.

HEX80563C
Decimal1288660
Binary100000001010110111100
Octal20012674

Shades and tints

Shades of #80563C

#80563C
(128,86,60)
#754F37
(117,79,55)
#6A4832
(106,72,50)
#5F412D
(95,65,45)
#543A28
(84,58,40)
#493323
(73,51,35)
#3E2C1E
(62,44,30)
#332519
(51,37,25)
#281E14
(40,30,20)
#1D170F
(29,23,15)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #80563C

#80563C
(128,86,60)
#8B654D
(139,101,77)
#96745E
(150,116,94)
#A1836F
(161,131,111)
#AC9280
(172,146,128)
#B7A191
(183,161,145)
#C2B0A2
(194,176,162)
#CDBFB3
(205,191,179)
#D8CEC4
(216,206,196)
#E3DDD5
(227,221,213)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80563C color. Also use rgb(128,86,60) instead hex code.

Text Font Color

.myTextColor { color: #80563C; }

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

This text font color is #80563C.


Background Color

.myBgColor { background-color: #80563C; }

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

This div background color is #80563C.


Border color

.myBorderColor { border: 1px solid #80563C; }

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

This div border color is #80563C.


Opacity

.myOpacity80 { color: #80563C; opacity: 0.8; }

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

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

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

This text has shadow with #80563C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80563C on black background.


Color preview on white background

This text has color #80563C on white background.



Black color preview on #80563C background

This text has black color on #80563C background.


White color preview on #80563C background

This text has white color on #80563C background.