COLOR #809464

HEX: #809464
RGB: (128,148,100)

Color info

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

RGB color model

#809464 color RGB value is (128,148,100).

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

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 100 of 255 = 39%

128
148
100

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 100 = 376 (100%)
R 128 of 376 ~ 34.04%
G 148 of 376 ~ 39.36%
B 100 of 376 ~ 26.6%

%34.04
%39.36
%26.6

CMYK color model

#809464 color CMYK value is (14,0,32,42).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(14,0,32,42)
C14M0Y32K42 
(14%,0%,32%,42%)
(0.14/0.00/0.32/0.42)	

CMYK percentages

%13.51
%0
%32.43
%41.96

Codes

Color #809464 in popluar color models

809464
RGB128148100
HSL85°19.35%48.63%
HSB/HSV85°32.43%58.04%
CMYK13.51%0.00%32.43%
41.96%

Color #809464 in popluar number systems.

HEX809464
Decimal128148100
Binary10000000100101001100100
Octal200224144

Shades and tints

Shades of #809464

#809464
(128,148,100)
#75875B
(117,135,91)
#6A7A52
(106,122,82)
#5F6D49
(95,109,73)
#546040
(84,96,64)
#495337
(73,83,55)
#3E462E
(62,70,46)
#333925
(51,57,37)
#282C1C
(40,44,28)
#1D1F13
(29,31,19)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #809464

#809464
(128,148,100)
#8B9D72
(139,157,114)
#96A680
(150,166,128)
#A1AF8E
(161,175,142)
#ACB89C
(172,184,156)
#B7C1AA
(183,193,170)
#C2CAB8
(194,202,184)
#CDD3C6
(205,211,198)
#D8DCD4
(216,220,212)
#E3E5E2
(227,229,226)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809464; }

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

This text font color is #809464.


Background Color

.myBgColor { background-color: #809464; }

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

This div background color is #809464.


Border color

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

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

This div border color is #809464.


Opacity

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

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

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

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

This text has shadow with #809464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809464 on black background.


Color preview on white background

This text has color #809464 on white background.



Black color preview on #809464 background

This text has black color on #809464 background.


White color preview on #809464 background

This text has white color on #809464 background.