COLOR #96956F

HEX: #96956F
RGB: (150,149,111)

Color info

#96956F contains red, green and blue colors in about the same proportion. Web safe color of #96956F is #999966 (or #996).

RGB color model

#96956F color RGB value is (150,149,111).

  • red value is 150;
  • green value is 149;
  • blue value is 111.
RGB:
(150,149,111)
(59%,58%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 111 of 255 = 44%

150
149
111

R + G + B ~ 54%. #96956F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 111 = 410 (100%)
R 150 of 410 ~ 36.59%
G 149 of 410 ~ 36.34%
B 111 of 410 ~ 27.07%

%36.59
%36.34
%27.07

CMYK color model

#96956F color CMYK value is (0,1,26,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(0,1,26,41)
C0M1Y26K41 
(0%,1%,26%,41%)
(0.00/0.01/0.26/0.41)	

CMYK percentages

%0
%0.67
%26
%41.18

Codes

Color #96956F in popluar color models

96956F
RGB150149111
HSL58°15.66%51.18%
HSB/HSV58°26.00%58.82%
CMYK0.00%0.67%26.00%
41.18%

Color #96956F in popluar number systems.

HEX96956F
Decimal150149111
Binary10010110100101011101111
Octal226225157

Shades and tints

Shades of #96956F

#96956F
(150,149,111)
#898865
(137,136,101)
#7C7B5B
(124,123,91)
#6F6E51
(111,110,81)
#626147
(98,97,71)
#55543D
(85,84,61)
#484733
(72,71,51)
#3B3A29
(59,58,41)
#2E2D1F
(46,45,31)
#212015
(33,32,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #96956F

#96956F
(150,149,111)
#9F9E7C
(159,158,124)
#A8A789
(168,167,137)
#B1B096
(177,176,150)
#BAB9A3
(186,185,163)
#C3C2B0
(195,194,176)
#CCCBBD
(204,203,189)
#D5D4CA
(213,212,202)
#DEDDD7
(222,221,215)
#E7E6E4
(231,230,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96956F color. Also use rgb(150,149,111) instead hex code.

Text Font Color

.myTextColor { color: #96956F; }

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

This text font color is #96956F.


Background Color

.myBgColor { background-color: #96956F; }

<div style="background-color:#96956F">Inner text</div>

This div background color is #96956F.


Border color

.myBorderColor { border: 1px solid #96956F; }

<div style="border:3px solid #96956F">Div</div>

This div border color is #96956F.


Opacity

.myOpacity80 { color: #96956F; opacity: 0.8; }

<p style="color:#96956F;opacity:0.8;">80%</p>

Text with #96956F 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 #96956F;}

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

This text has shadow with #96956F color.

.textShadow {text-shadow: 3px 3px 1px #96956F, 3px 3px 1px red;}

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

This text has shadow with #96956F primary color and red secondary color.


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

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

This text has shadow with #96956F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96956F on black background.


Color preview on white background

This text has color #96956F on white background.



Black color preview on #96956F background

This text has black color on #96956F background.


White color preview on #96956F background

This text has white color on #96956F background.