COLOR #96A48A

HEX: #96A48A
RGB: (150,164,138)

Color info

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

RGB color model

#96A48A color RGB value is (150,164,138).

  • red value is 150;
  • green value is 164;
  • blue value is 138.
RGB:
(150,164,138)
(59%,64%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 138 of 255 = 54%

150
164
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 138 = 452 (100%)
R 150 of 452 ~ 33.19%
G 164 of 452 ~ 36.28%
B 138 of 452 ~ 30.53%

%33.19
%36.28
%30.53

CMYK color model

#96A48A color CMYK value is (9,0,16,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(9,0,16,36)
C9M0Y16K36 
(9%,0%,16%,36%)
(0.09/0.00/0.16/0.36)	

CMYK percentages

%8.54
%0
%15.85
%35.69

Codes

Color #96A48A in popluar color models

96A48A
RGB150164138
HSL92°12.50%59.22%
HSB/HSV92°15.85%64.31%
CMYK8.54%0.00%15.85%
35.69%

Color #96A48A in popluar number systems.

HEX96A48A
Decimal150164138
Binary100101101010010010001010
Octal226244212

Shades and tints

Shades of #96A48A

#96A48A
(150,164,138)
#89967E
(137,150,126)
#7C8872
(124,136,114)
#6F7A66
(111,122,102)
#626C5A
(98,108,90)
#555E4E
(85,94,78)
#485042
(72,80,66)
#3B4236
(59,66,54)
#2E342A
(46,52,42)
#21261E
(33,38,30)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96A48A

#96A48A
(150,164,138)
#9FAC94
(159,172,148)
#A8B49E
(168,180,158)
#B1BCA8
(177,188,168)
#BAC4B2
(186,196,178)
#C3CCBC
(195,204,188)
#CCD4C6
(204,212,198)
#D5DCD0
(213,220,208)
#DEE4DA
(222,228,218)
#E7ECE4
(231,236,228)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A48A color. Also use rgb(150,164,138) instead hex code.

Text Font Color

.myTextColor { color: #96A48A; }

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

This text font color is #96A48A.


Background Color

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

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

This div background color is #96A48A.


Border color

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

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

This div border color is #96A48A.


Opacity

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

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

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

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

This text has shadow with #96A48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A48A on black background.


Color preview on white background

This text has color #96A48A on white background.



Black color preview on #96A48A background

This text has black color on #96A48A background.


White color preview on #96A48A background

This text has white color on #96A48A background.