COLOR #808E6D

HEX: #808E6D RGB: (128,142,109)

Color info

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

RGB color model

#808E6D color RGB value is (128,142,109).

RGB: (128,142,109) (50%, 56%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 109 of 255 = 43%

128
142
109

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

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 109 = 379 (100%)
R 128 of 379 ~ 33.77%
G 142 of 379 ~ 37.47%
B 109 of 379 ~ 28.76'%

%33.77
%37.47
%28.76

CMYK color model

#808E6D color CMYK value is (10,0,23,44).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 44.31%

CMYK: (10,0,23,44)
C10M0Y23K44 (10%, 0%, 23%, 44%)
(0.10 / 0.00 / 0.23 / 0.44)

CMYK percentages

%9.86
%0
%23.24
%44.31

Codes

Color #808E6D in popluar color models

80 8E 6D
RGB 128 142 109
HSL 85° 13.15% 49.22%
HSB/HSV 85° 23.24% 55.69%
CMYK 9.86% 0.00% 23.24%
44.31%

Color #808E6D in popluar number systems.

HEX 80 8E 6D
Decimal 128 142 109
Binary 10000000 10001110 1101101
Octal 200 216 155

Shades and tints

Shades of #808E6D

#808E6D
(128,142,109)
#758264
(117,130,100)
#6A765B
(106,118,91)
#5F6A52
(95,106,82)
#545E49
(84,94,73)
#495240
(73,82,64)
#3E4637
(62,70,55)
#333A2E
(51,58,46)
#282E25
(40,46,37)
#1D221C
(29,34,28)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #808E6D

#808E6D
(128,142,109)
#8B987A
(139,152,122)
#96A287
(150,162,135)
#A1AC94
(161,172,148)
#ACB6A1
(172,182,161)
#B7C0AE
(183,192,174)
#C2CABB
(194,202,187)
#CDD4C8
(205,212,200)
#D8DED5
(216,222,213)
#E3E8E2
(227,232,226)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808E6D; }

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

This text font color is #808E6D.

Background Color

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

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

This div background color is #808E6D.

Border color

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

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

This div border color is #808E6D.

Opacity

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

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

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

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

This text has shadow with #808E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808E6D.

Preview

Color preview on black background

This text has color #808E6D on black background.


Color preview on white background

This text has color #808E6D on white background.


Black color preview on #808E6D background

This text has black color on #808E6D background.


White color preview on #808E6D background

This text has white color on #808E6D background.


Related colors

Complementary color

Complementary color for #hex is #7F7192.


I love getcolorcode.com

Triadic colors

1 #6D808E and #8E6D80 with #808E6D are triadic colors.

2 #6D8E80 and #8E806D with #808E6D are triadic colors.