COLOR #808A6D

HEX: #808A6D
RGB: (128,138,109)

Color info

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

RGB color model

#808A6D color RGB value is (128,138,109).

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

RGB channels and saturation

R 128 of 255 = 50%
G 138 of 255 = 54%
B 109 of 255 = 43%

128
138
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 138 + 109 = 375 (100%)
R 128 of 375 ~ 34.13%
G 138 of 375 ~ 36.8%
B 109 of 375 ~ 29.07%

%34.13
%36.8
%29.07

CMYK color model

#808A6D color CMYK value is (7,0,21,46).

  • cyan value is 7.25%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(7,0,21,46)
C7M0Y21K46 
(7%,0%,21%,46%)
(0.07/0.00/0.21/0.46)	

CMYK percentages

%7.25
%0
%21.01
%45.88

Codes

Color #808A6D in popluar color models

808A6D
RGB128138109
HSL81°11.74%48.43%
HSB/HSV81°21.01%54.12%
CMYK7.25%0.00%21.01%
45.88%

Color #808A6D in popluar number systems.

HEX808A6D
Decimal128138109
Binary10000000100010101101101
Octal200212155

Shades and tints

Shades of #808A6D

#808A6D
(128,138,109)
#757E64
(117,126,100)
#6A725B
(106,114,91)
#5F6652
(95,102,82)
#545A49
(84,90,73)
#494E40
(73,78,64)
#3E4237
(62,66,55)
#33362E
(51,54,46)
#282A25
(40,42,37)
#1D1E1C
(29,30,28)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #808A6D

#808A6D
(128,138,109)
#8B947A
(139,148,122)
#969E87
(150,158,135)
#A1A894
(161,168,148)
#ACB2A1
(172,178,161)
#B7BCAE
(183,188,174)
#C2C6BB
(194,198,187)
#CDD0C8
(205,208,200)
#D8DAD5
(216,218,213)
#E3E4E2
(227,228,226)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808A6D; }

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

This text font color is #808A6D.


Background Color

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

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

This div background color is #808A6D.


Border color

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

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

This div border color is #808A6D.


Opacity

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

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

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

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

This text has shadow with #808A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808A6D on black background.


Color preview on white background

This text has color #808A6D on white background.



Black color preview on #808A6D background

This text has black color on #808A6D background.


White color preview on #808A6D background

This text has white color on #808A6D background.