COLOR #96882E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
136
46

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

Portions of RGB colors in percentages

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

%45.18
%40.96
%13.86

CMYK color model

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

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

CMYK percentages

%0
%9.33
%69.33
%41.18

Codes

Color #96882E in popluar color models

96882E
RGB15013646
HSL52°53.06%38.43%
HSB/HSV52°69.33%58.82%
CMYK0.00%9.33%69.33%
41.18%

Color #96882E in popluar number systems.

HEX96882E
Decimal15013646
Binary1001011010001000101110
Octal22621056

Shades and tints

Shades of #96882E

#96882E
(150,136,46)
#897C2A
(137,124,42)
#7C7026
(124,112,38)
#6F6422
(111,100,34)
#62581E
(98,88,30)
#554C1A
(85,76,26)
#484016
(72,64,22)
#3B3412
(59,52,18)
#2E280E
(46,40,14)
#211C0A
(33,28,10)
#141006
(20,16,6)
#000000
(0,0,0)

Tints of #96882E

#96882E
(150,136,46)
#9F9241
(159,146,65)
#A89C54
(168,156,84)
#B1A667
(177,166,103)
#BAB07A
(186,176,122)
#C3BA8D
(195,186,141)
#CCC4A0
(204,196,160)
#D5CEB3
(213,206,179)
#DED8C6
(222,216,198)
#E7E2D9
(231,226,217)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96882E; }

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

This text font color is #96882E.


Background Color

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

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

This div background color is #96882E.


Border color

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

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

This div border color is #96882E.


Opacity

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

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

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

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

This text has shadow with #96882E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96882E on black background.


Color preview on white background

This text has color #96882E on white background.



Black color preview on #96882E background

This text has black color on #96882E background.


White color preview on #96882E background

This text has white color on #96882E background.