COLOR #80854C

HEX: #80854C
RGB: (128,133,76)

Color info

#80854C contains red, green and blue colors in about the same proportion. Web safe color of #80854C is #669933 (or #693).

RGB color model

#80854C color RGB value is (128,133,76).

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

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 76 of 255 = 30%

128
133
76

R + G + B ~ 44%. #80854C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 76 = 337 (100%)
R 128 of 337 ~ 37.98%
G 133 of 337 ~ 39.47%
B 76 of 337 ~ 22.55%

%37.98
%39.47
%22.55

CMYK color model

#80854C color CMYK value is (4,0,43,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 47.84%
CMYK:
(4,0,43,48)
C4M0Y43K48 
(4%,0%,43%,48%)
(0.04/0.00/0.43/0.48)	

CMYK percentages

%3.76
%0
%42.86
%47.84

Codes

Color #80854C in popluar color models

80854C
RGB12813376
HSL65°27.27%40.98%
HSB/HSV65°42.86%52.16%
CMYK3.76%0.00%42.86%
47.84%

Color #80854C in popluar number systems.

HEX80854C
Decimal12813376
Binary10000000100001011001100
Octal200205114

Shades and tints

Shades of #80854C

#80854C
(128,133,76)
#757946
(117,121,70)
#6A6D40
(106,109,64)
#5F613A
(95,97,58)
#545534
(84,85,52)
#49492E
(73,73,46)
#3E3D28
(62,61,40)
#333122
(51,49,34)
#28251C
(40,37,28)
#1D1916
(29,25,22)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #80854C

#80854C
(128,133,76)
#8B905C
(139,144,92)
#969B6C
(150,155,108)
#A1A67C
(161,166,124)
#ACB18C
(172,177,140)
#B7BC9C
(183,188,156)
#C2C7AC
(194,199,172)
#CDD2BC
(205,210,188)
#D8DDCC
(216,221,204)
#E3E8DC
(227,232,220)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80854C color. Also use rgb(128,133,76) instead hex code.

Text Font Color

.myTextColor { color: #80854C; }

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

This text font color is #80854C.


Background Color

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

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

This div background color is #80854C.


Border color

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

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

This div border color is #80854C.


Opacity

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

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

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

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

This text has shadow with #80854C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80854C on black background.


Color preview on white background

This text has color #80854C on white background.



Black color preview on #80854C background

This text has black color on #80854C background.


White color preview on #80854C background

This text has white color on #80854C background.