COLOR #96A46C

HEX: #96A46C
RGB: (150,164,108)

Color info

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

RGB color model

#96A46C color RGB value is (150,164,108).

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

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 108 of 255 = 42%

150
164
108

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

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 108 = 422 (100%)
R 150 of 422 ~ 35.55%
G 164 of 422 ~ 38.86%
B 108 of 422 ~ 25.59%

%35.55
%38.86
%25.59

CMYK color model

#96A46C color CMYK value is (9,0,34,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 35.69%
CMYK:
(9,0,34,36)
C9M0Y34K36 
(9%,0%,34%,36%)
(0.09/0.00/0.34/0.36)	

CMYK percentages

%8.54
%0
%34.15
%35.69

Codes

Color #96A46C in popluar color models

96A46C
RGB150164108
HSL75°23.53%53.33%
HSB/HSV75°34.15%64.31%
CMYK8.54%0.00%34.15%
35.69%

Color #96A46C in popluar number systems.

HEX96A46C
Decimal150164108
Binary10010110101001001101100
Octal226244154

Shades and tints

Shades of #96A46C

#96A46C
(150,164,108)
#899663
(137,150,99)
#7C885A
(124,136,90)
#6F7A51
(111,122,81)
#626C48
(98,108,72)
#555E3F
(85,94,63)
#485036
(72,80,54)
#3B422D
(59,66,45)
#2E3424
(46,52,36)
#21261B
(33,38,27)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96A46C

#96A46C
(150,164,108)
#9FAC79
(159,172,121)
#A8B486
(168,180,134)
#B1BC93
(177,188,147)
#BAC4A0
(186,196,160)
#C3CCAD
(195,204,173)
#CCD4BA
(204,212,186)
#D5DCC7
(213,220,199)
#DEE4D4
(222,228,212)
#E7ECE1
(231,236,225)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A46C; }

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

This text font color is #96A46C.


Background Color

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

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

This div background color is #96A46C.


Border color

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

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

This div border color is #96A46C.


Opacity

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

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

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

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

This text has shadow with #96A46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A46C on black background.


Color preview on white background

This text has color #96A46C on white background.



Black color preview on #96A46C background

This text has black color on #96A46C background.


White color preview on #96A46C background

This text has white color on #96A46C background.