COLOR #96A591

HEX: #96A591
RGB: (150,165,145)

Color info

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

RGB color model

#96A591 color RGB value is (150,165,145).

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

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 145 of 255 = 57%

150
165
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 145 = 460 (100%)
R 150 of 460 ~ 32.61%
G 165 of 460 ~ 35.87%
B 145 of 460 ~ 31.52%

%32.61
%35.87
%31.52

CMYK color model

#96A591 color CMYK value is (9,0,12,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(9,0,12,35)
C9M0Y12K35 
(9%,0%,12%,35%)
(0.09/0.00/0.12/0.35)	

CMYK percentages

%9.09
%0
%12.12
%35.29

Codes

Color #96A591 in popluar color models

96A591
RGB150165145
HSL105°10.00%60.78%
HSB/HSV105°12.12%64.71%
CMYK9.09%0.00%12.12%
35.29%

Color #96A591 in popluar number systems.

HEX96A591
Decimal150165145
Binary100101101010010110010001
Octal226245221

Shades and tints

Shades of #96A591

#96A591
(150,165,145)
#899684
(137,150,132)
#7C8777
(124,135,119)
#6F786A
(111,120,106)
#62695D
(98,105,93)
#555A50
(85,90,80)
#484B43
(72,75,67)
#3B3C36
(59,60,54)
#2E2D29
(46,45,41)
#211E1C
(33,30,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #96A591

#96A591
(150,165,145)
#9FAD9B
(159,173,155)
#A8B5A5
(168,181,165)
#B1BDAF
(177,189,175)
#BAC5B9
(186,197,185)
#C3CDC3
(195,205,195)
#CCD5CD
(204,213,205)
#D5DDD7
(213,221,215)
#DEE5E1
(222,229,225)
#E7EDEB
(231,237,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A591; }

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

This text font color is #96A591.


Background Color

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

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

This div background color is #96A591.


Border color

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

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

This div border color is #96A591.


Opacity

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

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

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

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

This text has shadow with #96A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A591 on black background.


Color preview on white background

This text has color #96A591 on white background.



Black color preview on #96A591 background

This text has black color on #96A591 background.


White color preview on #96A591 background

This text has white color on #96A591 background.