COLOR #808B79

HEX: #808B79
RGB: (128,139,121)

Color info

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

RGB color model

#808B79 color RGB value is (128,139,121).

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

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 121 of 255 = 47%

128
139
121

R + G + B ~ 51%. #808B79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 139 + 121 = 388 (100%)
R 128 of 388 ~ 32.99%
G 139 of 388 ~ 35.82%
B 121 of 388 ~ 31.19%

%32.99
%35.82
%31.19

CMYK color model

#808B79 color CMYK value is (8,0,13,45).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 12.95%
  • key color value is 45.49%
CMYK:
(8,0,13,45)
C8M0Y13K45 
(8%,0%,13%,45%)
(0.08/0.00/0.13/0.45)	

CMYK percentages

%7.91
%0
%12.95
%45.49

Codes

Color #808B79 in popluar color models

808B79
RGB128139121
HSL97°7.20%50.98%
HSB/HSV97°12.95%54.51%
CMYK7.91%0.00%12.95%
45.49%

Color #808B79 in popluar number systems.

HEX808B79
Decimal128139121
Binary10000000100010111111001
Octal200213171

Shades and tints

Shades of #808B79

#808B79
(128,139,121)
#757F6E
(117,127,110)
#6A7363
(106,115,99)
#5F6758
(95,103,88)
#545B4D
(84,91,77)
#494F42
(73,79,66)
#3E4337
(62,67,55)
#33372C
(51,55,44)
#282B21
(40,43,33)
#1D1F16
(29,31,22)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #808B79

#808B79
(128,139,121)
#8B9585
(139,149,133)
#969F91
(150,159,145)
#A1A99D
(161,169,157)
#ACB3A9
(172,179,169)
#B7BDB5
(183,189,181)
#C2C7C1
(194,199,193)
#CDD1CD
(205,209,205)
#D8DBD9
(216,219,217)
#E3E5E5
(227,229,229)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808B79; }

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

This text font color is #808B79.


Background Color

.myBgColor { background-color: #808B79; }

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

This div background color is #808B79.


Border color

.myBorderColor { border: 1px solid #808B79; }

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

This div border color is #808B79.


Opacity

.myOpacity80 { color: #808B79; opacity: 0.8; }

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

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

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

This text has shadow with #808B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808B79 on black background.


Color preview on white background

This text has color #808B79 on white background.



Black color preview on #808B79 background

This text has black color on #808B79 background.


White color preview on #808B79 background

This text has white color on #808B79 background.