COLOR #808679

HEX: #808679
RGB: (128,134,121)

Color info

#808679 contains red, green and blue colors in about the same proportion. Web safe color of #808679 is #669966 (or #696).

RGB color model

#808679 color RGB value is (128,134,121).

  • red value is 128;
  • green value is 134;
  • blue value is 121.
RGB:
(128,134,121)
(50%,53%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 121 of 255 = 47%

128
134
121

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 121 = 383 (100%)
R 128 of 383 ~ 33.42%
G 134 of 383 ~ 34.99%
B 121 of 383 ~ 31.59%

%33.42
%34.99
%31.59

CMYK color model

#808679 color CMYK value is (4,0,10,47).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 47.45%
CMYK:
(4,0,10,47)
C4M0Y10K47 
(4%,0%,10%,47%)
(0.04/0.00/0.10/0.47)	

CMYK percentages

%4.48
%0
%9.7
%47.45

Codes

Color #808679 in popluar color models

808679
RGB128134121
HSL88°5.10%50.00%
HSB/HSV88°9.70%52.55%
CMYK4.48%0.00%9.70%
47.45%

Color #808679 in popluar number systems.

HEX808679
Decimal128134121
Binary10000000100001101111001
Octal200206171

Shades and tints

Shades of #808679

#808679
(128,134,121)
#757A6E
(117,122,110)
#6A6E63
(106,110,99)
#5F6258
(95,98,88)
#54564D
(84,86,77)
#494A42
(73,74,66)
#3E3E37
(62,62,55)
#33322C
(51,50,44)
#282621
(40,38,33)
#1D1A16
(29,26,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #808679

#808679
(128,134,121)
#8B9185
(139,145,133)
#969C91
(150,156,145)
#A1A79D
(161,167,157)
#ACB2A9
(172,178,169)
#B7BDB5
(183,189,181)
#C2C8C1
(194,200,193)
#CDD3CD
(205,211,205)
#D8DED9
(216,222,217)
#E3E9E5
(227,233,229)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808679 color. Also use rgb(128,134,121) instead hex code.

Text Font Color

.myTextColor { color: #808679; }

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

This text font color is #808679.


Background Color

.myBgColor { background-color: #808679; }

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

This div background color is #808679.


Border color

.myBorderColor { border: 1px solid #808679; }

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

This div border color is #808679.


Opacity

.myOpacity80 { color: #808679; opacity: 0.8; }

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

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

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

This text has shadow with #808679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808679 on black background.


Color preview on white background

This text has color #808679 on white background.



Black color preview on #808679 background

This text has black color on #808679 background.


White color preview on #808679 background

This text has white color on #808679 background.