COLOR #88962E

HEX: #88962E
RGB: (136,150,46)

Color info

#88962E contains mainly red and green colors. Web safe color of #88962E is #999933 (or #993).

RGB color model

#88962E color RGB value is (136,150,46).

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

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 46 of 255 = 18%

136
150
46

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 46 = 332 (100%)
R 136 of 332 ~ 40.96%
G 150 of 332 ~ 45.18%
B 46 of 332 ~ 13.86%

%40.96
%45.18
%13.86

CMYK color model

#88962E color CMYK value is (9,0,69,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 69.33%
  • key color value is 41.18%
CMYK:
(9,0,69,41)
C9M0Y69K41 
(9%,0%,69%,41%)
(0.09/0.00/0.69/0.41)	

CMYK percentages

%9.33
%0
%69.33
%41.18

Codes

Color #88962E in popluar color models

88962E
RGB13615046
HSL68°53.06%38.43%
HSB/HSV68°69.33%58.82%
CMYK9.33%0.00%69.33%
41.18%

Color #88962E in popluar number systems.

HEX88962E
Decimal13615046
Binary1000100010010110101110
Octal21022656

Shades and tints

Shades of #88962E

#88962E
(136,150,46)
#7C892A
(124,137,42)
#707C26
(112,124,38)
#646F22
(100,111,34)
#58621E
(88,98,30)
#4C551A
(76,85,26)
#404816
(64,72,22)
#343B12
(52,59,18)
#282E0E
(40,46,14)
#1C210A
(28,33,10)
#101406
(16,20,6)
#000000
(0,0,0)

Tints of #88962E

#88962E
(136,150,46)
#929F41
(146,159,65)
#9CA854
(156,168,84)
#A6B167
(166,177,103)
#B0BA7A
(176,186,122)
#BAC38D
(186,195,141)
#C4CCA0
(196,204,160)
#CED5B3
(206,213,179)
#D8DEC6
(216,222,198)
#E2E7D9
(226,231,217)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88962E; }

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

This text font color is #88962E.


Background Color

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

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

This div background color is #88962E.


Border color

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

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

This div border color is #88962E.


Opacity

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

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

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

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

This text has shadow with #88962E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88962E on black background.


Color preview on white background

This text has color #88962E on white background.



Black color preview on #88962E background

This text has black color on #88962E background.


White color preview on #88962E background

This text has white color on #88962E background.