COLOR #809C70

HEX: #809C70 RGB: (128,156,112)

Color info

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

RGB color model

#809C70 color RGB value is (128,156,112).

RGB: (128,156,112) (50%, 61%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 112 of 255 = 44%

128
156
112

R + G + B ~ 52%. #809C70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 156 + 112 = 396 (100%)
R 128 of 396 ~ 32.32%
G 156 of 396 ~ 39.39%
B 112 of 396 ~ 28.28'%

%32.32
%39.39
%28.28

CMYK color model

#809C70 color CMYK value is (18,0,28,39).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 38.82%

CMYK: (18,0,28,39)
C18M0Y28K39 (18%, 0%, 28%, 39%)
(0.18 / 0.00 / 0.28 / 0.39)

CMYK percentages

%17.95
%0
%28.21
%38.82

Codes

Color #809C70 in popluar color models

80 9C 70
RGB 128 156 112
HSL 98° 18.18% 52.55%
HSB/HSV 98° 28.21% 61.18%
CMYK 17.95% 0.00% 28.21%
38.82%

Color #809C70 in popluar number systems.

HEX 80 9C 70
Decimal 128 156 112
Binary 10000000 10011100 1110000
Octal 200 234 160

Shades and tints

Shades of #809C70

#809C70
(128,156,112)
#758E66
(117,142,102)
#6A805C
(106,128,92)
#5F7252
(95,114,82)
#546448
(84,100,72)
#49563E
(73,86,62)
#3E4834
(62,72,52)
#333A2A
(51,58,42)
#282C20
(40,44,32)
#1D1E16
(29,30,22)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #809C70

#809C70
(128,156,112)
#8BA57D
(139,165,125)
#96AE8A
(150,174,138)
#A1B797
(161,183,151)
#ACC0A4
(172,192,164)
#B7C9B1
(183,201,177)
#C2D2BE
(194,210,190)
#CDDBCB
(205,219,203)
#D8E4D8
(216,228,216)
#E3EDE5
(227,237,229)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809C70; }

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

This text font color is #809C70.

Background Color

.myBgColor { background-color: #809C70; }

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

This div background color is #809C70.

Border color

.myBorderColor { border: 1px solid #809C70; }

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

This div border color is #809C70.

Opacity

.myOpacity80 { color: #809C70; opacity: 0.8; }

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

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

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

This text has shadow with #809C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809C70.

Preview

Color preview on black background

This text has color #809C70 on black background.


Color preview on white background

This text has color #809C70 on white background.


Black color preview on #809C70 background

This text has black color on #809C70 background.


White color preview on #809C70 background

This text has white color on #809C70 background.


Related colors

Complementary color

Complementary color for #hex is #7F638F.


I love getcolorcode.com

Triadic colors

1 #70809C and #9C7080 with #809C70 are triadic colors.

2 #709C80 and #9C8070 with #809C70 are triadic colors.