COLOR #808C58

HEX: #808C58
RGB: (128,140,88)

Color info

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

RGB color model

#808C58 color RGB value is (128,140,88).

  • red value is 128;
  • green value is 140;
  • blue value is 88.
RGB:
(128,140,88)
(50%,55%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 140 of 255 = 55%
B 88 of 255 = 35%

128
140
88

R + G + B ~ 47%. #808C58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 140 + 88 = 356 (100%)
R 128 of 356 ~ 35.96%
G 140 of 356 ~ 39.33%
B 88 of 356 ~ 24.72%

%35.96
%39.33
%24.72

CMYK color model

#808C58 color CMYK value is (9,0,37,45).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 45.10%
CMYK:
(9,0,37,45)
C9M0Y37K45 
(9%,0%,37%,45%)
(0.09/0.00/0.37/0.45)	

CMYK percentages

%8.57
%0
%37.14
%45.1

Codes

Color #808C58 in popluar color models

808C58
RGB12814088
HSL74°22.81%44.71%
HSB/HSV74°37.14%54.90%
CMYK8.57%0.00%37.14%
45.10%

Color #808C58 in popluar number systems.

HEX808C58
Decimal12814088
Binary10000000100011001011000
Octal200214130

Shades and tints

Shades of #808C58

#808C58
(128,140,88)
#758050
(117,128,80)
#6A7448
(106,116,72)
#5F6840
(95,104,64)
#545C38
(84,92,56)
#495030
(73,80,48)
#3E4428
(62,68,40)
#333820
(51,56,32)
#282C18
(40,44,24)
#1D2010
(29,32,16)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #808C58

#808C58
(128,140,88)
#8B9667
(139,150,103)
#96A076
(150,160,118)
#A1AA85
(161,170,133)
#ACB494
(172,180,148)
#B7BEA3
(183,190,163)
#C2C8B2
(194,200,178)
#CDD2C1
(205,210,193)
#D8DCD0
(216,220,208)
#E3E6DF
(227,230,223)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808C58 color. Also use rgb(128,140,88) instead hex code.

Text Font Color

.myTextColor { color: #808C58; }

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

This text font color is #808C58.


Background Color

.myBgColor { background-color: #808C58; }

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

This div background color is #808C58.


Border color

.myBorderColor { border: 1px solid #808C58; }

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

This div border color is #808C58.


Opacity

.myOpacity80 { color: #808C58; opacity: 0.8; }

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

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

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

This text has shadow with #808C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808C58 on black background.


Color preview on white background

This text has color #808C58 on white background.



Black color preview on #808C58 background

This text has black color on #808C58 background.


White color preview on #808C58 background

This text has white color on #808C58 background.