COLOR #80686D

HEX: #80686D
RGB: (128,104,109)

Color info

#80686D contains red, green and blue colors in about the same proportion. Web safe color of #80686D is #666666 (or #666).

RGB color model

#80686D color RGB value is (128,104,109).

  • red value is 128;
  • green value is 104;
  • blue value is 109.
RGB:
(128,104,109)
(50%,41%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 109 of 255 = 43%

128
104
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 109 = 341 (100%)
R 128 of 341 ~ 37.54%
G 104 of 341 ~ 30.5%
B 109 of 341 ~ 31.96%

%37.54
%30.5
%31.96

CMYK color model

#80686D color CMYK value is (0,19,15,50).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(0,19,15,50)
C0M19Y15K50 
(0%,19%,15%,50%)
(0.00/0.19/0.15/0.50)	

CMYK percentages

%0
%18.75
%14.84
%49.8

Codes

Color #80686D in popluar color models

80686D
RGB128104109
HSL348°10.34%45.49%
HSB/HSV348°18.75%50.20%
CMYK0.00%18.75%14.84%
49.80%

Color #80686D in popluar number systems.

HEX80686D
Decimal128104109
Binary1000000011010001101101
Octal200150155

Shades and tints

Shades of #80686D

#80686D
(128,104,109)
#755F64
(117,95,100)
#6A565B
(106,86,91)
#5F4D52
(95,77,82)
#544449
(84,68,73)
#493B40
(73,59,64)
#3E3237
(62,50,55)
#33292E
(51,41,46)
#282025
(40,32,37)
#1D171C
(29,23,28)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #80686D

#80686D
(128,104,109)
#8B757A
(139,117,122)
#968287
(150,130,135)
#A18F94
(161,143,148)
#AC9CA1
(172,156,161)
#B7A9AE
(183,169,174)
#C2B6BB
(194,182,187)
#CDC3C8
(205,195,200)
#D8D0D5
(216,208,213)
#E3DDE2
(227,221,226)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80686D color. Also use rgb(128,104,109) instead hex code.

Text Font Color

.myTextColor { color: #80686D; }

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

This text font color is #80686D.


Background Color

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

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

This div background color is #80686D.


Border color

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

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

This div border color is #80686D.


Opacity

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

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

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

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

This text has shadow with #80686D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80686D on black background.


Color preview on white background

This text has color #80686D on white background.



Black color preview on #80686D background

This text has black color on #80686D background.


White color preview on #80686D background

This text has white color on #80686D background.