COLOR #809070

HEX: #809070
RGB: (128,144,112)

Color info

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

RGB color model

#809070 color RGB value is (128,144,112).

  • red value is 128;
  • green value is 144;
  • blue value is 112.
RGB:
(128,144,112)
(50%,56%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 112 of 255 = 44%

128
144
112

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

Portions of RGB colors in percentages

R + G + B =
128 + 144 + 112 = 384 (100%)
R 128 of 384 ~ 33.33%
G 144 of 384 ~ 37.5%
B 112 of 384 ~ 29.17%

%33.33
%37.5
%29.17

CMYK color model

#809070 color CMYK value is (11,0,22,44).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 43.53%
CMYK:
(11,0,22,44)
C11M0Y22K44 
(11%,0%,22%,44%)
(0.11/0.00/0.22/0.44)	

CMYK percentages

%11.11
%0
%22.22
%43.53

Codes

Color #809070 in popluar color models

809070
RGB128144112
HSL90°12.60%50.20%
HSB/HSV90°22.22%56.47%
CMYK11.11%0.00%22.22%
43.53%

Color #809070 in popluar number systems.

HEX809070
Decimal128144112
Binary10000000100100001110000
Octal200220160

Shades and tints

Shades of #809070

#809070
(128,144,112)
#758366
(117,131,102)
#6A765C
(106,118,92)
#5F6952
(95,105,82)
#545C48
(84,92,72)
#494F3E
(73,79,62)
#3E4234
(62,66,52)
#33352A
(51,53,42)
#282820
(40,40,32)
#1D1B16
(29,27,22)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #809070

#809070
(128,144,112)
#8B9A7D
(139,154,125)
#96A48A
(150,164,138)
#A1AE97
(161,174,151)
#ACB8A4
(172,184,164)
#B7C2B1
(183,194,177)
#C2CCBE
(194,204,190)
#CDD6CB
(205,214,203)
#D8E0D8
(216,224,216)
#E3EAE5
(227,234,229)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809070; }

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

This text font color is #809070.


Background Color

.myBgColor { background-color: #809070; }

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

This div background color is #809070.


Border color

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

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

This div border color is #809070.


Opacity

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

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

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

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

This text has shadow with #809070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809070 on black background.


Color preview on white background

This text has color #809070 on white background.



Black color preview on #809070 background

This text has black color on #809070 background.


White color preview on #809070 background

This text has white color on #809070 background.