COLOR #888D4C

HEX: #888D4C RGB: (136,141,76)

Color info

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

RGB color model

#888D4C color RGB value is (136,141,76).

RGB: (136,141,76) (53%, 55%, 30%)

RGB channels and saturation

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

136
141
76

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

Portions of RGB colors in percentages

R + G + B = 136 + 141 + 76 = 353 (100%)
R 136 of 353 ~ 38.53%
G 141 of 353 ~ 39.94%
B 76 of 353 ~ 21.53'%

%38.53
%39.94
%21.53

CMYK color model

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

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 46.10%
  • key color value is 44.71%

CMYK: (4,0,46,45)
C4M0Y46K45 (4%, 0%, 46%, 45%)
(0.04 / 0.00 / 0.46 / 0.45)

CMYK percentages

%3.55
%0
%46.1
%44.71

Codes

Color #888D4C in popluar color models

88 8D 4C
RGB 136 141 76
HSL 65° 29.95% 42.55%
HSB/HSV 65° 46.10% 55.29%
CMYK 3.55% 0.00% 46.10%
44.71%

Color #888D4C in popluar number systems.

HEX 88 8D 4C
Decimal 136 141 76
Binary 10001000 10001101 1001100
Octal 210 215 114

Shades and tints

Shades of #888D4C

#888D4C
(136,141,76)
#7C8146
(124,129,70)
#707540
(112,117,64)
#64693A
(100,105,58)
#585D34
(88,93,52)
#4C512E
(76,81,46)
#404528
(64,69,40)
#343922
(52,57,34)
#282D1C
(40,45,28)
#1C2116
(28,33,22)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #888D4C

#888D4C
(136,141,76)
#92975C
(146,151,92)
#9CA16C
(156,161,108)
#A6AB7C
(166,171,124)
#B0B58C
(176,181,140)
#BABF9C
(186,191,156)
#C4C9AC
(196,201,172)
#CED3BC
(206,211,188)
#D8DDCC
(216,221,204)
#E2E7DC
(226,231,220)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888D4C; }

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

This text font color is #888D4C.

Background Color

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

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

This div background color is #888D4C.

Border color

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

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

This div border color is #888D4C.

Opacity

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

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

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

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

This text has shadow with #888D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888D4C.

Preview

Color preview on black background

This text has color #888D4C on black background.


Color preview on white background

This text has color #888D4C on white background.


Black color preview on #888D4C background

This text has black color on #888D4C background.


White color preview on #888D4C background

This text has white color on #888D4C background.


Related colors

Complementary color

Complementary color for #hex is #7772B3.


I love getcolorcode.com

Triadic colors

1 #4C888D and #8D4C88 with #888D4C are triadic colors.

2 #4C8D88 and #8D884C with #888D4C are triadic colors.