COLOR #96A47A

HEX: #96A47A
RGB: (150,164,122)

Color info

#96A47A contains red, green and blue colors in about the same proportion. Web safe color of #96A47A is #999966 (or #996).

RGB color model

#96A47A color RGB value is (150,164,122).

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

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 122 of 255 = 48%

150
164
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 122 = 436 (100%)
R 150 of 436 ~ 34.4%
G 164 of 436 ~ 37.61%
B 122 of 436 ~ 27.98%

%34.4
%37.61
%27.98

CMYK color model

#96A47A color CMYK value is (9,0,26,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(9,0,26,36)
C9M0Y26K36 
(9%,0%,26%,36%)
(0.09/0.00/0.26/0.36)	

CMYK percentages

%8.54
%0
%25.61
%35.69

Codes

Color #96A47A in popluar color models

96A47A
RGB150164122
HSL80°18.75%56.08%
HSB/HSV80°25.61%64.31%
CMYK8.54%0.00%25.61%
35.69%

Color #96A47A in popluar number systems.

HEX96A47A
Decimal150164122
Binary10010110101001001111010
Octal226244172

Shades and tints

Shades of #96A47A

#96A47A
(150,164,122)
#89966F
(137,150,111)
#7C8864
(124,136,100)
#6F7A59
(111,122,89)
#626C4E
(98,108,78)
#555E43
(85,94,67)
#485038
(72,80,56)
#3B422D
(59,66,45)
#2E3422
(46,52,34)
#212617
(33,38,23)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #96A47A

#96A47A
(150,164,122)
#9FAC86
(159,172,134)
#A8B492
(168,180,146)
#B1BC9E
(177,188,158)
#BAC4AA
(186,196,170)
#C3CCB6
(195,204,182)
#CCD4C2
(204,212,194)
#D5DCCE
(213,220,206)
#DEE4DA
(222,228,218)
#E7ECE6
(231,236,230)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A47A; }

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

This text font color is #96A47A.


Background Color

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

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

This div background color is #96A47A.


Border color

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

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

This div border color is #96A47A.


Opacity

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

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

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

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

This text has shadow with #96A47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A47A on black background.


Color preview on white background

This text has color #96A47A on white background.



Black color preview on #96A47A background

This text has black color on #96A47A background.


White color preview on #96A47A background

This text has white color on #96A47A background.