COLOR #888D4D

HEX: #888D4D
RGB: (136,141,77)

Color info

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

RGB color model

#888D4D color RGB value is (136,141,77).

  • red value is 136;
  • green value is 141;
  • blue value is 77.
RGB:
(136,141,77)
(53%,55%,30%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 77 of 255 = 30%

136
141
77

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

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 77 = 354 (100%)
R 136 of 354 ~ 38.42%
G 141 of 354 ~ 39.83%
B 77 of 354 ~ 21.75%

%38.42
%39.83
%21.75

CMYK color model

#888D4D color CMYK value is (4,0,45,45).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 45.39%
  • key color value is 44.71%
CMYK:
(4,0,45,45)
C4M0Y45K45 
(4%,0%,45%,45%)
(0.04/0.00/0.45/0.45)	

CMYK percentages

%3.55
%0
%45.39
%44.71

Codes

Color #888D4D in popluar color models

888D4D
RGB13614177
HSL65°29.36%42.75%
HSB/HSV65°45.39%55.29%
CMYK3.55%0.00%45.39%
44.71%

Color #888D4D in popluar number systems.

HEX888D4D
Decimal13614177
Binary10001000100011011001101
Octal210215115

Shades and tints

Shades of #888D4D

#888D4D
(136,141,77)
#7C8146
(124,129,70)
#70753F
(112,117,63)
#646938
(100,105,56)
#585D31
(88,93,49)
#4C512A
(76,81,42)
#404523
(64,69,35)
#34391C
(52,57,28)
#282D15
(40,45,21)
#1C210E
(28,33,14)
#101507
(16,21,7)
#000000
(0,0,0)

Tints of #888D4D

#888D4D
(136,141,77)
#92975D
(146,151,93)
#9CA16D
(156,161,109)
#A6AB7D
(166,171,125)
#B0B58D
(176,181,141)
#BABF9D
(186,191,157)
#C4C9AD
(196,201,173)
#CED3BD
(206,211,189)
#D8DDCD
(216,221,205)
#E2E7DD
(226,231,221)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888D4D color. Also use rgb(136,141,77) instead hex code.

Text Font Color

.myTextColor { color: #888D4D; }

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

This text font color is #888D4D.


Background Color

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

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

This div background color is #888D4D.


Border color

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

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

This div border color is #888D4D.


Opacity

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

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

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

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

This text has shadow with #888D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888D4D on black background.


Color preview on white background

This text has color #888D4D on white background.



Black color preview on #888D4D background

This text has black color on #888D4D background.


White color preview on #888D4D background

This text has white color on #888D4D background.