COLOR #808D6B

HEX: #808D6B RGB: (128,141,107)

Color info

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

RGB color model

#808D6B color RGB value is (128,141,107).

RGB: (128,141,107) (50%, 55%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 107 of 255 = 42%

128
141
107

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

Portions of RGB colors in percentages

R + G + B = 128 + 141 + 107 = 376 (100%)
R 128 of 376 ~ 34.04%
G 141 of 376 ~ 37.5%
B 107 of 376 ~ 28.46'%

%34.04
%37.5
%28.46

CMYK color model

#808D6B color CMYK value is (9,0,24,45).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 44.71%

CMYK: (9,0,24,45)
C9M0Y24K45 (9%, 0%, 24%, 45%)
(0.09 / 0.00 / 0.24 / 0.45)

CMYK percentages

%9.22
%0
%24.11
%44.71

Codes

Color #808D6B in popluar color models

80 8D 6B
RGB 128 141 107
HSL 83° 13.71% 48.63%
HSB/HSV 83° 24.11% 55.29%
CMYK 9.22% 0.00% 24.11%
44.71%

Color #808D6B in popluar number systems.

HEX 80 8D 6B
Decimal 128 141 107
Binary 10000000 10001101 1101011
Octal 200 215 153

Shades and tints

Shades of #808D6B

#808D6B
(128,141,107)
#758162
(117,129,98)
#6A7559
(106,117,89)
#5F6950
(95,105,80)
#545D47
(84,93,71)
#49513E
(73,81,62)
#3E4535
(62,69,53)
#33392C
(51,57,44)
#282D23
(40,45,35)
#1D211A
(29,33,26)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #808D6B

#808D6B
(128,141,107)
#8B9778
(139,151,120)
#96A185
(150,161,133)
#A1AB92
(161,171,146)
#ACB59F
(172,181,159)
#B7BFAC
(183,191,172)
#C2C9B9
(194,201,185)
#CDD3C6
(205,211,198)
#D8DDD3
(216,221,211)
#E3E7E0
(227,231,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808D6B; }

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

This text font color is #808D6B.

Background Color

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

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

This div background color is #808D6B.

Border color

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

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

This div border color is #808D6B.

Opacity

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

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

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

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

This text has shadow with #808D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808D6B.

Preview

Color preview on black background

This text has color #808D6B on black background.


Color preview on white background

This text has color #808D6B on white background.


Black color preview on #808D6B background

This text has black color on #808D6B background.


White color preview on #808D6B background

This text has white color on #808D6B background.


Related colors

Complementary color

Complementary color for #hex is #7F7294.


I love getcolorcode.com

Triadic colors

1 #6B808D and #8D6B80 with #808D6B are triadic colors.

2 #6B8D80 and #8D806B with #808D6B are triadic colors.