COLOR #80867C

HEX: #80867C RGB: (128,134,124)

Color info

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

RGB color model

#80867C color RGB value is (128,134,124).

RGB: (128,134,124) (50%, 53%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 124 of 255 = 49%

128
134
124

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

Portions of RGB colors in percentages

R + G + B = 128 + 134 + 124 = 386 (100%)
R 128 of 386 ~ 33.16%
G 134 of 386 ~ 34.72%
B 124 of 386 ~ 32.12'%

%33.16
%34.72
%32.12

CMYK color model

#80867C color CMYK value is (4,0,7,47).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 47.45%

CMYK: (4,0,7,47)
C4M0Y7K47 (4%, 0%, 7%, 47%)
(0.04 / 0.00 / 0.07 / 0.47)

CMYK percentages

%4.48
%0
%7.46
%47.45

Codes

Color #80867C in popluar color models

80 86 7C
RGB 128 134 124
HSL 96° 3.97% 50.59%
HSB/HSV 96° 7.46% 52.55%
CMYK 4.48% 0.00% 7.46%
47.45%

Color #80867C in popluar number systems.

HEX 80 86 7C
Decimal 128 134 124
Binary 10000000 10000110 1111100
Octal 200 206 174

Shades and tints

Shades of #80867C

#80867C
(128,134,124)
#757A71
(117,122,113)
#6A6E66
(106,110,102)
#5F625B
(95,98,91)
#545650
(84,86,80)
#494A45
(73,74,69)
#3E3E3A
(62,62,58)
#33322F
(51,50,47)
#282624
(40,38,36)
#1D1A19
(29,26,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #80867C

#80867C
(128,134,124)
#8B9187
(139,145,135)
#969C92
(150,156,146)
#A1A79D
(161,167,157)
#ACB2A8
(172,178,168)
#B7BDB3
(183,189,179)
#C2C8BE
(194,200,190)
#CDD3C9
(205,211,201)
#D8DED4
(216,222,212)
#E3E9DF
(227,233,223)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80867C color. Also use rgb(128,134,124) instead hex code.

Text Font Color

.myTextColor { color: #80867C; }

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

This text font color is #80867C.

Background Color

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

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

This div background color is #80867C.

Border color

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

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

This div border color is #80867C.

Opacity

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

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

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

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

This text has shadow with #80867C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80867C.

Preview

Color preview on black background

This text has color #80867C on black background.


Color preview on white background

This text has color #80867C on white background.


Black color preview on #80867C background

This text has black color on #80867C background.


White color preview on #80867C background

This text has white color on #80867C background.


Related colors

Complementary color

Complementary color for #hex is #7F7983.


I love getcolorcode.com

Triadic colors

1 #7C8086 and #867C80 with #80867C are triadic colors.

2 #7C8680 and #86807C with #80867C are triadic colors.