COLOR #96917C

HEX: #96917C
RGB: (150,145,124)

Color info

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

RGB color model

#96917C color RGB value is (150,145,124).

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

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 124 of 255 = 49%

150
145
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 124 = 419 (100%)
R 150 of 419 ~ 35.8%
G 145 of 419 ~ 34.61%
B 124 of 419 ~ 29.59%

%35.8
%34.61
%29.59

CMYK color model

#96917C color CMYK value is (0,3,17,41).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(0,3,17,41)
C0M3Y17K41 
(0%,3%,17%,41%)
(0.00/0.03/0.17/0.41)	

CMYK percentages

%0
%3.33
%17.33
%41.18

Codes

Color #96917C in popluar color models

96917C
RGB150145124
HSL48°11.02%53.73%
HSB/HSV48°17.33%58.82%
CMYK0.00%3.33%17.33%
41.18%

Color #96917C in popluar number systems.

HEX96917C
Decimal150145124
Binary10010110100100011111100
Octal226221174

Shades and tints

Shades of #96917C

#96917C
(150,145,124)
#898471
(137,132,113)
#7C7766
(124,119,102)
#6F6A5B
(111,106,91)
#625D50
(98,93,80)
#555045
(85,80,69)
#48433A
(72,67,58)
#3B362F
(59,54,47)
#2E2924
(46,41,36)
#211C19
(33,28,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #96917C

#96917C
(150,145,124)
#9F9B87
(159,155,135)
#A8A592
(168,165,146)
#B1AF9D
(177,175,157)
#BAB9A8
(186,185,168)
#C3C3B3
(195,195,179)
#CCCDBE
(204,205,190)
#D5D7C9
(213,215,201)
#DEE1D4
(222,225,212)
#E7EBDF
(231,235,223)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96917C; }

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

This text font color is #96917C.


Background Color

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

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

This div background color is #96917C.


Border color

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

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

This div border color is #96917C.


Opacity

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

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

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

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

This text has shadow with #96917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96917C on black background.


Color preview on white background

This text has color #96917C on white background.



Black color preview on #96917C background

This text has black color on #96917C background.


White color preview on #96917C background

This text has white color on #96917C background.