COLOR #808578

HEX: #808578
RGB: (128,133,120)

Color info

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

RGB color model

#808578 color RGB value is (128,133,120).

  • red value is 128;
  • green value is 133;
  • blue value is 120.
RGB:
(128,133,120)
(50%,52%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 120 of 255 = 47%

128
133
120

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

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 120 = 381 (100%)
R 128 of 381 ~ 33.6%
G 133 of 381 ~ 34.91%
B 120 of 381 ~ 31.5%

%33.6
%34.91
%31.5

CMYK color model

#808578 color CMYK value is (4,0,10,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 47.84%
CMYK:
(4,0,10,48)
C4M0Y10K48 
(4%,0%,10%,48%)
(0.04/0.00/0.10/0.48)	

CMYK percentages

%3.76
%0
%9.77
%47.84

Codes

Color #808578 in popluar color models

808578
RGB128133120
HSL83°5.14%49.61%
HSB/HSV83°9.77%52.16%
CMYK3.76%0.00%9.77%
47.84%

Color #808578 in popluar number systems.

HEX808578
Decimal128133120
Binary10000000100001011111000
Octal200205170

Shades and tints

Shades of #808578

#808578
(128,133,120)
#75796E
(117,121,110)
#6A6D64
(106,109,100)
#5F615A
(95,97,90)
#545550
(84,85,80)
#494946
(73,73,70)
#3E3D3C
(62,61,60)
#333132
(51,49,50)
#282528
(40,37,40)
#1D191E
(29,25,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #808578

#808578
(128,133,120)
#8B9084
(139,144,132)
#969B90
(150,155,144)
#A1A69C
(161,166,156)
#ACB1A8
(172,177,168)
#B7BCB4
(183,188,180)
#C2C7C0
(194,199,192)
#CDD2CC
(205,210,204)
#D8DDD8
(216,221,216)
#E3E8E4
(227,232,228)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808578 color. Also use rgb(128,133,120) instead hex code.

Text Font Color

.myTextColor { color: #808578; }

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

This text font color is #808578.


Background Color

.myBgColor { background-color: #808578; }

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

This div background color is #808578.


Border color

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

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

This div border color is #808578.


Opacity

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

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

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

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

This text has shadow with #808578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808578 on black background.


Color preview on white background

This text has color #808578 on white background.



Black color preview on #808578 background

This text has black color on #808578 background.


White color preview on #808578 background

This text has white color on #808578 background.