COLOR #88985F

HEX: #88985F
RGB: (136,152,95)

Color info

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

RGB color model

#88985F color RGB value is (136,152,95).

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

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 95 of 255 = 37%

136
152
95

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

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 95 = 383 (100%)
R 136 of 383 ~ 35.51%
G 152 of 383 ~ 39.69%
B 95 of 383 ~ 24.8%

%35.51
%39.69
%24.8

CMYK color model

#88985F color CMYK value is (11,0,38,40).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(11,0,38,40)
C11M0Y38K40 
(11%,0%,38%,40%)
(0.11/0.00/0.38/0.40)	

CMYK percentages

%10.53
%0
%37.5
%40.39

Codes

Color #88985F in popluar color models

88985F
RGB13615295
HSL77°23.08%48.43%
HSB/HSV77°37.50%59.61%
CMYK10.53%0.00%37.50%
40.39%

Color #88985F in popluar number systems.

HEX88985F
Decimal13615295
Binary10001000100110001011111
Octal210230137

Shades and tints

Shades of #88985F

#88985F
(136,152,95)
#7C8B57
(124,139,87)
#707E4F
(112,126,79)
#647147
(100,113,71)
#58643F
(88,100,63)
#4C5737
(76,87,55)
#404A2F
(64,74,47)
#343D27
(52,61,39)
#28301F
(40,48,31)
#1C2317
(28,35,23)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #88985F

#88985F
(136,152,95)
#92A16D
(146,161,109)
#9CAA7B
(156,170,123)
#A6B389
(166,179,137)
#B0BC97
(176,188,151)
#BAC5A5
(186,197,165)
#C4CEB3
(196,206,179)
#CED7C1
(206,215,193)
#D8E0CF
(216,224,207)
#E2E9DD
(226,233,221)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88985F; }

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

This text font color is #88985F.


Background Color

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

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

This div background color is #88985F.


Border color

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

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

This div border color is #88985F.


Opacity

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

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

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

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

This text has shadow with #88985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88985F on black background.


Color preview on white background

This text has color #88985F on white background.



Black color preview on #88985F background

This text has black color on #88985F background.


White color preview on #88985F background

This text has white color on #88985F background.