COLOR #96842E

HEX: #96842E
RGB: (150,132,46)

Color info

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

RGB color model

#96842E color RGB value is (150,132,46).

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

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 46 of 255 = 18%

150
132
46

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

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 46 = 328 (100%)
R 150 of 328 ~ 45.73%
G 132 of 328 ~ 40.24%
B 46 of 328 ~ 14.02%

%45.73
%40.24
%14.02

CMYK color model

#96842E color CMYK value is (0,12,69,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 69.33%
  • key color value is 41.18%
CMYK:
(0,12,69,41)
C0M12Y69K41 
(0%,12%,69%,41%)
(0.00/0.12/0.69/0.41)	

CMYK percentages

%0
%12
%69.33
%41.18

Codes

Color #96842E in popluar color models

96842E
RGB15013246
HSL50°53.06%38.43%
HSB/HSV50°69.33%58.82%
CMYK0.00%12.00%69.33%
41.18%

Color #96842E in popluar number systems.

HEX96842E
Decimal15013246
Binary1001011010000100101110
Octal22620456

Shades and tints

Shades of #96842E

#96842E
(150,132,46)
#89782A
(137,120,42)
#7C6C26
(124,108,38)
#6F6022
(111,96,34)
#62541E
(98,84,30)
#55481A
(85,72,26)
#483C16
(72,60,22)
#3B3012
(59,48,18)
#2E240E
(46,36,14)
#21180A
(33,24,10)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #96842E

#96842E
(150,132,46)
#9F8F41
(159,143,65)
#A89A54
(168,154,84)
#B1A567
(177,165,103)
#BAB07A
(186,176,122)
#C3BB8D
(195,187,141)
#CCC6A0
(204,198,160)
#D5D1B3
(213,209,179)
#DEDCC6
(222,220,198)
#E7E7D9
(231,231,217)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96842E; }

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

This text font color is #96842E.


Background Color

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

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

This div background color is #96842E.


Border color

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

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

This div border color is #96842E.


Opacity

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

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

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

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

This text has shadow with #96842E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96842E on black background.


Color preview on white background

This text has color #96842E on white background.



Black color preview on #96842E background

This text has black color on #96842E background.


White color preview on #96842E background

This text has white color on #96842E background.