COLOR #808E6B

HEX: #808E6B RGB: (128,142,107)

Color info

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

RGB color model

#808E6B color RGB value is (128,142,107).

RGB: (128,142,107) (50%, 56%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 107 of 255 = 42%

128
142
107

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

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 107 = 377 (100%)
R 128 of 377 ~ 33.95%
G 142 of 377 ~ 37.67%
B 107 of 377 ~ 28.38'%

%33.95
%37.67
%28.38

CMYK color model

#808E6B color CMYK value is (10,0,25,44).

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

CMYK: (10,0,25,44)
C10M0Y25K44 (10%, 0%, 25%, 44%)
(0.10 / 0.00 / 0.25 / 0.44)

CMYK percentages

%9.86
%0
%24.65
%44.31

Codes

Color #808E6B in popluar color models

80 8E 6B
RGB 128 142 107
HSL 84° 14.06% 48.82%
HSB/HSV 84° 24.65% 55.69%
CMYK 9.86% 0.00% 24.65%
44.31%

Color #808E6B in popluar number systems.

HEX 80 8E 6B
Decimal 128 142 107
Binary 10000000 10001110 1101011
Octal 200 216 153

Shades and tints

Shades of #808E6B

#808E6B
(128,142,107)
#758262
(117,130,98)
#6A7659
(106,118,89)
#5F6A50
(95,106,80)
#545E47
(84,94,71)
#49523E
(73,82,62)
#3E4635
(62,70,53)
#333A2C
(51,58,44)
#282E23
(40,46,35)
#1D221A
(29,34,26)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #808E6B

#808E6B
(128,142,107)
#8B9878
(139,152,120)
#96A285
(150,162,133)
#A1AC92
(161,172,146)
#ACB69F
(172,182,159)
#B7C0AC
(183,192,172)
#C2CAB9
(194,202,185)
#CDD4C6
(205,212,198)
#D8DED3
(216,222,211)
#E3E8E0
(227,232,224)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808E6B; }

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

This text font color is #808E6B.

Background Color

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

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

This div background color is #808E6B.

Border color

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

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

This div border color is #808E6B.

Opacity

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

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

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

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

This text has shadow with #808E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808E6B.

Preview

Color preview on black background

This text has color #808E6B on black background.


Color preview on white background

This text has color #808E6B on white background.


Black color preview on #808E6B background

This text has black color on #808E6B background.


White color preview on #808E6B background

This text has white color on #808E6B background.


Related colors

Complementary color

Complementary color for #hex is #7F7194.


I love getcolorcode.com

Triadic colors

1 #6B808E and #8E6B80 with #808E6B are triadic colors.

2 #6B8E80 and #8E806B with #808E6B are triadic colors.