COLOR #80708D

HEX: #80708D RGB: (128,112,141)

Color info

#80708D contains red, green and blue colors in about the same proportion. Web safe color of #80708D is #666699 (or #669).

RGB color model

#80708D color RGB value is (128,112,141).

RGB: (128,112,141) (50%, 44%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 141 of 255 = 55%

128
112
141

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

Portions of RGB colors in percentages

R + G + B = 128 + 112 + 141 = 381 (100%)
R 128 of 381 ~ 33.6%
G 112 of 381 ~ 29.4%
B 141 of 381 ~ 37.01'%

%33.6
%29.4
%37.01

CMYK color model

#80708D color CMYK value is (9,21,0,45).

  • cyan value is 9.22%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (9,21,0,45)
C9M21Y0K45 (9%, 21%, 0%, 45%)
(0.09 / 0.21 / 0.00 / 0.45)

CMYK percentages

%9.22
%20.57
%0
%44.71

Codes

Color #80708D in popluar color models

80 70 8D
RGB 128 112 141
HSL 273° 11.46% 49.61%
HSB/HSV 273° 20.57% 55.29%
CMYK 9.22% 20.57% 0.00%
44.71%

Color #80708D in popluar number systems.

HEX 80 70 8D
Decimal 128 112 141
Binary 10000000 1110000 10001101
Octal 200 160 215

Shades and tints

Shades of #80708D

#80708D
(128,112,141)
#756681
(117,102,129)
#6A5C75
(106,92,117)
#5F5269
(95,82,105)
#54485D
(84,72,93)
#493E51
(73,62,81)
#3E3445
(62,52,69)
#332A39
(51,42,57)
#28202D
(40,32,45)
#1D1621
(29,22,33)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #80708D

#80708D
(128,112,141)
#8B7D97
(139,125,151)
#968AA1
(150,138,161)
#A197AB
(161,151,171)
#ACA4B5
(172,164,181)
#B7B1BF
(183,177,191)
#C2BEC9
(194,190,201)
#CDCBD3
(205,203,211)
#D8D8DD
(216,216,221)
#E3E5E7
(227,229,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80708D color. Also use rgb(128,112,141) instead hex code.

Text Font Color

.myTextColor { color: #80708D; }

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

This text font color is #80708D.

Background Color

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

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

This div background color is #80708D.

Border color

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

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

This div border color is #80708D.

Opacity

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

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

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

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

This text has shadow with #80708D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80708D.

Preview

Color preview on black background

This text has color #80708D on black background.


Color preview on white background

This text has color #80708D on white background.


Black color preview on #80708D background

This text has black color on #80708D background.


White color preview on #80708D background

This text has white color on #80708D background.


Related colors

Complementary color

Complementary color for #hex is #7F8F72.


I love getcolorcode.com

Triadic colors

1 #8D8070 and #708D80 with #80708D are triadic colors.

2 #8D7080 and #70808D with #80708D are triadic colors.