COLOR #80824D

HEX: #80824D RGB: (128,130,77)

Color info

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

RGB color model

#80824D color RGB value is (128,130,77).

RGB: (128,130,77) (50%, 51%, 30%)

RGB channels and saturation

R 128 of 255 = 50%
G 130 of 255 = 51%
B 77 of 255 = 30%

128
130
77

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

Portions of RGB colors in percentages

R + G + B = 128 + 130 + 77 = 335 (100%)
R 128 of 335 ~ 38.21%
G 130 of 335 ~ 38.81%
B 77 of 335 ~ 22.99'%

%38.21
%38.81
%22.99

CMYK color model

#80824D color CMYK value is (2,0,41,49).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 49.02%

CMYK: (2,0,41,49)
C2M0Y41K49 (2%, 0%, 41%, 49%)
(0.02 / 0.00 / 0.41 / 0.49)

CMYK percentages

%1.54
%0
%40.77
%49.02

Codes

Color #80824D in popluar color models

80 82 4D
RGB 128 130 77
HSL 62° 25.60% 40.59%
HSB/HSV 62° 40.77% 50.98%
CMYK 1.54% 0.00% 40.77%
49.02%

Color #80824D in popluar number systems.

HEX 80 82 4D
Decimal 128 130 77
Binary 10000000 10000010 1001101
Octal 200 202 115

Shades and tints

Shades of #80824D

#80824D
(128,130,77)
#757746
(117,119,70)
#6A6C3F
(106,108,63)
#5F6138
(95,97,56)
#545631
(84,86,49)
#494B2A
(73,75,42)
#3E4023
(62,64,35)
#33351C
(51,53,28)
#282A15
(40,42,21)
#1D1F0E
(29,31,14)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #80824D

#80824D
(128,130,77)
#8B8D5D
(139,141,93)
#96986D
(150,152,109)
#A1A37D
(161,163,125)
#ACAE8D
(172,174,141)
#B7B99D
(183,185,157)
#C2C4AD
(194,196,173)
#CDCFBD
(205,207,189)
#D8DACD
(216,218,205)
#E3E5DD
(227,229,221)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80824D color. Also use rgb(128,130,77) instead hex code.

Text Font Color

.myTextColor { color: #80824D; }

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

This text font color is #80824D.

Background Color

.myBgColor { background-color: #80824D; }

<div style="background-color:#80824D">Inner text</div>

This div background color is #80824D.

Border color

.myBorderColor { border: 1px solid #80824D; }

<div style="border:3px solid #80824D">Div</div>

This div border color is #80824D.

Opacity

.myOpacity80 { color: #80824D; opacity: 0.8; }

<p style="color:#80824D;opacity:0.8;">80%</p>

Text with #80824D 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 #80824D;}

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

This text has shadow with #80824D color.


.textShadow {text-shadow: 3px 3px 1px #80824D', 3px 3px 1px red;}

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

This text has shadow with #80824D primary color and red secondary color.


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

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

This text has shadow with #80824D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80824D; -webkit-box-shadow: 1px 1px 3px 2px #80824D; box-shadow:1px 1px 3px 2px #80824D;">
Div content here
</div>

This div box has shadow with color #80824D.

Preview

Color preview on black background

This text has color #80824D on black background.


Color preview on white background

This text has color #80824D on white background.


Black color preview on #80824D background

This text has black color on #80824D background.


White color preview on #80824D background

This text has white color on #80824D background.


Related colors

Complementary color

Complementary color for #hex is #7F7DB2.


I love getcolorcode.com

Triadic colors

1 #4D8082 and #824D80 with #80824D are triadic colors.

2 #4D8280 and #82804D with #80824D are triadic colors.