COLOR #96A45D

HEX: #96A45D
RGB: (150,164,93)

Color info

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

RGB color model

#96A45D color RGB value is (150,164,93).

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

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 93 of 255 = 36%

150
164
93

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

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 93 = 407 (100%)
R 150 of 407 ~ 36.86%
G 164 of 407 ~ 40.29%
B 93 of 407 ~ 22.85%

%36.86
%40.29
%22.85

CMYK color model

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

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 43.29%
  • 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
%43.29
%35.69

Codes

Color #96A45D in popluar color models

96A45D
RGB15016493
HSL72°28.06%50.39%
HSB/HSV72°43.29%64.31%
CMYK8.54%0.00%43.29%
35.69%

Color #96A45D in popluar number systems.

HEX96A45D
Decimal15016493
Binary10010110101001001011101
Octal226244135

Shades and tints

Shades of #96A45D

#96A45D
(150,164,93)
#899655
(137,150,85)
#7C884D
(124,136,77)
#6F7A45
(111,122,69)
#626C3D
(98,108,61)
#555E35
(85,94,53)
#48502D
(72,80,45)
#3B4225
(59,66,37)
#2E341D
(46,52,29)
#212615
(33,38,21)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #96A45D

#96A45D
(150,164,93)
#9FAC6B
(159,172,107)
#A8B479
(168,180,121)
#B1BC87
(177,188,135)
#BAC495
(186,196,149)
#C3CCA3
(195,204,163)
#CCD4B1
(204,212,177)
#D5DCBF
(213,220,191)
#DEE4CD
(222,228,205)
#E7ECDB
(231,236,219)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A45D; }

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

This text font color is #96A45D.


Background Color

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

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

This div background color is #96A45D.


Border color

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

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

This div border color is #96A45D.


Opacity

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

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

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

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

This text has shadow with #96A45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A45D on black background.


Color preview on white background

This text has color #96A45D on white background.



Black color preview on #96A45D background

This text has black color on #96A45D background.


White color preview on #96A45D background

This text has white color on #96A45D background.