COLOR #888049

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

Color info

#888049 contains mainly red and green colors. Web safe color of #888049 is #996633 (or #963).

RGB color model

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

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

RGB channels and saturation

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

136
128
73

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

Portions of RGB colors in percentages

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

%40.36
%37.98
%21.66

CMYK color model

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

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

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

CMYK percentages

%0
%5.88
%46.32
%46.67

Codes

Color #888049 in popluar color models

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

Color #888049 in popluar number systems.

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

Shades and tints

Shades of #888049

#888049
(136,128,73)
#7C7543
(124,117,67)
#706A3D
(112,106,61)
#645F37
(100,95,55)
#585431
(88,84,49)
#4C492B
(76,73,43)
#403E25
(64,62,37)
#34331F
(52,51,31)
#282819
(40,40,25)
#1C1D13
(28,29,19)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #888049

#888049
(136,128,73)
#928B59
(146,139,89)
#9C9669
(156,150,105)
#A6A179
(166,161,121)
#B0AC89
(176,172,137)
#BAB799
(186,183,153)
#C4C2A9
(196,194,169)
#CECDB9
(206,205,185)
#D8D8C9
(216,216,201)
#E2E3D9
(226,227,217)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888049; }

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

This text font color is #888049.

Background Color

.myBgColor { background-color: #888049; }

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

This div background color is #888049.

Border color

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

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

This div border color is #888049.

Opacity

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

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

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

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

This text has shadow with #888049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888049.

Preview

Color preview on black background

This text has color #888049 on black background.


Color preview on white background

This text has color #888049 on white background.


Black color preview on #888049 background

This text has black color on #888049 background.


White color preview on #888049 background

This text has white color on #888049 background.


Related colors

Complementary color

Complementary color for #hex is #777FB6.


I love getcolorcode.com

Triadic colors

1 #498880 and #804988 with #888049 are triadic colors.

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