COLOR #809A79

HEX: #809A79
RGB: (128,154,121)

Color info

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

RGB color model

#809A79 color RGB value is (128,154,121).

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

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 121 of 255 = 47%

128
154
121

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

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 121 = 403 (100%)
R 128 of 403 ~ 31.76%
G 154 of 403 ~ 38.21%
B 121 of 403 ~ 30.02%

%31.76
%38.21
%30.02

CMYK color model

#809A79 color CMYK value is (17,0,21,40).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 39.61%
CMYK:
(17,0,21,40)
C17M0Y21K40 
(17%,0%,21%,40%)
(0.17/0.00/0.21/0.40)	

CMYK percentages

%16.88
%0
%21.43
%39.61

Codes

Color #809A79 in popluar color models

809A79
RGB128154121
HSL107°14.04%53.92%
HSB/HSV107°21.43%60.39%
CMYK16.88%0.00%21.43%
39.61%

Color #809A79 in popluar number systems.

HEX809A79
Decimal128154121
Binary10000000100110101111001
Octal200232171

Shades and tints

Shades of #809A79

#809A79
(128,154,121)
#758C6E
(117,140,110)
#6A7E63
(106,126,99)
#5F7058
(95,112,88)
#54624D
(84,98,77)
#495442
(73,84,66)
#3E4637
(62,70,55)
#33382C
(51,56,44)
#282A21
(40,42,33)
#1D1C16
(29,28,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #809A79

#809A79
(128,154,121)
#8BA385
(139,163,133)
#96AC91
(150,172,145)
#A1B59D
(161,181,157)
#ACBEA9
(172,190,169)
#B7C7B5
(183,199,181)
#C2D0C1
(194,208,193)
#CDD9CD
(205,217,205)
#D8E2D9
(216,226,217)
#E3EBE5
(227,235,229)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809A79; }

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

This text font color is #809A79.


Background Color

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

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

This div background color is #809A79.


Border color

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

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

This div border color is #809A79.


Opacity

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

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

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

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

This text has shadow with #809A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809A79 on black background.


Color preview on white background

This text has color #809A79 on white background.



Black color preview on #809A79 background

This text has black color on #809A79 background.


White color preview on #809A79 background

This text has white color on #809A79 background.