COLOR #808849

HEX: #808849 RGB: (128,136,73)

Color info

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

RGB color model

#808849 color RGB value is (128,136,73).

RGB: (128,136,73) (50%, 53%, 29%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 73 of 255 = 29%

128
136
73

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

Portions of RGB colors in percentages

R + G + B = 128 + 136 + 73 = 337 (100%)
R 128 of 337 ~ 37.98%
G 136 of 337 ~ 40.36%
B 73 of 337 ~ 21.66'%

%37.98
%40.36
%21.66

CMYK color model

#808849 color CMYK value is (6,0,46,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 46.67%

CMYK: (6,0,46,47)
C6M0Y46K47 (6%, 0%, 46%, 47%)
(0.06 / 0.00 / 0.46 / 0.47)

CMYK percentages

%5.88
%0
%46.32
%46.67

Codes

Color #808849 in popluar color models

80 88 49
RGB 128 136 73
HSL 68° 30.14% 40.98%
HSB/HSV 68° 46.32% 53.33%
CMYK 5.88% 0.00% 46.32%
46.67%

Color #808849 in popluar number systems.

HEX 80 88 49
Decimal 128 136 73
Binary 10000000 10001000 1001001
Octal 200 210 111

Shades and tints

Shades of #808849

#808849
(128,136,73)
#757C43
(117,124,67)
#6A703D
(106,112,61)
#5F6437
(95,100,55)
#545831
(84,88,49)
#494C2B
(73,76,43)
#3E4025
(62,64,37)
#33341F
(51,52,31)
#282819
(40,40,25)
#1D1C13
(29,28,19)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #808849

#808849
(128,136,73)
#8B9259
(139,146,89)
#969C69
(150,156,105)
#A1A679
(161,166,121)
#ACB089
(172,176,137)
#B7BA99
(183,186,153)
#C2C4A9
(194,196,169)
#CDCEB9
(205,206,185)
#D8D8C9
(216,216,201)
#E3E2D9
(227,226,217)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808849; }

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

This text font color is #808849.

Background Color

.myBgColor { background-color: #808849; }

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

This div background color is #808849.

Border color

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

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

This div border color is #808849.

Opacity

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

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

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

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

This text has shadow with #808849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808849.

Preview

Color preview on black background

This text has color #808849 on black background.


Color preview on white background

This text has color #808849 on white background.


Black color preview on #808849 background

This text has black color on #808849 background.


White color preview on #808849 background

This text has white color on #808849 background.


Related colors

Complementary color

Complementary color for #hex is #7F77B6.


I love getcolorcode.com

Triadic colors

1 #498088 and #884980 with #808849 are triadic colors.

2 #498880 and #888049 with #808849 are triadic colors.