COLOR #808057

HEX: #808057
RGB: (128,128,87)

Color info

#808057 contains red, green and blue colors in about the same proportion. Web safe color of #808057 is #666666 (or #666).

RGB color model

#808057 color RGB value is (128,128,87).

  • red value is 128;
  • green value is 128;
  • blue value is 87.
RGB:
(128,128,87)
(50%,50%,34%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 87 of 255 = 34%

128
128
87

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

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 87 = 343 (100%)
R 128 of 343 ~ 37.32%
G 128 of 343 ~ 37.32%
B 87 of 343 ~ 25.36%

%37.32
%37.32
%25.36

CMYK color model

#808057 color CMYK value is (0,0,32,50).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(0,0,32,50)
C0M0Y32K50 
(0%,0%,32%,50%)
(0.00/0.00/0.32/0.50)	

CMYK percentages

%0
%0
%32.03
%49.8

Codes

Color #808057 in popluar color models

808057
RGB12812887
HSL60°19.07%42.16%
HSB/HSV60°32.03%50.20%
CMYK0.00%0.00%32.03%
49.80%

Color #808057 in popluar number systems.

HEX808057
Decimal12812887
Binary10000000100000001010111
Octal200200127

Shades and tints

Shades of #808057

#808057
(128,128,87)
#757550
(117,117,80)
#6A6A49
(106,106,73)
#5F5F42
(95,95,66)
#54543B
(84,84,59)
#494934
(73,73,52)
#3E3E2D
(62,62,45)
#333326
(51,51,38)
#28281F
(40,40,31)
#1D1D18
(29,29,24)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #808057

#808057
(128,128,87)
#8B8B66
(139,139,102)
#969675
(150,150,117)
#A1A184
(161,161,132)
#ACAC93
(172,172,147)
#B7B7A2
(183,183,162)
#C2C2B1
(194,194,177)
#CDCDC0
(205,205,192)
#D8D8CF
(216,216,207)
#E3E3DE
(227,227,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808057; }

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

This text font color is #808057.


Background Color

.myBgColor { background-color: #808057; }

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

This div background color is #808057.


Border color

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

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

This div border color is #808057.


Opacity

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

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

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

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

This text has shadow with #808057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808057 on black background.


Color preview on white background

This text has color #808057 on white background.



Black color preview on #808057 background

This text has black color on #808057 background.


White color preview on #808057 background

This text has white color on #808057 background.