COLOR #88975B

HEX: #88975B
RGB: (136,151,91)

Color info

#88975B contains mainly red and green colors. Web safe color of #88975B is #999966 (or #996).

RGB color model

#88975B color RGB value is (136,151,91).

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

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 91 of 255 = 36%

136
151
91

R + G + B ~ 49%. #88975B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 91 = 378 (100%)
R 136 of 378 ~ 35.98%
G 151 of 378 ~ 39.95%
B 91 of 378 ~ 24.07%

%35.98
%39.95
%24.07

CMYK color model

#88975B color CMYK value is (10,0,40,41).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 40.78%
CMYK:
(10,0,40,41)
C10M0Y40K41 
(10%,0%,40%,41%)
(0.10/0.00/0.40/0.41)	

CMYK percentages

%9.93
%0
%39.74
%40.78

Codes

Color #88975B in popluar color models

88975B
RGB13615191
HSL75°24.79%47.45%
HSB/HSV75°39.74%59.22%
CMYK9.93%0.00%39.74%
40.78%

Color #88975B in popluar number systems.

HEX88975B
Decimal13615191
Binary10001000100101111011011
Octal210227133

Shades and tints

Shades of #88975B

#88975B
(136,151,91)
#7C8A53
(124,138,83)
#707D4B
(112,125,75)
#647043
(100,112,67)
#58633B
(88,99,59)
#4C5633
(76,86,51)
#40492B
(64,73,43)
#343C23
(52,60,35)
#282F1B
(40,47,27)
#1C2213
(28,34,19)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #88975B

#88975B
(136,151,91)
#92A069
(146,160,105)
#9CA977
(156,169,119)
#A6B285
(166,178,133)
#B0BB93
(176,187,147)
#BAC4A1
(186,196,161)
#C4CDAF
(196,205,175)
#CED6BD
(206,214,189)
#D8DFCB
(216,223,203)
#E2E8D9
(226,232,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88975B color. Also use rgb(136,151,91) instead hex code.

Text Font Color

.myTextColor { color: #88975B; }

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

This text font color is #88975B.


Background Color

.myBgColor { background-color: #88975B; }

<div style="background-color:#88975B">Inner text</div>

This div background color is #88975B.


Border color

.myBorderColor { border: 1px solid #88975B; }

<div style="border:3px solid #88975B">Div</div>

This div border color is #88975B.


Opacity

.myOpacity80 { color: #88975B; opacity: 0.8; }

<p style="color:#88975B;opacity:0.8;">80%</p>

Text with #88975B 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 #88975B;}

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

This text has shadow with #88975B color.

.textShadow {text-shadow: 3px 3px 1px #88975B, 3px 3px 1px red;}

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

This text has shadow with #88975B primary color and red secondary color.


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

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

This text has shadow with #88975B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88975B on black background.


Color preview on white background

This text has color #88975B on white background.



Black color preview on #88975B background

This text has black color on #88975B background.


White color preview on #88975B background

This text has white color on #88975B background.