COLOR #80676B

HEX: #80676B
RGB: (128,103,107)

Color info

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

RGB color model

#80676B color RGB value is (128,103,107).

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

RGB channels and saturation

R 128 of 255 = 50%
G 103 of 255 = 40%
B 107 of 255 = 42%

128
103
107

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

Portions of RGB colors in percentages

R + G + B =
128 + 103 + 107 = 338 (100%)
R 128 of 338 ~ 37.87%
G 103 of 338 ~ 30.47%
B 107 of 338 ~ 31.66%

%37.87
%30.47
%31.66

CMYK color model

#80676B color CMYK value is (0,20,16,50).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 16.41%
  • key color value is 49.80%
CMYK:
(0,20,16,50)
C0M20Y16K50 
(0%,20%,16%,50%)
(0.00/0.20/0.16/0.50)	

CMYK percentages

%0
%19.53
%16.41
%49.8

Codes

Color #80676B in popluar color models

80676B
RGB128103107
HSL350°10.82%45.29%
HSB/HSV350°19.53%50.20%
CMYK0.00%19.53%16.41%
49.80%

Color #80676B in popluar number systems.

HEX80676B
Decimal128103107
Binary1000000011001111101011
Octal200147153

Shades and tints

Shades of #80676B

#80676B
(128,103,107)
#755E62
(117,94,98)
#6A5559
(106,85,89)
#5F4C50
(95,76,80)
#544347
(84,67,71)
#493A3E
(73,58,62)
#3E3135
(62,49,53)
#33282C
(51,40,44)
#281F23
(40,31,35)
#1D161A
(29,22,26)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #80676B

#80676B
(128,103,107)
#8B7478
(139,116,120)
#968185
(150,129,133)
#A18E92
(161,142,146)
#AC9B9F
(172,155,159)
#B7A8AC
(183,168,172)
#C2B5B9
(194,181,185)
#CDC2C6
(205,194,198)
#D8CFD3
(216,207,211)
#E3DCE0
(227,220,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80676B; }

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

This text font color is #80676B.


Background Color

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

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

This div background color is #80676B.


Border color

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

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

This div border color is #80676B.


Opacity

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

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

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

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

This text has shadow with #80676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80676B on black background.


Color preview on white background

This text has color #80676B on white background.



Black color preview on #80676B background

This text has black color on #80676B background.


White color preview on #80676B background

This text has white color on #80676B background.