COLOR #80552E

HEX: #80552E
RGB: (128,85,46)

Color info

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

RGB color model

#80552E color RGB value is (128,85,46).

  • red value is 128;
  • green value is 85;
  • blue value is 46.
RGB:
(128,85,46)
(50%,33%,18%)

RGB channels and saturation

R 128 of 255 = 50%
G 85 of 255 = 33%
B 46 of 255 = 18%

128
85
46

R + G + B ~ 34%. #80552E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 85 + 46 = 259 (100%)
R 128 of 259 ~ 49.42%
G 85 of 259 ~ 32.82%
B 46 of 259 ~ 17.76%

%49.42
%32.82
%17.76

CMYK color model

#80552E color CMYK value is (0,34,64,50).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 64.06%
  • key color value is 49.80%
CMYK:
(0,34,64,50)
C0M34Y64K50 
(0%,34%,64%,50%)
(0.00/0.34/0.64/0.50)	

CMYK percentages

%0
%33.59
%64.06
%49.8

Codes

Color #80552E in popluar color models

80552E
RGB1288546
HSL29°47.13%34.12%
HSB/HSV29°64.06%50.20%
CMYK0.00%33.59%64.06%
49.80%

Color #80552E in popluar number systems.

HEX80552E
Decimal1288546
Binary100000001010101101110
Octal20012556

Shades and tints

Shades of #80552E

#80552E
(128,85,46)
#754E2A
(117,78,42)
#6A4726
(106,71,38)
#5F4022
(95,64,34)
#54391E
(84,57,30)
#49321A
(73,50,26)
#3E2B16
(62,43,22)
#332412
(51,36,18)
#281D0E
(40,29,14)
#1D160A
(29,22,10)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #80552E

#80552E
(128,85,46)
#8B6441
(139,100,65)
#967354
(150,115,84)
#A18267
(161,130,103)
#AC917A
(172,145,122)
#B7A08D
(183,160,141)
#C2AFA0
(194,175,160)
#CDBEB3
(205,190,179)
#D8CDC6
(216,205,198)
#E3DCD9
(227,220,217)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80552E color. Also use rgb(128,85,46) instead hex code.

Text Font Color

.myTextColor { color: #80552E; }

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

This text font color is #80552E.


Background Color

.myBgColor { background-color: #80552E; }

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

This div background color is #80552E.


Border color

.myBorderColor { border: 1px solid #80552E; }

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

This div border color is #80552E.


Opacity

.myOpacity80 { color: #80552E; opacity: 0.8; }

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

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

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

This text has shadow with #80552E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80552E on black background.


Color preview on white background

This text has color #80552E on white background.



Black color preview on #80552E background

This text has black color on #80552E background.


White color preview on #80552E background

This text has white color on #80552E background.