COLOR #96A391

HEX: #96A391
RGB: (150,163,145)

Color info

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

RGB color model

#96A391 color RGB value is (150,163,145).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 145 of 255 = 57%

150
163
145

R + G + B ~ 60%. #96A391 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 145 = 458 (100%)
R 150 of 458 ~ 32.75%
G 163 of 458 ~ 35.59%
B 145 of 458 ~ 31.66%

%32.75
%35.59
%31.66

CMYK color model

#96A391 color CMYK value is (8,0,11,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(8,0,11,36)
C8M0Y11K36 
(8%,0%,11%,36%)
(0.08/0.00/0.11/0.36)	

CMYK percentages

%7.98
%0
%11.04
%36.08

Codes

Color #96A391 in popluar color models

96A391
RGB150163145
HSL103°8.91%60.39%
HSB/HSV103°11.04%63.92%
CMYK7.98%0.00%11.04%
36.08%

Color #96A391 in popluar number systems.

HEX96A391
Decimal150163145
Binary100101101010001110010001
Octal226243221

Shades and tints

Shades of #96A391

#96A391
(150,163,145)
#899584
(137,149,132)
#7C8777
(124,135,119)
#6F796A
(111,121,106)
#626B5D
(98,107,93)
#555D50
(85,93,80)
#484F43
(72,79,67)
#3B4136
(59,65,54)
#2E3329
(46,51,41)
#21251C
(33,37,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #96A391

#96A391
(150,163,145)
#9FAB9B
(159,171,155)
#A8B3A5
(168,179,165)
#B1BBAF
(177,187,175)
#BAC3B9
(186,195,185)
#C3CBC3
(195,203,195)
#CCD3CD
(204,211,205)
#D5DBD7
(213,219,215)
#DEE3E1
(222,227,225)
#E7EBEB
(231,235,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A391 color. Also use rgb(150,163,145) instead hex code.

Text Font Color

.myTextColor { color: #96A391; }

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

This text font color is #96A391.


Background Color

.myBgColor { background-color: #96A391; }

<div style="background-color:#96A391">Inner text</div>

This div background color is #96A391.


Border color

.myBorderColor { border: 1px solid #96A391; }

<div style="border:3px solid #96A391">Div</div>

This div border color is #96A391.


Opacity

.myOpacity80 { color: #96A391; opacity: 0.8; }

<p style="color:#96A391;opacity:0.8;">80%</p>

Text with #96A391 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 #96A391;}

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

This text has shadow with #96A391 color.

.textShadow {text-shadow: 3px 3px 1px #96A391, 3px 3px 1px red;}

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

This text has shadow with #96A391 primary color and red secondary color.


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

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

This text has shadow with #96A391 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A391 on black background.


Color preview on white background

This text has color #96A391 on white background.



Black color preview on #96A391 background

This text has black color on #96A391 background.


White color preview on #96A391 background

This text has white color on #96A391 background.