COLOR #80837A

HEX: #80837A RGB: (128,131,122)

Color info

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

RGB color model

#80837A color RGB value is (128,131,122).

RGB: (128,131,122) (50%, 51%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 122 of 255 = 48%

128
131
122

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

Portions of RGB colors in percentages

R + G + B = 128 + 131 + 122 = 381 (100%)
R 128 of 381 ~ 33.6%
G 131 of 381 ~ 34.38%
B 122 of 381 ~ 32.02'%

%33.6
%34.38
%32.02

CMYK color model

#80837A color CMYK value is (2,0,7,49).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%

CMYK: (2,0,7,49)
C2M0Y7K49 (2%, 0%, 7%, 49%)
(0.02 / 0.00 / 0.07 / 0.49)

CMYK percentages

%2.29
%0
%6.87
%48.63

Codes

Color #80837A in popluar color models

80 83 7A
RGB 128 131 122
HSL 80° 3.56% 49.61%
HSB/HSV 80° 6.87% 51.37%
CMYK 2.29% 0.00% 6.87%
48.63%

Color #80837A in popluar number systems.

HEX 80 83 7A
Decimal 128 131 122
Binary 10000000 10000011 1111010
Octal 200 203 172

Shades and tints

Shades of #80837A

#80837A
(128,131,122)
#75786F
(117,120,111)
#6A6D64
(106,109,100)
#5F6259
(95,98,89)
#54574E
(84,87,78)
#494C43
(73,76,67)
#3E4138
(62,65,56)
#33362D
(51,54,45)
#282B22
(40,43,34)
#1D2017
(29,32,23)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #80837A

#80837A
(128,131,122)
#8B8E86
(139,142,134)
#969992
(150,153,146)
#A1A49E
(161,164,158)
#ACAFAA
(172,175,170)
#B7BAB6
(183,186,182)
#C2C5C2
(194,197,194)
#CDD0CE
(205,208,206)
#D8DBDA
(216,219,218)
#E3E6E6
(227,230,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80837A color. Also use rgb(128,131,122) instead hex code.

Text Font Color

.myTextColor { color: #80837A; }

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

This text font color is #80837A.

Background Color

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

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

This div background color is #80837A.

Border color

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

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

This div border color is #80837A.

Opacity

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

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

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

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

This text has shadow with #80837A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80837A.

Preview

Color preview on black background

This text has color #80837A on black background.


Color preview on white background

This text has color #80837A on white background.


Black color preview on #80837A background

This text has black color on #80837A background.


White color preview on #80837A background

This text has white color on #80837A background.


Related colors

Complementary color

Complementary color for #hex is #7F7C85.


I love getcolorcode.com

Triadic colors

1 #7A8083 and #837A80 with #80837A are triadic colors.

2 #7A8380 and #83807A with #80837A are triadic colors.