COLOR #808138

HEX: #808138
RGB: (128,129,56)

Color info

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

RGB color model

#808138 color RGB value is (128,129,56).

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

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 56 of 255 = 22%

128
129
56

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 56 = 313 (100%)
R 128 of 313 ~ 40.89%
G 129 of 313 ~ 41.21%
B 56 of 313 ~ 17.89%

%40.89
%41.21
%17.89

CMYK color model

#808138 color CMYK value is (1,0,57,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 56.59%
  • key color value is 49.41%
CMYK:
(1,0,57,49)
C1M0Y57K49 
(1%,0%,57%,49%)
(0.01/0.00/0.57/0.49)	

CMYK percentages

%0.78
%0
%56.59
%49.41

Codes

Color #808138 in popluar color models

808138
RGB12812956
HSL61°39.46%36.27%
HSB/HSV61°56.59%50.59%
CMYK0.78%0.00%56.59%
49.41%

Color #808138 in popluar number systems.

HEX808138
Decimal12812956
Binary1000000010000001111000
Octal20020170

Shades and tints

Shades of #808138

#808138
(128,129,56)
#757633
(117,118,51)
#6A6B2E
(106,107,46)
#5F6029
(95,96,41)
#545524
(84,85,36)
#494A1F
(73,74,31)
#3E3F1A
(62,63,26)
#333415
(51,52,21)
#282910
(40,41,16)
#1D1E0B
(29,30,11)
#121306
(18,19,6)
#000000
(0,0,0)

Tints of #808138

#808138
(128,129,56)
#8B8C4A
(139,140,74)
#96975C
(150,151,92)
#A1A26E
(161,162,110)
#ACAD80
(172,173,128)
#B7B892
(183,184,146)
#C2C3A4
(194,195,164)
#CDCEB6
(205,206,182)
#D8D9C8
(216,217,200)
#E3E4DA
(227,228,218)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808138; }

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

This text font color is #808138.


Background Color

.myBgColor { background-color: #808138; }

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

This div background color is #808138.


Border color

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

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

This div border color is #808138.


Opacity

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

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

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

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

This text has shadow with #808138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808138 on black background.


Color preview on white background

This text has color #808138 on white background.



Black color preview on #808138 background

This text has black color on #808138 background.


White color preview on #808138 background

This text has white color on #808138 background.