COLOR #808673

HEX: #808673
RGB: (128,134,115)

Color info

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

RGB color model

#808673 color RGB value is (128,134,115).

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

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 115 of 255 = 45%

128
134
115

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 115 = 377 (100%)
R 128 of 377 ~ 33.95%
G 134 of 377 ~ 35.54%
B 115 of 377 ~ 30.5%

%33.95
%35.54
%30.5

CMYK color model

#808673 color CMYK value is (4,0,14,47).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(4,0,14,47)
C4M0Y14K47 
(4%,0%,14%,47%)
(0.04/0.00/0.14/0.47)	

CMYK percentages

%4.48
%0
%14.18
%47.45

Codes

Color #808673 in popluar color models

808673
RGB128134115
HSL79°7.63%48.82%
HSB/HSV79°14.18%52.55%
CMYK4.48%0.00%14.18%
47.45%

Color #808673 in popluar number systems.

HEX808673
Decimal128134115
Binary10000000100001101110011
Octal200206163

Shades and tints

Shades of #808673

#808673
(128,134,115)
#757A69
(117,122,105)
#6A6E5F
(106,110,95)
#5F6255
(95,98,85)
#54564B
(84,86,75)
#494A41
(73,74,65)
#3E3E37
(62,62,55)
#33322D
(51,50,45)
#282623
(40,38,35)
#1D1A19
(29,26,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #808673

#808673
(128,134,115)
#8B917F
(139,145,127)
#969C8B
(150,156,139)
#A1A797
(161,167,151)
#ACB2A3
(172,178,163)
#B7BDAF
(183,189,175)
#C2C8BB
(194,200,187)
#CDD3C7
(205,211,199)
#D8DED3
(216,222,211)
#E3E9DF
(227,233,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808673; }

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

This text font color is #808673.


Background Color

.myBgColor { background-color: #808673; }

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

This div background color is #808673.


Border color

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

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

This div border color is #808673.


Opacity

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

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

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

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

This text has shadow with #808673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808673 on black background.


Color preview on white background

This text has color #808673 on white background.



Black color preview on #808673 background

This text has black color on #808673 background.


White color preview on #808673 background

This text has white color on #808673 background.