COLOR #888B49

HEX: #888B49 RGB: (136,139,73)

Color info

#888B49 contains mainly red and green colors. Web safe color of #888B49 is #999933 (or #993).

RGB color model

#888B49 color RGB value is (136,139,73).

RGB: (136,139,73) (53%, 55%, 29%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 73 of 255 = 29%

136
139
73

R + G + B ~ 46%. #888B49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 139 + 73 = 348 (100%)
R 136 of 348 ~ 39.08%
G 139 of 348 ~ 39.94%
B 73 of 348 ~ 20.98'%

%39.08
%39.94
%20.98

CMYK color model

#888B49 color CMYK value is (2,0,47,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 47.48%
  • key color value is 45.49%

CMYK: (2,0,47,45)
C2M0Y47K45 (2%, 0%, 47%, 45%)
(0.02 / 0.00 / 0.47 / 0.45)

CMYK percentages

%2.16
%0
%47.48
%45.49

Codes

Color #888B49 in popluar color models

88 8B 49
RGB 136 139 73
HSL 63° 31.13% 41.57%
HSB/HSV 63° 47.48% 54.51%
CMYK 2.16% 0.00% 47.48%
45.49%

Color #888B49 in popluar number systems.

HEX 88 8B 49
Decimal 136 139 73
Binary 10001000 10001011 1001001
Octal 210 213 111

Shades and tints

Shades of #888B49

#888B49
(136,139,73)
#7C7F43
(124,127,67)
#70733D
(112,115,61)
#646737
(100,103,55)
#585B31
(88,91,49)
#4C4F2B
(76,79,43)
#404325
(64,67,37)
#34371F
(52,55,31)
#282B19
(40,43,25)
#1C1F13
(28,31,19)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #888B49

#888B49
(136,139,73)
#929559
(146,149,89)
#9C9F69
(156,159,105)
#A6A979
(166,169,121)
#B0B389
(176,179,137)
#BABD99
(186,189,153)
#C4C7A9
(196,199,169)
#CED1B9
(206,209,185)
#D8DBC9
(216,219,201)
#E2E5D9
(226,229,217)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888B49; }

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

This text font color is #888B49.

Background Color

.myBgColor { background-color: #888B49; }

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

This div background color is #888B49.

Border color

.myBorderColor { border: 1px solid #888B49; }

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

This div border color is #888B49.

Opacity

.myOpacity80 { color: #888B49; opacity: 0.8; }

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

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

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

This text has shadow with #888B49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888B49.

Preview

Color preview on black background

This text has color #888B49 on black background.


Color preview on white background

This text has color #888B49 on white background.


Black color preview on #888B49 background

This text has black color on #888B49 background.


White color preview on #888B49 background

This text has white color on #888B49 background.


Related colors

Complementary color

Complementary color for #hex is #7774B6.


I love getcolorcode.com

Triadic colors

1 #49888B and #8B4988 with #888B49 are triadic colors.

2 #498B88 and #8B8849 with #888B49 are triadic colors.