COLOR #96A385

HEX: #96A385
RGB: (150,163,133)

Color info

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

RGB color model

#96A385 color RGB value is (150,163,133).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 133 of 255 = 52%

150
163
133

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

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 133 = 446 (100%)
R 150 of 446 ~ 33.63%
G 163 of 446 ~ 36.55%
B 133 of 446 ~ 29.82%

%33.63
%36.55
%29.82

CMYK color model

#96A385 color CMYK value is (8,0,18,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(8,0,18,36)
C8M0Y18K36 
(8%,0%,18%,36%)
(0.08/0.00/0.18/0.36)	

CMYK percentages

%7.98
%0
%18.4
%36.08

Codes

Color #96A385 in popluar color models

96A385
RGB150163133
HSL86°14.02%58.04%
HSB/HSV86°18.40%63.92%
CMYK7.98%0.00%18.40%
36.08%

Color #96A385 in popluar number systems.

HEX96A385
Decimal150163133
Binary100101101010001110000101
Octal226243205

Shades and tints

Shades of #96A385

#96A385
(150,163,133)
#899579
(137,149,121)
#7C876D
(124,135,109)
#6F7961
(111,121,97)
#626B55
(98,107,85)
#555D49
(85,93,73)
#484F3D
(72,79,61)
#3B4131
(59,65,49)
#2E3325
(46,51,37)
#212519
(33,37,25)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #96A385

#96A385
(150,163,133)
#9FAB90
(159,171,144)
#A8B39B
(168,179,155)
#B1BBA6
(177,187,166)
#BAC3B1
(186,195,177)
#C3CBBC
(195,203,188)
#CCD3C7
(204,211,199)
#D5DBD2
(213,219,210)
#DEE3DD
(222,227,221)
#E7EBE8
(231,235,232)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A385; }

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

This text font color is #96A385.


Background Color

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

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

This div background color is #96A385.


Border color

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

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

This div border color is #96A385.


Opacity

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

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

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

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

This text has shadow with #96A385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A385 on black background.


Color preview on white background

This text has color #96A385 on white background.



Black color preview on #96A385 background

This text has black color on #96A385 background.


White color preview on #96A385 background

This text has white color on #96A385 background.