COLOR #96702E

HEX: #96702E
RGB: (150,112,46)

Color info

#96702E contains mainly red and green colors. Web safe color of #96702E is #996633 (or #963).

RGB color model

#96702E color RGB value is (150,112,46).

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

RGB channels and saturation

R 150 of 255 = 59%
G 112 of 255 = 44%
B 46 of 255 = 18%

150
112
46

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

Portions of RGB colors in percentages

R + G + B =
150 + 112 + 46 = 308 (100%)
R 150 of 308 ~ 48.7%
G 112 of 308 ~ 36.36%
B 46 of 308 ~ 14.94%

%48.7
%36.36
%14.94

CMYK color model

#96702E color CMYK value is (0,25,69,41).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 69.33%
  • key color value is 41.18%
CMYK:
(0,25,69,41)
C0M25Y69K41 
(0%,25%,69%,41%)
(0.00/0.25/0.69/0.41)	

CMYK percentages

%0
%25.33
%69.33
%41.18

Codes

Color #96702E in popluar color models

96702E
RGB15011246
HSL38°53.06%38.43%
HSB/HSV38°69.33%58.82%
CMYK0.00%25.33%69.33%
41.18%

Color #96702E in popluar number systems.

HEX96702E
Decimal15011246
Binary100101101110000101110
Octal22616056

Shades and tints

Shades of #96702E

#96702E
(150,112,46)
#89662A
(137,102,42)
#7C5C26
(124,92,38)
#6F5222
(111,82,34)
#62481E
(98,72,30)
#553E1A
(85,62,26)
#483416
(72,52,22)
#3B2A12
(59,42,18)
#2E200E
(46,32,14)
#21160A
(33,22,10)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #96702E

#96702E
(150,112,46)
#9F7D41
(159,125,65)
#A88A54
(168,138,84)
#B19767
(177,151,103)
#BAA47A
(186,164,122)
#C3B18D
(195,177,141)
#CCBEA0
(204,190,160)
#D5CBB3
(213,203,179)
#DED8C6
(222,216,198)
#E7E5D9
(231,229,217)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96702E; }

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

This text font color is #96702E.


Background Color

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

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

This div background color is #96702E.


Border color

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

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

This div border color is #96702E.


Opacity

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

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

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

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

This text has shadow with #96702E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96702E on black background.


Color preview on white background

This text has color #96702E on white background.



Black color preview on #96702E background

This text has black color on #96702E background.


White color preview on #96702E background

This text has white color on #96702E background.