COLOR #80815C

HEX: #80815C RGB: (128,129,92)

Color info

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

RGB color model

#80815C color RGB value is (128,129,92).

RGB: (128,129,92) (50%, 51%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 92 of 255 = 36%

128
129
92

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

Portions of RGB colors in percentages

R + G + B = 128 + 129 + 92 = 349 (100%)
R 128 of 349 ~ 36.68%
G 129 of 349 ~ 36.96%
B 92 of 349 ~ 26.36'%

%36.68
%36.96
%26.36

CMYK color model

#80815C color CMYK value is (1,0,29,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 28.68%
  • key color value is 49.41%

CMYK: (1,0,29,49)
C1M0Y29K49 (1%, 0%, 29%, 49%)
(0.01 / 0.00 / 0.29 / 0.49)

CMYK percentages

%0.78
%0
%28.68
%49.41

Codes

Color #80815C in popluar color models

80 81 5C
RGB 128 129 92
HSL 62° 16.74% 43.33%
HSB/HSV 62° 28.68% 50.59%
CMYK 0.78% 0.00% 28.68%
49.41%

Color #80815C in popluar number systems.

HEX 80 81 5C
Decimal 128 129 92
Binary 10000000 10000001 1011100
Octal 200 201 134

Shades and tints

Shades of #80815C

#80815C
(128,129,92)
#757654
(117,118,84)
#6A6B4C
(106,107,76)
#5F6044
(95,96,68)
#54553C
(84,85,60)
#494A34
(73,74,52)
#3E3F2C
(62,63,44)
#333424
(51,52,36)
#28291C
(40,41,28)
#1D1E14
(29,30,20)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #80815C

#80815C
(128,129,92)
#8B8C6A
(139,140,106)
#969778
(150,151,120)
#A1A286
(161,162,134)
#ACAD94
(172,173,148)
#B7B8A2
(183,184,162)
#C2C3B0
(194,195,176)
#CDCEBE
(205,206,190)
#D8D9CC
(216,217,204)
#E3E4DA
(227,228,218)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80815C color. Also use rgb(128,129,92) instead hex code.

Text Font Color

.myTextColor { color: #80815C; }

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

This text font color is #80815C.

Background Color

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

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

This div background color is #80815C.

Border color

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

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

This div border color is #80815C.

Opacity

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

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

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

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

This text has shadow with #80815C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80815C.

Preview

Color preview on black background

This text has color #80815C on black background.


Color preview on white background

This text has color #80815C on white background.


Black color preview on #80815C background

This text has black color on #80815C background.


White color preview on #80815C background

This text has white color on #80815C background.


Related colors

Complementary color

Complementary color for #hex is #7F7EA3.


I love getcolorcode.com

Triadic colors

1 #5C8081 and #815C80 with #80815C are triadic colors.

2 #5C8180 and #81805C with #80815C are triadic colors.