COLOR #808C6D

HEX: #808C6D
RGB: (128,140,109)

Color info

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

RGB color model

#808C6D color RGB value is (128,140,109).

  • red value is 128;
  • green value is 140;
  • blue value is 109.
RGB:
(128,140,109)
(50%,55%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 140 of 255 = 55%
B 109 of 255 = 43%

128
140
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 140 + 109 = 377 (100%)
R 128 of 377 ~ 33.95%
G 140 of 377 ~ 37.14%
B 109 of 377 ~ 28.91%

%33.95
%37.14
%28.91

CMYK color model

#808C6D color CMYK value is (9,0,22,45).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(9,0,22,45)
C9M0Y22K45 
(9%,0%,22%,45%)
(0.09/0.00/0.22/0.45)	

CMYK percentages

%8.57
%0
%22.14
%45.1

Codes

Color #808C6D in popluar color models

808C6D
RGB128140109
HSL83°12.45%48.82%
HSB/HSV83°22.14%54.90%
CMYK8.57%0.00%22.14%
45.10%

Color #808C6D in popluar number systems.

HEX808C6D
Decimal128140109
Binary10000000100011001101101
Octal200214155

Shades and tints

Shades of #808C6D

#808C6D
(128,140,109)
#758064
(117,128,100)
#6A745B
(106,116,91)
#5F6852
(95,104,82)
#545C49
(84,92,73)
#495040
(73,80,64)
#3E4437
(62,68,55)
#33382E
(51,56,46)
#282C25
(40,44,37)
#1D201C
(29,32,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #808C6D

#808C6D
(128,140,109)
#8B967A
(139,150,122)
#96A087
(150,160,135)
#A1AA94
(161,170,148)
#ACB4A1
(172,180,161)
#B7BEAE
(183,190,174)
#C2C8BB
(194,200,187)
#CDD2C8
(205,210,200)
#D8DCD5
(216,220,213)
#E3E6E2
(227,230,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808C6D color. Also use rgb(128,140,109) instead hex code.

Text Font Color

.myTextColor { color: #808C6D; }

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

This text font color is #808C6D.


Background Color

.myBgColor { background-color: #808C6D; }

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

This div background color is #808C6D.


Border color

.myBorderColor { border: 1px solid #808C6D; }

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

This div border color is #808C6D.


Opacity

.myOpacity80 { color: #808C6D; opacity: 0.8; }

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

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

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

This text has shadow with #808C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808C6D on black background.


Color preview on white background

This text has color #808C6D on white background.



Black color preview on #808C6D background

This text has black color on #808C6D background.


White color preview on #808C6D background

This text has white color on #808C6D background.