COLOR #88976E

HEX: #88976E
RGB: (136,151,110)

Color info

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

RGB color model

#88976E color RGB value is (136,151,110).

  • red value is 136;
  • green value is 151;
  • blue value is 110.
RGB:
(136,151,110)
(53%,59%,43%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 110 of 255 = 43%

136
151
110

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

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 110 = 397 (100%)
R 136 of 397 ~ 34.26%
G 151 of 397 ~ 38.04%
B 110 of 397 ~ 27.71%

%34.26
%38.04
%27.71

CMYK color model

#88976E color CMYK value is (10,0,27,41).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 40.78%
CMYK:
(10,0,27,41)
C10M0Y27K41 
(10%,0%,27%,41%)
(0.10/0.00/0.27/0.41)	

CMYK percentages

%9.93
%0
%27.15
%40.78

Codes

Color #88976E in popluar color models

88976E
RGB136151110
HSL82°16.47%51.18%
HSB/HSV82°27.15%59.22%
CMYK9.93%0.00%27.15%
40.78%

Color #88976E in popluar number systems.

HEX88976E
Decimal136151110
Binary10001000100101111101110
Octal210227156

Shades and tints

Shades of #88976E

#88976E
(136,151,110)
#7C8A64
(124,138,100)
#707D5A
(112,125,90)
#647050
(100,112,80)
#586346
(88,99,70)
#4C563C
(76,86,60)
#404932
(64,73,50)
#343C28
(52,60,40)
#282F1E
(40,47,30)
#1C2214
(28,34,20)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #88976E

#88976E
(136,151,110)
#92A07B
(146,160,123)
#9CA988
(156,169,136)
#A6B295
(166,178,149)
#B0BBA2
(176,187,162)
#BAC4AF
(186,196,175)
#C4CDBC
(196,205,188)
#CED6C9
(206,214,201)
#D8DFD6
(216,223,214)
#E2E8E3
(226,232,227)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88976E color. Also use rgb(136,151,110) instead hex code.

Text Font Color

.myTextColor { color: #88976E; }

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

This text font color is #88976E.


Background Color

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

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

This div background color is #88976E.


Border color

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

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

This div border color is #88976E.


Opacity

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

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

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

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

This text has shadow with #88976E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88976E on black background.


Color preview on white background

This text has color #88976E on white background.



Black color preview on #88976E background

This text has black color on #88976E background.


White color preview on #88976E background

This text has white color on #88976E background.