COLOR #96A480

HEX: #96A480 RGB: (150,164,128)

Color info

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

RGB color model

#96A480 color RGB value is (150,164,128).

RGB: (150,164,128) (59%, 64%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 128 of 255 = 50%

150
164
128

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

Portions of RGB colors in percentages

R + G + B = 150 + 164 + 128 = 442 (100%)
R 150 of 442 ~ 33.94%
G 164 of 442 ~ 37.1%
B 128 of 442 ~ 28.96'%

%33.94
%37.1
%28.96

CMYK color model

#96A480 color CMYK value is (9,0,22,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (9,0,22,36)
C9M0Y22K36 (9%, 0%, 22%, 36%)
(0.09 / 0.00 / 0.22 / 0.36)

CMYK percentages

%8.54
%0
%21.95
%35.69

Codes

Color #96A480 in popluar color models

96 A4 80
RGB 150 164 128
HSL 83° 16.51% 57.25%
HSB/HSV 83° 21.95% 64.31%
CMYK 8.54% 0.00% 21.95%
35.69%

Color #96A480 in popluar number systems.

HEX 96 A4 80
Decimal 150 164 128
Binary 10010110 10100100 10000000
Octal 226 244 200

Shades and tints

Shades of #96A480

#96A480
(150,164,128)
#899675
(137,150,117)
#7C886A
(124,136,106)
#6F7A5F
(111,122,95)
#626C54
(98,108,84)
#555E49
(85,94,73)
#48503E
(72,80,62)
#3B4233
(59,66,51)
#2E3428
(46,52,40)
#21261D
(33,38,29)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96A480

#96A480
(150,164,128)
#9FAC8B
(159,172,139)
#A8B496
(168,180,150)
#B1BCA1
(177,188,161)
#BAC4AC
(186,196,172)
#C3CCB7
(195,204,183)
#CCD4C2
(204,212,194)
#D5DCCD
(213,220,205)
#DEE4D8
(222,228,216)
#E7ECE3
(231,236,227)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A480; }

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

This text font color is #96A480.

Background Color

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

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

This div background color is #96A480.

Border color

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

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

This div border color is #96A480.

Opacity

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

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

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

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

This text has shadow with #96A480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A480.

Preview

Color preview on black background

This text has color #96A480 on black background.


Color preview on white background

This text has color #96A480 on white background.


Black color preview on #96A480 background

This text has black color on #96A480 background.


White color preview on #96A480 background

This text has white color on #96A480 background.


Related colors

Complementary color

Complementary color for #hex is #695B7F.


I love getcolorcode.com

Triadic colors

1 #8096A4 and #A48096 with #96A480 are triadic colors.

2 #80A496 and #A49680 with #96A480 are triadic colors.