COLOR #88874E

HEX: #88874E
RGB: (136,135,78)

Color info

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

RGB color model

#88874E color RGB value is (136,135,78).

  • red value is 136;
  • green value is 135;
  • blue value is 78.
RGB:
(136,135,78)
(53%,53%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 78 of 255 = 31%

136
135
78

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 78 = 349 (100%)
R 136 of 349 ~ 38.97%
G 135 of 349 ~ 38.68%
B 78 of 349 ~ 22.35%

%38.97
%38.68
%22.35

CMYK color model

#88874E color CMYK value is (0,1,43,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(0,1,43,47)
C0M1Y43K47 
(0%,1%,43%,47%)
(0.00/0.01/0.43/0.47)	

CMYK percentages

%0
%0.74
%42.65
%46.67

Codes

Color #88874E in popluar color models

88874E
RGB13613578
HSL59°27.10%41.96%
HSB/HSV59°42.65%53.33%
CMYK0.00%0.74%42.65%
46.67%

Color #88874E in popluar number systems.

HEX88874E
Decimal13613578
Binary10001000100001111001110
Octal210207116

Shades and tints

Shades of #88874E

#88874E
(136,135,78)
#7C7B47
(124,123,71)
#706F40
(112,111,64)
#646339
(100,99,57)
#585732
(88,87,50)
#4C4B2B
(76,75,43)
#403F24
(64,63,36)
#34331D
(52,51,29)
#282716
(40,39,22)
#1C1B0F
(28,27,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #88874E

#88874E
(136,135,78)
#92915E
(146,145,94)
#9C9B6E
(156,155,110)
#A6A57E
(166,165,126)
#B0AF8E
(176,175,142)
#BAB99E
(186,185,158)
#C4C3AE
(196,195,174)
#CECDBE
(206,205,190)
#D8D7CE
(216,215,206)
#E2E1DE
(226,225,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88874E color. Also use rgb(136,135,78) instead hex code.

Text Font Color

.myTextColor { color: #88874E; }

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

This text font color is #88874E.


Background Color

.myBgColor { background-color: #88874E; }

<div style="background-color:#88874E">Inner text</div>

This div background color is #88874E.


Border color

.myBorderColor { border: 1px solid #88874E; }

<div style="border:3px solid #88874E">Div</div>

This div border color is #88874E.


Opacity

.myOpacity80 { color: #88874E; opacity: 0.8; }

<p style="color:#88874E;opacity:0.8;">80%</p>

Text with #88874E 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 #88874E;}

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

This text has shadow with #88874E color.

.textShadow {text-shadow: 3px 3px 1px #88874E, 3px 3px 1px red;}

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

This text has shadow with #88874E primary color and red secondary color.


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

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

This text has shadow with #88874E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88874E on black background.


Color preview on white background

This text has color #88874E on white background.



Black color preview on #88874E background

This text has black color on #88874E background.


White color preview on #88874E background

This text has white color on #88874E background.