COLOR #96894C

HEX: #96894C
RGB: (150,137,76)

Color info

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

RGB color model

#96894C color RGB value is (150,137,76).

  • red value is 150;
  • green value is 137;
  • blue value is 76.
RGB:
(150,137,76)
(59%,54%,30%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 76 of 255 = 30%

150
137
76

R + G + B ~ 48%. #96894C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 76 = 363 (100%)
R 150 of 363 ~ 41.32%
G 137 of 363 ~ 37.74%
B 76 of 363 ~ 20.94%

%41.32
%37.74
%20.94

CMYK color model

#96894C color CMYK value is (0,9,49,41).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 49.33%
  • key color value is 41.18%
CMYK:
(0,9,49,41)
C0M9Y49K41 
(0%,9%,49%,41%)
(0.00/0.09/0.49/0.41)	

CMYK percentages

%0
%8.67
%49.33
%41.18

Codes

Color #96894C in popluar color models

96894C
RGB15013776
HSL49°32.74%44.31%
HSB/HSV49°49.33%58.82%
CMYK0.00%8.67%49.33%
41.18%

Color #96894C in popluar number systems.

HEX96894C
Decimal15013776
Binary10010110100010011001100
Octal226211114

Shades and tints

Shades of #96894C

#96894C
(150,137,76)
#897D46
(137,125,70)
#7C7140
(124,113,64)
#6F653A
(111,101,58)
#625934
(98,89,52)
#554D2E
(85,77,46)
#484128
(72,65,40)
#3B3522
(59,53,34)
#2E291C
(46,41,28)
#211D16
(33,29,22)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96894C

#96894C
(150,137,76)
#9F935C
(159,147,92)
#A89D6C
(168,157,108)
#B1A77C
(177,167,124)
#BAB18C
(186,177,140)
#C3BB9C
(195,187,156)
#CCC5AC
(204,197,172)
#D5CFBC
(213,207,188)
#DED9CC
(222,217,204)
#E7E3DC
(231,227,220)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96894C color. Also use rgb(150,137,76) instead hex code.

Text Font Color

.myTextColor { color: #96894C; }

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

This text font color is #96894C.


Background Color

.myBgColor { background-color: #96894C; }

<div style="background-color:#96894C">Inner text</div>

This div background color is #96894C.


Border color

.myBorderColor { border: 1px solid #96894C; }

<div style="border:3px solid #96894C">Div</div>

This div border color is #96894C.


Opacity

.myOpacity80 { color: #96894C; opacity: 0.8; }

<p style="color:#96894C;opacity:0.8;">80%</p>

Text with #96894C 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 #96894C;}

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

This text has shadow with #96894C color.

.textShadow {text-shadow: 3px 3px 1px #96894C, 3px 3px 1px red;}

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

This text has shadow with #96894C primary color and red secondary color.


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

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

This text has shadow with #96894C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96894C on black background.


Color preview on white background

This text has color #96894C on white background.



Black color preview on #96894C background

This text has black color on #96894C background.


White color preview on #96894C background

This text has white color on #96894C background.