COLOR #808577

HEX: #808577
RGB: (128,133,119)

Color info

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

RGB color model

#808577 color RGB value is (128,133,119).

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

RGB channels and saturation

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

128
133
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 119 = 380 (100%)
R 128 of 380 ~ 33.68%
G 133 of 380 ~ 35%
B 119 of 380 ~ 31.32%

%33.68
%35
%31.32

CMYK color model

#808577 color CMYK value is (4,0,11,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 47.84%
CMYK:
(4,0,11,48)
C4M0Y11K48 
(4%,0%,11%,48%)
(0.04/0.00/0.11/0.48)	

CMYK percentages

%3.76
%0
%10.53
%47.84

Codes

Color #808577 in popluar color models

808577
RGB128133119
HSL81°5.56%49.41%
HSB/HSV81°10.53%52.16%
CMYK3.76%0.00%10.53%
47.84%

Color #808577 in popluar number systems.

HEX808577
Decimal128133119
Binary10000000100001011110111
Octal200205167

Shades and tints

Shades of #808577

#808577
(128,133,119)
#75796D
(117,121,109)
#6A6D63
(106,109,99)
#5F6159
(95,97,89)
#54554F
(84,85,79)
#494945
(73,73,69)
#3E3D3B
(62,61,59)
#333131
(51,49,49)
#282527
(40,37,39)
#1D191D
(29,25,29)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #808577

#808577
(128,133,119)
#8B9083
(139,144,131)
#969B8F
(150,155,143)
#A1A69B
(161,166,155)
#ACB1A7
(172,177,167)
#B7BCB3
(183,188,179)
#C2C7BF
(194,199,191)
#CDD2CB
(205,210,203)
#D8DDD7
(216,221,215)
#E3E8E3
(227,232,227)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808577; }

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

This text font color is #808577.


Background Color

.myBgColor { background-color: #808577; }

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

This div background color is #808577.


Border color

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

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

This div border color is #808577.


Opacity

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

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

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

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

This text has shadow with #808577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808577 on black background.


Color preview on white background

This text has color #808577 on white background.



Black color preview on #808577 background

This text has black color on #808577 background.


White color preview on #808577 background

This text has white color on #808577 background.