COLOR #808970

HEX: #808970 RGB: (128,137,112)

Color info

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

RGB color model

#808970 color RGB value is (128,137,112).

RGB: (128,137,112) (50%, 54%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 112 of 255 = 44%

128
137
112

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

Portions of RGB colors in percentages

R + G + B = 128 + 137 + 112 = 377 (100%)
R 128 of 377 ~ 33.95%
G 137 of 377 ~ 36.34%
B 112 of 377 ~ 29.71'%

%33.95
%36.34
%29.71

CMYK color model

#808970 color CMYK value is (7,0,18,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%

CMYK: (7,0,18,46)
C7M0Y18K46 (7%, 0%, 18%, 46%)
(0.07 / 0.00 / 0.18 / 0.46)

CMYK percentages

%6.57
%0
%18.25
%46.27

Codes

Color #808970 in popluar color models

80 89 70
RGB 128 137 112
HSL 82° 10.04% 48.82%
HSB/HSV 82° 18.25% 53.73%
CMYK 6.57% 0.00% 18.25%
46.27%

Color #808970 in popluar number systems.

HEX 80 89 70
Decimal 128 137 112
Binary 10000000 10001001 1110000
Octal 200 211 160

Shades and tints

Shades of #808970

#808970
(128,137,112)
#757D66
(117,125,102)
#6A715C
(106,113,92)
#5F6552
(95,101,82)
#545948
(84,89,72)
#494D3E
(73,77,62)
#3E4134
(62,65,52)
#33352A
(51,53,42)
#282920
(40,41,32)
#1D1D16
(29,29,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #808970

#808970
(128,137,112)
#8B937D
(139,147,125)
#969D8A
(150,157,138)
#A1A797
(161,167,151)
#ACB1A4
(172,177,164)
#B7BBB1
(183,187,177)
#C2C5BE
(194,197,190)
#CDCFCB
(205,207,203)
#D8D9D8
(216,217,216)
#E3E3E5
(227,227,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808970 color. Also use rgb(128,137,112) instead hex code.

Text Font Color

.myTextColor { color: #808970; }

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

This text font color is #808970.

Background Color

.myBgColor { background-color: #808970; }

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

This div background color is #808970.

Border color

.myBorderColor { border: 1px solid #808970; }

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

This div border color is #808970.

Opacity

.myOpacity80 { color: #808970; opacity: 0.8; }

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

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

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

This text has shadow with #808970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808970.

Preview

Color preview on black background

This text has color #808970 on black background.


Color preview on white background

This text has color #808970 on white background.


Black color preview on #808970 background

This text has black color on #808970 background.


White color preview on #808970 background

This text has white color on #808970 background.


Related colors

Complementary color

Complementary color for #hex is #7F768F.


I love getcolorcode.com

Triadic colors

1 #708089 and #897080 with #808970 are triadic colors.

2 #708980 and #898070 with #808970 are triadic colors.