COLOR #808C64

HEX: #808C64
RGB: (128,140,100)

Color info

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

RGB color model

#808C64 color RGB value is (128,140,100).

  • red value is 128;
  • green value is 140;
  • blue value is 100.
RGB:
(128,140,100)
(50%,55%,39%)

RGB channels and saturation

R 128 of 255 = 50%
G 140 of 255 = 55%
B 100 of 255 = 39%

128
140
100

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

Portions of RGB colors in percentages

R + G + B =
128 + 140 + 100 = 368 (100%)
R 128 of 368 ~ 34.78%
G 140 of 368 ~ 38.04%
B 100 of 368 ~ 27.17%

%34.78
%38.04
%27.17

CMYK color model

#808C64 color CMYK value is (9,0,29,45).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 45.10%
CMYK:
(9,0,29,45)
C9M0Y29K45 
(9%,0%,29%,45%)
(0.09/0.00/0.29/0.45)	

CMYK percentages

%8.57
%0
%28.57
%45.1

Codes

Color #808C64 in popluar color models

808C64
RGB128140100
HSL78°16.67%47.06%
HSB/HSV78°28.57%54.90%
CMYK8.57%0.00%28.57%
45.10%

Color #808C64 in popluar number systems.

HEX808C64
Decimal128140100
Binary10000000100011001100100
Octal200214144

Shades and tints

Shades of #808C64

#808C64
(128,140,100)
#75805B
(117,128,91)
#6A7452
(106,116,82)
#5F6849
(95,104,73)
#545C40
(84,92,64)
#495037
(73,80,55)
#3E442E
(62,68,46)
#333825
(51,56,37)
#282C1C
(40,44,28)
#1D2013
(29,32,19)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #808C64

#808C64
(128,140,100)
#8B9672
(139,150,114)
#96A080
(150,160,128)
#A1AA8E
(161,170,142)
#ACB49C
(172,180,156)
#B7BEAA
(183,190,170)
#C2C8B8
(194,200,184)
#CDD2C6
(205,210,198)
#D8DCD4
(216,220,212)
#E3E6E2
(227,230,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808C64; }

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

This text font color is #808C64.


Background Color

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

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

This div background color is #808C64.


Border color

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

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

This div border color is #808C64.


Opacity

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

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

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

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

This text has shadow with #808C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808C64 on black background.


Color preview on white background

This text has color #808C64 on white background.



Black color preview on #808C64 background

This text has black color on #808C64 background.


White color preview on #808C64 background

This text has white color on #808C64 background.