COLOR #80867B

HEX: #80867B RGB: (128,134,123)

Color info

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

RGB color model

#80867B color RGB value is (128,134,123).

RGB: (128,134,123) (50%, 53%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 123 of 255 = 48%

128
134
123

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

Portions of RGB colors in percentages

R + G + B = 128 + 134 + 123 = 385 (100%)
R 128 of 385 ~ 33.25%
G 134 of 385 ~ 34.81%
B 123 of 385 ~ 31.95'%

%33.25
%34.81
%31.95

CMYK color model

#80867B color CMYK value is (4,0,8,47).

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

CMYK: (4,0,8,47)
C4M0Y8K47 (4%, 0%, 8%, 47%)
(0.04 / 0.00 / 0.08 / 0.47)

CMYK percentages

%4.48
%0
%8.21
%47.45

Codes

Color #80867B in popluar color models

80 86 7B
RGB 128 134 123
HSL 93° 4.35% 50.39%
HSB/HSV 93° 8.21% 52.55%
CMYK 4.48% 0.00% 8.21%
47.45%

Color #80867B in popluar number systems.

HEX 80 86 7B
Decimal 128 134 123
Binary 10000000 10000110 1111011
Octal 200 206 173

Shades and tints

Shades of #80867B

#80867B
(128,134,123)
#757A70
(117,122,112)
#6A6E65
(106,110,101)
#5F625A
(95,98,90)
#54564F
(84,86,79)
#494A44
(73,74,68)
#3E3E39
(62,62,57)
#33322E
(51,50,46)
#282623
(40,38,35)
#1D1A18
(29,26,24)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #80867B

#80867B
(128,134,123)
#8B9187
(139,145,135)
#969C93
(150,156,147)
#A1A79F
(161,167,159)
#ACB2AB
(172,178,171)
#B7BDB7
(183,189,183)
#C2C8C3
(194,200,195)
#CDD3CF
(205,211,207)
#D8DEDB
(216,222,219)
#E3E9E7
(227,233,231)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80867B; }

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

This text font color is #80867B.

Background Color

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

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

This div background color is #80867B.

Border color

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

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

This div border color is #80867B.

Opacity

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

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

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

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

This text has shadow with #80867B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80867B.

Preview

Color preview on black background

This text has color #80867B on black background.


Color preview on white background

This text has color #80867B on white background.


Black color preview on #80867B background

This text has black color on #80867B background.


White color preview on #80867B background

This text has white color on #80867B background.


Related colors

Complementary color

Complementary color for #hex is #7F7984.


I love getcolorcode.com

Triadic colors

1 #7B8086 and #867B80 with #80867B are triadic colors.

2 #7B8680 and #86807B with #80867B are triadic colors.