COLOR #808476

HEX: #808476
RGB: (128,132,118)

Color info

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

RGB color model

#808476 color RGB value is (128,132,118).

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

RGB channels and saturation

R 128 of 255 = 50%
G 132 of 255 = 52%
B 118 of 255 = 46%

128
132
118

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

Portions of RGB colors in percentages

R + G + B =
128 + 132 + 118 = 378 (100%)
R 128 of 378 ~ 33.86%
G 132 of 378 ~ 34.92%
B 118 of 378 ~ 31.22%

%33.86
%34.92
%31.22

CMYK color model

#808476 color CMYK value is (3,0,11,48).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(3,0,11,48)
C3M0Y11K48 
(3%,0%,11%,48%)
(0.03/0.00/0.11/0.48)	

CMYK percentages

%3.03
%0
%10.61
%48.24

Codes

Color #808476 in popluar color models

808476
RGB128132118
HSL77°5.60%49.02%
HSB/HSV77°10.61%51.76%
CMYK3.03%0.00%10.61%
48.24%

Color #808476 in popluar number systems.

HEX808476
Decimal128132118
Binary10000000100001001110110
Octal200204166

Shades and tints

Shades of #808476

#808476
(128,132,118)
#75786C
(117,120,108)
#6A6C62
(106,108,98)
#5F6058
(95,96,88)
#54544E
(84,84,78)
#494844
(73,72,68)
#3E3C3A
(62,60,58)
#333030
(51,48,48)
#282426
(40,36,38)
#1D181C
(29,24,28)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #808476

#808476
(128,132,118)
#8B8F82
(139,143,130)
#969A8E
(150,154,142)
#A1A59A
(161,165,154)
#ACB0A6
(172,176,166)
#B7BBB2
(183,187,178)
#C2C6BE
(194,198,190)
#CDD1CA
(205,209,202)
#D8DCD6
(216,220,214)
#E3E7E2
(227,231,226)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808476; }

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

This text font color is #808476.


Background Color

.myBgColor { background-color: #808476; }

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

This div background color is #808476.


Border color

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

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

This div border color is #808476.


Opacity

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

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

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

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

This text has shadow with #808476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808476 on black background.


Color preview on white background

This text has color #808476 on white background.



Black color preview on #808476 background

This text has black color on #808476 background.


White color preview on #808476 background

This text has white color on #808476 background.