COLOR #80686B

HEX: #80686B
RGB: (128,104,107)

Color info

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

RGB color model

#80686B color RGB value is (128,104,107).

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

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 107 of 255 = 42%

128
104
107

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

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 107 = 339 (100%)
R 128 of 339 ~ 37.76%
G 104 of 339 ~ 30.68%
B 107 of 339 ~ 31.56%

%37.76
%30.68
%31.56

CMYK color model

#80686B color CMYK value is (0,19,16,50).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 16.41%
  • key color value is 49.80%
CMYK:
(0,19,16,50)
C0M19Y16K50 
(0%,19%,16%,50%)
(0.00/0.19/0.16/0.50)	

CMYK percentages

%0
%18.75
%16.41
%49.8

Codes

Color #80686B in popluar color models

80686B
RGB128104107
HSL353°10.34%45.49%
HSB/HSV353°18.75%50.20%
CMYK0.00%18.75%16.41%
49.80%

Color #80686B in popluar number systems.

HEX80686B
Decimal128104107
Binary1000000011010001101011
Octal200150153

Shades and tints

Shades of #80686B

#80686B
(128,104,107)
#755F62
(117,95,98)
#6A5659
(106,86,89)
#5F4D50
(95,77,80)
#544447
(84,68,71)
#493B3E
(73,59,62)
#3E3235
(62,50,53)
#33292C
(51,41,44)
#282023
(40,32,35)
#1D171A
(29,23,26)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #80686B

#80686B
(128,104,107)
#8B7578
(139,117,120)
#968285
(150,130,133)
#A18F92
(161,143,146)
#AC9C9F
(172,156,159)
#B7A9AC
(183,169,172)
#C2B6B9
(194,182,185)
#CDC3C6
(205,195,198)
#D8D0D3
(216,208,211)
#E3DDE0
(227,221,224)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80686B; }

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

This text font color is #80686B.


Background Color

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

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

This div background color is #80686B.


Border color

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

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

This div border color is #80686B.


Opacity

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

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

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

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

This text has shadow with #80686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80686B on black background.


Color preview on white background

This text has color #80686B on white background.



Black color preview on #80686B background

This text has black color on #80686B background.


White color preview on #80686B background

This text has white color on #80686B background.