COLOR #80855A

HEX: #80855A
RGB: (128,133,90)

Color info

#80855A contains red, green and blue colors in about the same proportion. Web safe color of #80855A is #669966 (or #696).

RGB color model

#80855A color RGB value is (128,133,90).

  • red value is 128;
  • green value is 133;
  • blue value is 90.
RGB:
(128,133,90)
(50%,52%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 90 of 255 = 35%

128
133
90

R + G + B ~ 46%. #80855A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 90 = 351 (100%)
R 128 of 351 ~ 36.47%
G 133 of 351 ~ 37.89%
B 90 of 351 ~ 25.64%

%36.47
%37.89
%25.64

CMYK color model

#80855A color CMYK value is (4,0,32,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(4,0,32,48)
C4M0Y32K48 
(4%,0%,32%,48%)
(0.04/0.00/0.32/0.48)	

CMYK percentages

%3.76
%0
%32.33
%47.84

Codes

Color #80855A in popluar color models

80855A
RGB12813390
HSL67°19.28%43.73%
HSB/HSV67°32.33%52.16%
CMYK3.76%0.00%32.33%
47.84%

Color #80855A in popluar number systems.

HEX80855A
Decimal12813390
Binary10000000100001011011010
Octal200205132

Shades and tints

Shades of #80855A

#80855A
(128,133,90)
#757952
(117,121,82)
#6A6D4A
(106,109,74)
#5F6142
(95,97,66)
#54553A
(84,85,58)
#494932
(73,73,50)
#3E3D2A
(62,61,42)
#333122
(51,49,34)
#28251A
(40,37,26)
#1D1912
(29,25,18)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #80855A

#80855A
(128,133,90)
#8B9069
(139,144,105)
#969B78
(150,155,120)
#A1A687
(161,166,135)
#ACB196
(172,177,150)
#B7BCA5
(183,188,165)
#C2C7B4
(194,199,180)
#CDD2C3
(205,210,195)
#D8DDD2
(216,221,210)
#E3E8E1
(227,232,225)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80855A color. Also use rgb(128,133,90) instead hex code.

Text Font Color

.myTextColor { color: #80855A; }

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

This text font color is #80855A.


Background Color

.myBgColor { background-color: #80855A; }

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

This div background color is #80855A.


Border color

.myBorderColor { border: 1px solid #80855A; }

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

This div border color is #80855A.


Opacity

.myOpacity80 { color: #80855A; opacity: 0.8; }

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

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

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

This text has shadow with #80855A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80855A on black background.


Color preview on white background

This text has color #80855A on white background.



Black color preview on #80855A background

This text has black color on #80855A background.


White color preview on #80855A background

This text has white color on #80855A background.