COLOR #808678

HEX: #808678
RGB: (128,134,120)

Color info

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

RGB color model

#808678 color RGB value is (128,134,120).

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

RGB channels and saturation

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

128
134
120

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 120 = 382 (100%)
R 128 of 382 ~ 33.51%
G 134 of 382 ~ 35.08%
B 120 of 382 ~ 31.41%

%33.51
%35.08
%31.41

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • 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
%10.45
%47.45

Codes

Color #808678 in popluar color models

808678
RGB128134120
HSL86°5.51%49.80%
HSB/HSV86°10.45%52.55%
CMYK4.48%0.00%10.45%
47.45%

Color #808678 in popluar number systems.

HEX808678
Decimal128134120
Binary10000000100001101111000
Octal200206170

Shades and tints

Shades of #808678

#808678
(128,134,120)
#757A6E
(117,122,110)
#6A6E64
(106,110,100)
#5F625A
(95,98,90)
#545650
(84,86,80)
#494A46
(73,74,70)
#3E3E3C
(62,62,60)
#333232
(51,50,50)
#282628
(40,38,40)
#1D1A1E
(29,26,30)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #808678

#808678
(128,134,120)
#8B9184
(139,145,132)
#969C90
(150,156,144)
#A1A79C
(161,167,156)
#ACB2A8
(172,178,168)
#B7BDB4
(183,189,180)
#C2C8C0
(194,200,192)
#CDD3CC
(205,211,204)
#D8DED8
(216,222,216)
#E3E9E4
(227,233,228)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808678; }

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

This text font color is #808678.


Background Color

.myBgColor { background-color: #808678; }

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

This div background color is #808678.


Border color

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

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

This div border color is #808678.


Opacity

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

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

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

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

This text has shadow with #808678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808678 on black background.


Color preview on white background

This text has color #808678 on white background.



Black color preview on #808678 background

This text has black color on #808678 background.


White color preview on #808678 background

This text has white color on #808678 background.