COLOR #808E64

HEX: #808E64 RGB: (128,142,100)

Color info

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

RGB color model

#808E64 color RGB value is (128,142,100).

RGB: (128,142,100) (50%, 56%, 39%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 100 of 255 = 39%

128
142
100

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

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 100 = 370 (100%)
R 128 of 370 ~ 34.59%
G 142 of 370 ~ 38.38%
B 100 of 370 ~ 27.03'%

%34.59
%38.38
%27.03

CMYK color model

#808E64 color CMYK value is (10,0,30,44).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 44.31%

CMYK: (10,0,30,44)
C10M0Y30K44 (10%, 0%, 30%, 44%)
(0.10 / 0.00 / 0.30 / 0.44)

CMYK percentages

%9.86
%0
%29.58
%44.31

Codes

Color #808E64 in popluar color models

80 8E 64
RGB 128 142 100
HSL 80° 17.36% 47.45%
HSB/HSV 80° 29.58% 55.69%
CMYK 9.86% 0.00% 29.58%
44.31%

Color #808E64 in popluar number systems.

HEX 80 8E 64
Decimal 128 142 100
Binary 10000000 10001110 1100100
Octal 200 216 144

Shades and tints

Shades of #808E64

#808E64
(128,142,100)
#75825B
(117,130,91)
#6A7652
(106,118,82)
#5F6A49
(95,106,73)
#545E40
(84,94,64)
#495237
(73,82,55)
#3E462E
(62,70,46)
#333A25
(51,58,37)
#282E1C
(40,46,28)
#1D2213
(29,34,19)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #808E64

#808E64
(128,142,100)
#8B9872
(139,152,114)
#96A280
(150,162,128)
#A1AC8E
(161,172,142)
#ACB69C
(172,182,156)
#B7C0AA
(183,192,170)
#C2CAB8
(194,202,184)
#CDD4C6
(205,212,198)
#D8DED4
(216,222,212)
#E3E8E2
(227,232,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808E64; }

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

This text font color is #808E64.

Background Color

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

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

This div background color is #808E64.

Border color

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

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

This div border color is #808E64.

Opacity

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

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

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

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

This text has shadow with #808E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808E64.

Preview

Color preview on black background

This text has color #808E64 on black background.


Color preview on white background

This text has color #808E64 on white background.


Black color preview on #808E64 background

This text has black color on #808E64 background.


White color preview on #808E64 background

This text has white color on #808E64 background.


Related colors

Complementary color

Complementary color for #hex is #7F719B.


I love getcolorcode.com

Triadic colors

1 #64808E and #8E6480 with #808E64 are triadic colors.

2 #648E80 and #8E8064 with #808E64 are triadic colors.