COLOR #80718F

HEX: #80718F
RGB: (128,113,143)

Color info

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

RGB color model

#80718F color RGB value is (128,113,143).

  • red value is 128;
  • green value is 113;
  • blue value is 143.
RGB:
(128,113,143)
(50%,44%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 113 of 255 = 44%
B 143 of 255 = 56%

128
113
143

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

Portions of RGB colors in percentages

R + G + B =
128 + 113 + 143 = 384 (100%)
R 128 of 384 ~ 33.33%
G 113 of 384 ~ 29.43%
B 143 of 384 ~ 37.24%

%33.33
%29.43
%37.24

CMYK color model

#80718F color CMYK value is (10,21,0,44).

  • cyan value is 10.49%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(10,21,0,44)
C10M21Y0K44 
(10%,21%,0%,44%)
(0.10/0.21/0.00/0.44)	

CMYK percentages

%10.49
%20.98
%0
%43.92

Codes

Color #80718F in popluar color models

80718F
RGB128113143
HSL270°11.81%50.20%
HSB/HSV270°20.98%56.08%
CMYK10.49%20.98%0.00%
43.92%

Color #80718F in popluar number systems.

HEX80718F
Decimal128113143
Binary10000000111000110001111
Octal200161217

Shades and tints

Shades of #80718F

#80718F
(128,113,143)
#756782
(117,103,130)
#6A5D75
(106,93,117)
#5F5368
(95,83,104)
#54495B
(84,73,91)
#493F4E
(73,63,78)
#3E3541
(62,53,65)
#332B34
(51,43,52)
#282127
(40,33,39)
#1D171A
(29,23,26)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #80718F

#80718F
(128,113,143)
#8B7D99
(139,125,153)
#9689A3
(150,137,163)
#A195AD
(161,149,173)
#ACA1B7
(172,161,183)
#B7ADC1
(183,173,193)
#C2B9CB
(194,185,203)
#CDC5D5
(205,197,213)
#D8D1DF
(216,209,223)
#E3DDE9
(227,221,233)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80718F color. Also use rgb(128,113,143) instead hex code.

Text Font Color

.myTextColor { color: #80718F; }

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

This text font color is #80718F.


Background Color

.myBgColor { background-color: #80718F; }

<div style="background-color:#80718F">Inner text</div>

This div background color is #80718F.


Border color

.myBorderColor { border: 1px solid #80718F; }

<div style="border:3px solid #80718F">Div</div>

This div border color is #80718F.


Opacity

.myOpacity80 { color: #80718F; opacity: 0.8; }

<p style="color:#80718F;opacity:0.8;">80%</p>

Text with #80718F 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 #80718F;}

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

This text has shadow with #80718F color.

.textShadow {text-shadow: 3px 3px 1px #80718F, 3px 3px 1px red;}

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

This text has shadow with #80718F primary color and red secondary color.


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

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

This text has shadow with #80718F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80718F;
-webkit-box-shadow: 1px 1px 3px 2px #80718F;
box-shadow:1px 1px 3px 2px #80718F;">
Div content here</div>
This div box has shadow with color #80718F.

Preview

Color preview on black background

This text has color #80718F on black background.


Color preview on white background

This text has color #80718F on white background.



Black color preview on #80718F background

This text has black color on #80718F background.


White color preview on #80718F background

This text has white color on #80718F background.