COLOR #96958F

HEX: #96958F
RGB: (150,149,143)

Color info

#96958F contains red, green and blue colors in about the same proportion. Web safe color of #96958F is #999999 (or #999).

RGB color model

#96958F color RGB value is (150,149,143).

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

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 143 of 255 = 56%

150
149
143

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

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 143 = 442 (100%)
R 150 of 442 ~ 33.94%
G 149 of 442 ~ 33.71%
B 143 of 442 ~ 32.35%

%33.94
%33.71
%32.35

CMYK color model

#96958F color CMYK value is (0,1,5,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 4.67%
  • key color value is 41.18%
CMYK:
(0,1,5,41)
C0M1Y5K41 
(0%,1%,5%,41%)
(0.00/0.01/0.05/0.41)	

CMYK percentages

%0
%0.67
%4.67
%41.18

Codes

Color #96958F in popluar color models

96958F
RGB150149143
HSL51°3.23%57.45%
HSB/HSV51°4.67%58.82%
CMYK0.00%0.67%4.67%
41.18%

Color #96958F in popluar number systems.

HEX96958F
Decimal150149143
Binary100101101001010110001111
Octal226225217

Shades and tints

Shades of #96958F

#96958F
(150,149,143)
#898882
(137,136,130)
#7C7B75
(124,123,117)
#6F6E68
(111,110,104)
#62615B
(98,97,91)
#55544E
(85,84,78)
#484741
(72,71,65)
#3B3A34
(59,58,52)
#2E2D27
(46,45,39)
#21201A
(33,32,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #96958F

#96958F
(150,149,143)
#9F9E99
(159,158,153)
#A8A7A3
(168,167,163)
#B1B0AD
(177,176,173)
#BAB9B7
(186,185,183)
#C3C2C1
(195,194,193)
#CCCBCB
(204,203,203)
#D5D4D5
(213,212,213)
#DEDDDF
(222,221,223)
#E7E6E9
(231,230,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96958F; }

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

This text font color is #96958F.


Background Color

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

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

This div background color is #96958F.


Border color

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

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

This div border color is #96958F.


Opacity

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

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

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

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

This text has shadow with #96958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96958F on black background.


Color preview on white background

This text has color #96958F on white background.



Black color preview on #96958F background

This text has black color on #96958F background.


White color preview on #96958F background

This text has white color on #96958F background.