COLOR #96916E

HEX: #96916E
RGB: (150,145,110)

Color info

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

RGB color model

#96916E color RGB value is (150,145,110).

  • red value is 150;
  • green value is 145;
  • blue value is 110.
RGB:
(150,145,110)
(59%,57%,43%)

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 110 of 255 = 43%

150
145
110

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 110 = 405 (100%)
R 150 of 405 ~ 37.04%
G 145 of 405 ~ 35.8%
B 110 of 405 ~ 27.16%

%37.04
%35.8
%27.16

CMYK color model

#96916E color CMYK value is (0,3,27,41).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(0,3,27,41)
C0M3Y27K41 
(0%,3%,27%,41%)
(0.00/0.03/0.27/0.41)	

CMYK percentages

%0
%3.33
%26.67
%41.18

Codes

Color #96916E in popluar color models

96916E
RGB150145110
HSL53°16.00%50.98%
HSB/HSV53°26.67%58.82%
CMYK0.00%3.33%26.67%
41.18%

Color #96916E in popluar number systems.

HEX96916E
Decimal150145110
Binary10010110100100011101110
Octal226221156

Shades and tints

Shades of #96916E

#96916E
(150,145,110)
#898464
(137,132,100)
#7C775A
(124,119,90)
#6F6A50
(111,106,80)
#625D46
(98,93,70)
#55503C
(85,80,60)
#484332
(72,67,50)
#3B3628
(59,54,40)
#2E291E
(46,41,30)
#211C14
(33,28,20)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #96916E

#96916E
(150,145,110)
#9F9B7B
(159,155,123)
#A8A588
(168,165,136)
#B1AF95
(177,175,149)
#BAB9A2
(186,185,162)
#C3C3AF
(195,195,175)
#CCCDBC
(204,205,188)
#D5D7C9
(213,215,201)
#DEE1D6
(222,225,214)
#E7EBE3
(231,235,227)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96916E color. Also use rgb(150,145,110) instead hex code.

Text Font Color

.myTextColor { color: #96916E; }

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

This text font color is #96916E.


Background Color

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

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

This div background color is #96916E.


Border color

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

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

This div border color is #96916E.


Opacity

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

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

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

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

This text has shadow with #96916E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96916E on black background.


Color preview on white background

This text has color #96916E on white background.



Black color preview on #96916E background

This text has black color on #96916E background.


White color preview on #96916E background

This text has white color on #96916E background.