COLOR #96917D

HEX: #96917D
RGB: (150,145,125)

Color info

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

RGB color model

#96917D color RGB value is (150,145,125).

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

RGB channels and saturation

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

150
145
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 125 = 420 (100%)
R 150 of 420 ~ 35.71%
G 145 of 420 ~ 34.52%
B 125 of 420 ~ 29.76%

%35.71
%34.52
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 16.67%
  • 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
%16.67
%41.18

Codes

Color #96917D in popluar color models

96917D
RGB150145125
HSL48°10.64%53.92%
HSB/HSV48°16.67%58.82%
CMYK0.00%3.33%16.67%
41.18%

Color #96917D in popluar number systems.

HEX96917D
Decimal150145125
Binary10010110100100011111101
Octal226221175

Shades and tints

Shades of #96917D

#96917D
(150,145,125)
#898472
(137,132,114)
#7C7767
(124,119,103)
#6F6A5C
(111,106,92)
#625D51
(98,93,81)
#555046
(85,80,70)
#48433B
(72,67,59)
#3B3630
(59,54,48)
#2E2925
(46,41,37)
#211C1A
(33,28,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #96917D

#96917D
(150,145,125)
#9F9B88
(159,155,136)
#A8A593
(168,165,147)
#B1AF9E
(177,175,158)
#BAB9A9
(186,185,169)
#C3C3B4
(195,195,180)
#CCCDBF
(204,205,191)
#D5D7CA
(213,215,202)
#DEE1D5
(222,225,213)
#E7EBE0
(231,235,224)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96917D; }

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

This text font color is #96917D.


Background Color

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

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

This div background color is #96917D.


Border color

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

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

This div border color is #96917D.


Opacity

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

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

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

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

This text has shadow with #96917D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96917D on black background.


Color preview on white background

This text has color #96917D on white background.



Black color preview on #96917D background

This text has black color on #96917D background.


White color preview on #96917D background

This text has white color on #96917D background.