COLOR #808E61

HEX: #808E61
RGB: (128,142,97)

Color info

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

RGB color model

#808E61 color RGB value is (128,142,97).

  • red value is 128;
  • green value is 142;
  • blue value is 97.
RGB:
(128,142,97)
(50%,56%,38%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 97 of 255 = 38%

128
142
97

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

Portions of RGB colors in percentages

R + G + B =
128 + 142 + 97 = 367 (100%)
R 128 of 367 ~ 34.88%
G 142 of 367 ~ 38.69%
B 97 of 367 ~ 26.43%

%34.88
%38.69
%26.43

CMYK color model

#808E61 color CMYK value is (10,0,32,44).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK:
(10,0,32,44)
C10M0Y32K44 
(10%,0%,32%,44%)
(0.10/0.00/0.32/0.44)	

CMYK percentages

%9.86
%0
%31.69
%44.31

Codes

Color #808E61 in popluar color models

808E61
RGB12814297
HSL79°18.83%46.86%
HSB/HSV79°31.69%55.69%
CMYK9.86%0.00%31.69%
44.31%

Color #808E61 in popluar number systems.

HEX808E61
Decimal12814297
Binary10000000100011101100001
Octal200216141

Shades and tints

Shades of #808E61

#808E61
(128,142,97)
#758259
(117,130,89)
#6A7651
(106,118,81)
#5F6A49
(95,106,73)
#545E41
(84,94,65)
#495239
(73,82,57)
#3E4631
(62,70,49)
#333A29
(51,58,41)
#282E21
(40,46,33)
#1D2219
(29,34,25)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #808E61

#808E61
(128,142,97)
#8B986F
(139,152,111)
#96A27D
(150,162,125)
#A1AC8B
(161,172,139)
#ACB699
(172,182,153)
#B7C0A7
(183,192,167)
#C2CAB5
(194,202,181)
#CDD4C3
(205,212,195)
#D8DED1
(216,222,209)
#E3E8DF
(227,232,223)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808E61 color. Also use rgb(128,142,97) instead hex code.

Text Font Color

.myTextColor { color: #808E61; }

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

This text font color is #808E61.


Background Color

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

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

This div background color is #808E61.


Border color

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

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

This div border color is #808E61.


Opacity

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

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

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

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

This text has shadow with #808E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808E61 on black background.


Color preview on white background

This text has color #808E61 on white background.



Black color preview on #808E61 background

This text has black color on #808E61 background.


White color preview on #808E61 background

This text has white color on #808E61 background.