COLOR #808141

HEX: #808141
RGB: (128,129,65)

Color info

#808141 contains mainly red and green colors. Web safe color of #808141 is #669933 (or #693).

RGB color model

#808141 color RGB value is (128,129,65).

  • red value is 128;
  • green value is 129;
  • blue value is 65.
RGB:
(128,129,65)
(50%,51%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 65 of 255 = 25%

128
129
65

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 65 = 322 (100%)
R 128 of 322 ~ 39.75%
G 129 of 322 ~ 40.06%
B 65 of 322 ~ 20.19%

%39.75
%40.06
%20.19

CMYK color model

#808141 color CMYK value is (1,0,50,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 49.61%
  • key color value is 49.41%
CMYK:
(1,0,50,49)
C1M0Y50K49 
(1%,0%,50%,49%)
(0.01/0.00/0.50/0.49)	

CMYK percentages

%0.78
%0
%49.61
%49.41

Codes

Color #808141 in popluar color models

808141
RGB12812965
HSL61°32.99%38.04%
HSB/HSV61°49.61%50.59%
CMYK0.78%0.00%49.61%
49.41%

Color #808141 in popluar number systems.

HEX808141
Decimal12812965
Binary10000000100000011000001
Octal200201101

Shades and tints

Shades of #808141

#808141
(128,129,65)
#75763C
(117,118,60)
#6A6B37
(106,107,55)
#5F6032
(95,96,50)
#54552D
(84,85,45)
#494A28
(73,74,40)
#3E3F23
(62,63,35)
#33341E
(51,52,30)
#282919
(40,41,25)
#1D1E14
(29,30,20)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #808141

#808141
(128,129,65)
#8B8C52
(139,140,82)
#969763
(150,151,99)
#A1A274
(161,162,116)
#ACAD85
(172,173,133)
#B7B896
(183,184,150)
#C2C3A7
(194,195,167)
#CDCEB8
(205,206,184)
#D8D9C9
(216,217,201)
#E3E4DA
(227,228,218)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808141; }

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

This text font color is #808141.


Background Color

.myBgColor { background-color: #808141; }

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

This div background color is #808141.


Border color

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

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

This div border color is #808141.


Opacity

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

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

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

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

This text has shadow with #808141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808141 on black background.


Color preview on white background

This text has color #808141 on white background.



Black color preview on #808141 background

This text has black color on #808141 background.


White color preview on #808141 background

This text has white color on #808141 background.