COLOR #888E5E

HEX: #888E5E RGB: (136,142,94)

Color info

#888E5E contains red, green and blue colors in about the same proportion. Web safe color of #888E5E is #999966 (or #996).

RGB color model

#888E5E color RGB value is (136,142,94).

RGB: (136,142,94) (53%, 56%, 37%)

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 94 of 255 = 37%

136
142
94

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

Portions of RGB colors in percentages

R + G + B = 136 + 142 + 94 = 372 (100%)
R 136 of 372 ~ 36.56%
G 142 of 372 ~ 38.17%
B 94 of 372 ~ 25.27'%

%36.56
%38.17
%25.27

CMYK color model

#888E5E color CMYK value is (4,0,34,44).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 44.31%

CMYK: (4,0,34,44)
C4M0Y34K44 (4%, 0%, 34%, 44%)
(0.04 / 0.00 / 0.34 / 0.44)

CMYK percentages

%4.23
%0
%33.8
%44.31

Codes

Color #888E5E in popluar color models

88 8E 5E
RGB 136 142 94
HSL 68° 20.34% 46.27%
HSB/HSV 68° 33.80% 55.69%
CMYK 4.23% 0.00% 33.80%
44.31%

Color #888E5E in popluar number systems.

HEX 88 8E 5E
Decimal 136 142 94
Binary 10001000 10001110 1011110
Octal 210 216 136

Shades and tints

Shades of #888E5E

#888E5E
(136,142,94)
#7C8256
(124,130,86)
#70764E
(112,118,78)
#646A46
(100,106,70)
#585E3E
(88,94,62)
#4C5236
(76,82,54)
#40462E
(64,70,46)
#343A26
(52,58,38)
#282E1E
(40,46,30)
#1C2216
(28,34,22)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #888E5E

#888E5E
(136,142,94)
#92986C
(146,152,108)
#9CA27A
(156,162,122)
#A6AC88
(166,172,136)
#B0B696
(176,182,150)
#BAC0A4
(186,192,164)
#C4CAB2
(196,202,178)
#CED4C0
(206,212,192)
#D8DECE
(216,222,206)
#E2E8DC
(226,232,220)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888E5E color. Also use rgb(136,142,94) instead hex code.

Text Font Color

.myTextColor { color: #888E5E; }

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

This text font color is #888E5E.

Background Color

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

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

This div background color is #888E5E.

Border color

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

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

This div border color is #888E5E.

Opacity

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

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

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

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

This text has shadow with #888E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888E5E.

Preview

Color preview on black background

This text has color #888E5E on black background.


Color preview on white background

This text has color #888E5E on white background.


Black color preview on #888E5E background

This text has black color on #888E5E background.


White color preview on #888E5E background

This text has white color on #888E5E background.


Related colors

Complementary color

Complementary color for #hex is #7771A1.


I love getcolorcode.com

Triadic colors

1 #5E888E and #8E5E88 with #888E5E are triadic colors.

2 #5E8E88 and #8E885E with #888E5E are triadic colors.