COLOR #88965E

HEX: #88965E
RGB: (136,150,94)

Color info

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

RGB color model

#88965E color RGB value is (136,150,94).

  • red value is 136;
  • green value is 150;
  • blue value is 94.
RGB:
(136,150,94)
(53%,59%,37%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 94 of 255 = 37%

136
150
94

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 94 = 380 (100%)
R 136 of 380 ~ 35.79%
G 150 of 380 ~ 39.47%
B 94 of 380 ~ 24.74%

%35.79
%39.47
%24.74

CMYK color model

#88965E color CMYK value is (9,0,37,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 41.18%
CMYK:
(9,0,37,41)
C9M0Y37K41 
(9%,0%,37%,41%)
(0.09/0.00/0.37/0.41)	

CMYK percentages

%9.33
%0
%37.33
%41.18

Codes

Color #88965E in popluar color models

88965E
RGB13615094
HSL75°22.95%47.84%
HSB/HSV75°37.33%58.82%
CMYK9.33%0.00%37.33%
41.18%

Color #88965E in popluar number systems.

HEX88965E
Decimal13615094
Binary10001000100101101011110
Octal210226136

Shades and tints

Shades of #88965E

#88965E
(136,150,94)
#7C8956
(124,137,86)
#707C4E
(112,124,78)
#646F46
(100,111,70)
#58623E
(88,98,62)
#4C5536
(76,85,54)
#40482E
(64,72,46)
#343B26
(52,59,38)
#282E1E
(40,46,30)
#1C2116
(28,33,22)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #88965E

#88965E
(136,150,94)
#929F6C
(146,159,108)
#9CA87A
(156,168,122)
#A6B188
(166,177,136)
#B0BA96
(176,186,150)
#BAC3A4
(186,195,164)
#C4CCB2
(196,204,178)
#CED5C0
(206,213,192)
#D8DECE
(216,222,206)
#E2E7DC
(226,231,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88965E color. Also use rgb(136,150,94) instead hex code.

Text Font Color

.myTextColor { color: #88965E; }

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

This text font color is #88965E.


Background Color

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

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

This div background color is #88965E.


Border color

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

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

This div border color is #88965E.


Opacity

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

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

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

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

This text has shadow with #88965E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88965E on black background.


Color preview on white background

This text has color #88965E on white background.



Black color preview on #88965E background

This text has black color on #88965E background.


White color preview on #88965E background

This text has white color on #88965E background.