COLOR #888E7A

HEX: #888E7A
RGB: (136,142,122)

Color info

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

RGB color model

#888E7A color RGB value is (136,142,122).

  • red value is 136;
  • green value is 142;
  • blue value is 122.
RGB:
(136,142,122)
(53%,56%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 122 of 255 = 48%

136
142
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 142 + 122 = 400 (100%)
R 136 of 400 ~ 34%
G 142 of 400 ~ 35.5%
B 122 of 400 ~ 30.5%

%34
%35.5
%30.5

CMYK color model

#888E7A color CMYK value is (4,0,14,44).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 44.31%
CMYK:
(4,0,14,44)
C4M0Y14K44 
(4%,0%,14%,44%)
(0.04/0.00/0.14/0.44)	

CMYK percentages

%4.23
%0
%14.08
%44.31

Codes

Color #888E7A in popluar color models

888E7A
RGB136142122
HSL78°8.13%51.76%
HSB/HSV78°14.08%55.69%
CMYK4.23%0.00%14.08%
44.31%

Color #888E7A in popluar number systems.

HEX888E7A
Decimal136142122
Binary10001000100011101111010
Octal210216172

Shades and tints

Shades of #888E7A

#888E7A
(136,142,122)
#7C826F
(124,130,111)
#707664
(112,118,100)
#646A59
(100,106,89)
#585E4E
(88,94,78)
#4C5243
(76,82,67)
#404638
(64,70,56)
#343A2D
(52,58,45)
#282E22
(40,46,34)
#1C2217
(28,34,23)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #888E7A

#888E7A
(136,142,122)
#929886
(146,152,134)
#9CA292
(156,162,146)
#A6AC9E
(166,172,158)
#B0B6AA
(176,182,170)
#BAC0B6
(186,192,182)
#C4CAC2
(196,202,194)
#CED4CE
(206,212,206)
#D8DEDA
(216,222,218)
#E2E8E6
(226,232,230)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E7A; }

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

This text font color is #888E7A.


Background Color

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

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

This div background color is #888E7A.


Border color

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

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

This div border color is #888E7A.


Opacity

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

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

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

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

This text has shadow with #888E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E7A on black background.


Color preview on white background

This text has color #888E7A on white background.



Black color preview on #888E7A background

This text has black color on #888E7A background.


White color preview on #888E7A background

This text has white color on #888E7A background.