COLOR #808464

HEX: #808464
RGB: (128,132,100)

Color info

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

RGB color model

#808464 color RGB value is (128,132,100).

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

RGB channels and saturation

R 128 of 255 = 50%
G 132 of 255 = 52%
B 100 of 255 = 39%

128
132
100

R + G + B ~ 47%. #808464 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 132 + 100 = 360 (100%)
R 128 of 360 ~ 35.56%
G 132 of 360 ~ 36.67%
B 100 of 360 ~ 27.78%

%35.56
%36.67
%27.78

CMYK color model

#808464 color CMYK value is (3,0,24,48).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 48.24%
CMYK:
(3,0,24,48)
C3M0Y24K48 
(3%,0%,24%,48%)
(0.03/0.00/0.24/0.48)	

CMYK percentages

%3.03
%0
%24.24
%48.24

Codes

Color #808464 in popluar color models

808464
RGB128132100
HSL68°13.79%45.49%
HSB/HSV68°24.24%51.76%
CMYK3.03%0.00%24.24%
48.24%

Color #808464 in popluar number systems.

HEX808464
Decimal128132100
Binary10000000100001001100100
Octal200204144

Shades and tints

Shades of #808464

#808464
(128,132,100)
#75785B
(117,120,91)
#6A6C52
(106,108,82)
#5F6049
(95,96,73)
#545440
(84,84,64)
#494837
(73,72,55)
#3E3C2E
(62,60,46)
#333025
(51,48,37)
#28241C
(40,36,28)
#1D1813
(29,24,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #808464

#808464
(128,132,100)
#8B8F72
(139,143,114)
#969A80
(150,154,128)
#A1A58E
(161,165,142)
#ACB09C
(172,176,156)
#B7BBAA
(183,187,170)
#C2C6B8
(194,198,184)
#CDD1C6
(205,209,198)
#D8DCD4
(216,220,212)
#E3E7E2
(227,231,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808464; }

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

This text font color is #808464.


Background Color

.myBgColor { background-color: #808464; }

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

This div background color is #808464.


Border color

.myBorderColor { border: 1px solid #808464; }

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

This div border color is #808464.


Opacity

.myOpacity80 { color: #808464; opacity: 0.8; }

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

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

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

This text has shadow with #808464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808464 on black background.


Color preview on white background

This text has color #808464 on white background.



Black color preview on #808464 background

This text has black color on #808464 background.


White color preview on #808464 background

This text has white color on #808464 background.