COLOR #96A585

HEX: #96A585
RGB: (150,165,133)

Color info

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

RGB color model

#96A585 color RGB value is (150,165,133).

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

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 133 of 255 = 52%

150
165
133

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

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 133 = 448 (100%)
R 150 of 448 ~ 33.48%
G 165 of 448 ~ 36.83%
B 133 of 448 ~ 29.69%

%33.48
%36.83
%29.69

CMYK color model

#96A585 color CMYK value is (9,0,19,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(9,0,19,35)
C9M0Y19K35 
(9%,0%,19%,35%)
(0.09/0.00/0.19/0.35)	

CMYK percentages

%9.09
%0
%19.39
%35.29

Codes

Color #96A585 in popluar color models

96A585
RGB150165133
HSL88°15.09%58.43%
HSB/HSV88°19.39%64.71%
CMYK9.09%0.00%19.39%
35.29%

Color #96A585 in popluar number systems.

HEX96A585
Decimal150165133
Binary100101101010010110000101
Octal226245205

Shades and tints

Shades of #96A585

#96A585
(150,165,133)
#899679
(137,150,121)
#7C876D
(124,135,109)
#6F7861
(111,120,97)
#626955
(98,105,85)
#555A49
(85,90,73)
#484B3D
(72,75,61)
#3B3C31
(59,60,49)
#2E2D25
(46,45,37)
#211E19
(33,30,25)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #96A585

#96A585
(150,165,133)
#9FAD90
(159,173,144)
#A8B59B
(168,181,155)
#B1BDA6
(177,189,166)
#BAC5B1
(186,197,177)
#C3CDBC
(195,205,188)
#CCD5C7
(204,213,199)
#D5DDD2
(213,221,210)
#DEE5DD
(222,229,221)
#E7EDE8
(231,237,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A585; }

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

This text font color is #96A585.


Background Color

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

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

This div background color is #96A585.


Border color

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

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

This div border color is #96A585.


Opacity

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

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

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

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

This text has shadow with #96A585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A585 on black background.


Color preview on white background

This text has color #96A585 on white background.



Black color preview on #96A585 background

This text has black color on #96A585 background.


White color preview on #96A585 background

This text has white color on #96A585 background.