COLOR #809379

HEX: #809379
RGB: (128,147,121)

Color info

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

RGB color model

#809379 color RGB value is (128,147,121).

  • red value is 128;
  • green value is 147;
  • blue value is 121.
RGB:
(128,147,121)
(50%,58%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 121 of 255 = 47%

128
147
121

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

Portions of RGB colors in percentages

R + G + B =
128 + 147 + 121 = 396 (100%)
R 128 of 396 ~ 32.32%
G 147 of 396 ~ 37.12%
B 121 of 396 ~ 30.56%

%32.32
%37.12
%30.56

CMYK color model

#809379 color CMYK value is (13,0,18,42).

  • cyan value is 12.93%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(13,0,18,42)
C13M0Y18K42 
(13%,0%,18%,42%)
(0.13/0.00/0.18/0.42)	

CMYK percentages

%12.93
%0
%17.69
%42.35

Codes

Color #809379 in popluar color models

809379
RGB128147121
HSL104°10.74%52.55%
HSB/HSV104°17.69%57.65%
CMYK12.93%0.00%17.69%
42.35%

Color #809379 in popluar number systems.

HEX809379
Decimal128147121
Binary10000000100100111111001
Octal200223171

Shades and tints

Shades of #809379

#809379
(128,147,121)
#75866E
(117,134,110)
#6A7963
(106,121,99)
#5F6C58
(95,108,88)
#545F4D
(84,95,77)
#495242
(73,82,66)
#3E4537
(62,69,55)
#33382C
(51,56,44)
#282B21
(40,43,33)
#1D1E16
(29,30,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #809379

#809379
(128,147,121)
#8B9C85
(139,156,133)
#96A591
(150,165,145)
#A1AE9D
(161,174,157)
#ACB7A9
(172,183,169)
#B7C0B5
(183,192,181)
#C2C9C1
(194,201,193)
#CDD2CD
(205,210,205)
#D8DBD9
(216,219,217)
#E3E4E5
(227,228,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809379 color. Also use rgb(128,147,121) instead hex code.

Text Font Color

.myTextColor { color: #809379; }

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

This text font color is #809379.


Background Color

.myBgColor { background-color: #809379; }

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

This div background color is #809379.


Border color

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

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

This div border color is #809379.


Opacity

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

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

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

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

This text has shadow with #809379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809379 on black background.


Color preview on white background

This text has color #809379 on white background.



Black color preview on #809379 background

This text has black color on #809379 background.


White color preview on #809379 background

This text has white color on #809379 background.