COLOR #808166

HEX: #808166
RGB: (128,129,102)

Color info

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

RGB color model

#808166 color RGB value is (128,129,102).

  • red value is 128;
  • green value is 129;
  • blue value is 102.
RGB:
(128,129,102)
(50%,51%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 102 of 255 = 40%

128
129
102

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 102 = 359 (100%)
R 128 of 359 ~ 35.65%
G 129 of 359 ~ 35.93%
B 102 of 359 ~ 28.41%

%35.65
%35.93
%28.41

CMYK color model

#808166 color CMYK value is (1,0,21,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(1,0,21,49)
C1M0Y21K49 
(1%,0%,21%,49%)
(0.01/0.00/0.21/0.49)	

CMYK percentages

%0.78
%0
%20.93
%49.41

Codes

Color #808166 in popluar color models

808166
RGB128129102
HSL62°11.69%45.29%
HSB/HSV62°20.93%50.59%
CMYK0.78%0.00%20.93%
49.41%

Color #808166 in popluar number systems.

HEX808166
Decimal128129102
Binary10000000100000011100110
Octal200201146

Shades and tints

Shades of #808166

#808166
(128,129,102)
#75765D
(117,118,93)
#6A6B54
(106,107,84)
#5F604B
(95,96,75)
#545542
(84,85,66)
#494A39
(73,74,57)
#3E3F30
(62,63,48)
#333427
(51,52,39)
#28291E
(40,41,30)
#1D1E15
(29,30,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #808166

#808166
(128,129,102)
#8B8C73
(139,140,115)
#969780
(150,151,128)
#A1A28D
(161,162,141)
#ACAD9A
(172,173,154)
#B7B8A7
(183,184,167)
#C2C3B4
(194,195,180)
#CDCEC1
(205,206,193)
#D8D9CE
(216,217,206)
#E3E4DB
(227,228,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808166 color. Also use rgb(128,129,102) instead hex code.

Text Font Color

.myTextColor { color: #808166; }

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

This text font color is #808166.


Background Color

.myBgColor { background-color: #808166; }

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

This div background color is #808166.


Border color

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

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

This div border color is #808166.


Opacity

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

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

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

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

This text has shadow with #808166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808166 on black background.


Color preview on white background

This text has color #808166 on white background.



Black color preview on #808166 background

This text has black color on #808166 background.


White color preview on #808166 background

This text has white color on #808166 background.