COLOR #80882A

HEX: #80882A
RGB: (128,136,42)

Color info

#80882A contains mainly red and green colors. Web safe color of #80882A is #669933 (or #693).

RGB color model

#80882A color RGB value is (128,136,42).

  • red value is 128;
  • green value is 136;
  • blue value is 42.
RGB:
(128,136,42)
(50%,53%,16%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 42 of 255 = 16%

128
136
42

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 42 = 306 (100%)
R 128 of 306 ~ 41.83%
G 136 of 306 ~ 44.44%
B 42 of 306 ~ 13.73%

%41.83
%44.44
%13.73

CMYK color model

#80882A color CMYK value is (6,0,69,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(6,0,69,47)
C6M0Y69K47 
(6%,0%,69%,47%)
(0.06/0.00/0.69/0.47)	

CMYK percentages

%5.88
%0
%69.12
%46.67

Codes

Color #80882A in popluar color models

80882A
RGB12813642
HSL65°52.81%34.90%
HSB/HSV65°69.12%53.33%
CMYK5.88%0.00%69.12%
46.67%

Color #80882A in popluar number systems.

HEX80882A
Decimal12813642
Binary1000000010001000101010
Octal20021052

Shades and tints

Shades of #80882A

#80882A
(128,136,42)
#757C27
(117,124,39)
#6A7024
(106,112,36)
#5F6421
(95,100,33)
#54581E
(84,88,30)
#494C1B
(73,76,27)
#3E4018
(62,64,24)
#333415
(51,52,21)
#282812
(40,40,18)
#1D1C0F
(29,28,15)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #80882A

#80882A
(128,136,42)
#8B923D
(139,146,61)
#969C50
(150,156,80)
#A1A663
(161,166,99)
#ACB076
(172,176,118)
#B7BA89
(183,186,137)
#C2C49C
(194,196,156)
#CDCEAF
(205,206,175)
#D8D8C2
(216,216,194)
#E3E2D5
(227,226,213)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80882A color. Also use rgb(128,136,42) instead hex code.

Text Font Color

.myTextColor { color: #80882A; }

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

This text font color is #80882A.


Background Color

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

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

This div background color is #80882A.


Border color

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

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

This div border color is #80882A.


Opacity

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

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

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

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

This text has shadow with #80882A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80882A on black background.


Color preview on white background

This text has color #80882A on white background.



Black color preview on #80882A background

This text has black color on #80882A background.


White color preview on #80882A background

This text has white color on #80882A background.