COLOR #96A45E

HEX: #96A45E RGB: (150,164,94)

Color info

#96A45E contains mainly red and green colors. Web safe color of #96A45E is #999966 (or #996).

RGB color model

#96A45E color RGB value is (150,164,94).

RGB: (150,164,94) (59%, 64%, 37%)

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 94 of 255 = 37%

150
164
94

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

Portions of RGB colors in percentages

R + G + B = 150 + 164 + 94 = 408 (100%)
R 150 of 408 ~ 36.76%
G 164 of 408 ~ 40.2%
B 94 of 408 ~ 23.04'%

%36.76
%40.2
%23.04

CMYK color model

#96A45E color CMYK value is (9,0,43,36).

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

CMYK: (9,0,43,36)
C9M0Y43K36 (9%, 0%, 43%, 36%)
(0.09 / 0.00 / 0.43 / 0.36)

CMYK percentages

%8.54
%0
%42.68
%35.69

Codes

Color #96A45E in popluar color models

96 A4 5E
RGB 150 164 94
HSL 72° 27.78% 50.59%
HSB/HSV 72° 42.68% 64.31%
CMYK 8.54% 0.00% 42.68%
35.69%

Color #96A45E in popluar number systems.

HEX 96 A4 5E
Decimal 150 164 94
Binary 10010110 10100100 1011110
Octal 226 244 136

Shades and tints

Shades of #96A45E

#96A45E
(150,164,94)
#899656
(137,150,86)
#7C884E
(124,136,78)
#6F7A46
(111,122,70)
#626C3E
(98,108,62)
#555E36
(85,94,54)
#48502E
(72,80,46)
#3B4226
(59,66,38)
#2E341E
(46,52,30)
#212616
(33,38,22)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #96A45E

#96A45E
(150,164,94)
#9FAC6C
(159,172,108)
#A8B47A
(168,180,122)
#B1BC88
(177,188,136)
#BAC496
(186,196,150)
#C3CCA4
(195,204,164)
#CCD4B2
(204,212,178)
#D5DCC0
(213,220,192)
#DEE4CE
(222,228,206)
#E7ECDC
(231,236,220)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A45E; }

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

This text font color is #96A45E.

Background Color

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

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

This div background color is #96A45E.

Border color

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

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

This div border color is #96A45E.

Opacity

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

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

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

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

This text has shadow with #96A45E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A45E.

Preview

Color preview on black background

This text has color #96A45E on black background.


Color preview on white background

This text has color #96A45E on white background.


Black color preview on #96A45E background

This text has black color on #96A45E background.


White color preview on #96A45E background

This text has white color on #96A45E background.


Related colors

Complementary color

Complementary color for #hex is #695BA1.


I love getcolorcode.com

Triadic colors

1 #5E96A4 and #A45E96 with #96A45E are triadic colors.

2 #5EA496 and #A4965E with #96A45E are triadic colors.