COLOR #96916C

HEX: #96916C
RGB: (150,145,108)

Color info

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

RGB color model

#96916C color RGB value is (150,145,108).

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

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 108 of 255 = 42%

150
145
108

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 108 = 403 (100%)
R 150 of 403 ~ 37.22%
G 145 of 403 ~ 35.98%
B 108 of 403 ~ 26.8%

%37.22
%35.98
%26.8

CMYK color model

#96916C color CMYK value is (0,3,28,41).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 28.00%
  • key color value is 41.18%
CMYK:
(0,3,28,41)
C0M3Y28K41 
(0%,3%,28%,41%)
(0.00/0.03/0.28/0.41)	

CMYK percentages

%0
%3.33
%28
%41.18

Codes

Color #96916C in popluar color models

96916C
RGB150145108
HSL53°16.67%50.59%
HSB/HSV53°28.00%58.82%
CMYK0.00%3.33%28.00%
41.18%

Color #96916C in popluar number systems.

HEX96916C
Decimal150145108
Binary10010110100100011101100
Octal226221154

Shades and tints

Shades of #96916C

#96916C
(150,145,108)
#898463
(137,132,99)
#7C775A
(124,119,90)
#6F6A51
(111,106,81)
#625D48
(98,93,72)
#55503F
(85,80,63)
#484336
(72,67,54)
#3B362D
(59,54,45)
#2E2924
(46,41,36)
#211C1B
(33,28,27)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #96916C

#96916C
(150,145,108)
#9F9B79
(159,155,121)
#A8A586
(168,165,134)
#B1AF93
(177,175,147)
#BAB9A0
(186,185,160)
#C3C3AD
(195,195,173)
#CCCDBA
(204,205,186)
#D5D7C7
(213,215,199)
#DEE1D4
(222,225,212)
#E7EBE1
(231,235,225)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96916C; }

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

This text font color is #96916C.


Background Color

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

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

This div background color is #96916C.


Border color

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

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

This div border color is #96916C.


Opacity

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

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

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

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

This text has shadow with #96916C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96916C on black background.


Color preview on white background

This text has color #96916C on white background.



Black color preview on #96916C background

This text has black color on #96916C background.


White color preview on #96916C background

This text has white color on #96916C background.