COLOR #96A179

HEX: #96A179
RGB: (150,161,121)

Color info

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

RGB color model

#96A179 color RGB value is (150,161,121).

  • red value is 150;
  • green value is 161;
  • blue value is 121.
RGB:
(150,161,121)
(59%,63%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 161 of 255 = 63%
B 121 of 255 = 47%

150
161
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 161 + 121 = 432 (100%)
R 150 of 432 ~ 34.72%
G 161 of 432 ~ 37.27%
B 121 of 432 ~ 28.01%

%34.72
%37.27
%28.01

CMYK color model

#96A179 color CMYK value is (7,0,25,37).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(7,0,25,37)
C7M0Y25K37 
(7%,0%,25%,37%)
(0.07/0.00/0.25/0.37)	

CMYK percentages

%6.83
%0
%24.84
%36.86

Codes

Color #96A179 in popluar color models

96A179
RGB150161121
HSL77°17.54%55.29%
HSB/HSV77°24.84%63.14%
CMYK6.83%0.00%24.84%
36.86%

Color #96A179 in popluar number systems.

HEX96A179
Decimal150161121
Binary10010110101000011111001
Octal226241171

Shades and tints

Shades of #96A179

#96A179
(150,161,121)
#89936E
(137,147,110)
#7C8563
(124,133,99)
#6F7758
(111,119,88)
#62694D
(98,105,77)
#555B42
(85,91,66)
#484D37
(72,77,55)
#3B3F2C
(59,63,44)
#2E3121
(46,49,33)
#212316
(33,35,22)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #96A179

#96A179
(150,161,121)
#9FA985
(159,169,133)
#A8B191
(168,177,145)
#B1B99D
(177,185,157)
#BAC1A9
(186,193,169)
#C3C9B5
(195,201,181)
#CCD1C1
(204,209,193)
#D5D9CD
(213,217,205)
#DEE1D9
(222,225,217)
#E7E9E5
(231,233,229)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A179 color. Also use rgb(150,161,121) instead hex code.

Text Font Color

.myTextColor { color: #96A179; }

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

This text font color is #96A179.


Background Color

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

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

This div background color is #96A179.


Border color

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

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

This div border color is #96A179.


Opacity

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

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

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

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

This text has shadow with #96A179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A179 on black background.


Color preview on white background

This text has color #96A179 on white background.



Black color preview on #96A179 background

This text has black color on #96A179 background.


White color preview on #96A179 background

This text has white color on #96A179 background.