COLOR #88895F

HEX: #88895F
RGB: (136,137,95)

Color info

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

RGB color model

#88895F color RGB value is (136,137,95).

  • red value is 136;
  • green value is 137;
  • blue value is 95.
RGB:
(136,137,95)
(53%,54%,37%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 95 of 255 = 37%

136
137
95

R + G + B ~ 48%. #88895F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 95 = 368 (100%)
R 136 of 368 ~ 36.96%
G 137 of 368 ~ 37.23%
B 95 of 368 ~ 25.82%

%36.96
%37.23
%25.82

CMYK color model

#88895F color CMYK value is (1,0,31,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(1,0,31,46)
C1M0Y31K46 
(1%,0%,31%,46%)
(0.01/0.00/0.31/0.46)	

CMYK percentages

%0.73
%0
%30.66
%46.27

Codes

Color #88895F in popluar color models

88895F
RGB13613795
HSL61°18.10%45.49%
HSB/HSV61°30.66%53.73%
CMYK0.73%0.00%30.66%
46.27%

Color #88895F in popluar number systems.

HEX88895F
Decimal13613795
Binary10001000100010011011111
Octal210211137

Shades and tints

Shades of #88895F

#88895F
(136,137,95)
#7C7D57
(124,125,87)
#70714F
(112,113,79)
#646547
(100,101,71)
#58593F
(88,89,63)
#4C4D37
(76,77,55)
#40412F
(64,65,47)
#343527
(52,53,39)
#28291F
(40,41,31)
#1C1D17
(28,29,23)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #88895F

#88895F
(136,137,95)
#92936D
(146,147,109)
#9C9D7B
(156,157,123)
#A6A789
(166,167,137)
#B0B197
(176,177,151)
#BABBA5
(186,187,165)
#C4C5B3
(196,197,179)
#CECFC1
(206,207,193)
#D8D9CF
(216,217,207)
#E2E3DD
(226,227,221)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88895F color. Also use rgb(136,137,95) instead hex code.

Text Font Color

.myTextColor { color: #88895F; }

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

This text font color is #88895F.


Background Color

.myBgColor { background-color: #88895F; }

<div style="background-color:#88895F">Inner text</div>

This div background color is #88895F.


Border color

.myBorderColor { border: 1px solid #88895F; }

<div style="border:3px solid #88895F">Div</div>

This div border color is #88895F.


Opacity

.myOpacity80 { color: #88895F; opacity: 0.8; }

<p style="color:#88895F;opacity:0.8;">80%</p>

Text with #88895F 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 #88895F;}

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

This text has shadow with #88895F color.

.textShadow {text-shadow: 3px 3px 1px #88895F, 3px 3px 1px red;}

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

This text has shadow with #88895F primary color and red secondary color.


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

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

This text has shadow with #88895F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88895F on black background.


Color preview on white background

This text has color #88895F on white background.



Black color preview on #88895F background

This text has black color on #88895F background.


White color preview on #88895F background

This text has white color on #88895F background.