COLOR #96A32D

HEX: #96A32D RGB: (150,163,45)

Color info

#96A32D contains mainly red and green colors. Web safe color of #96A32D is #999933 (or #993).

RGB color model

#96A32D color RGB value is (150,163,45).

RGB: (150,163,45) (59%, 64%, 18%)

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 45 of 255 = 18%

150
163
45

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

Portions of RGB colors in percentages

R + G + B = 150 + 163 + 45 = 358 (100%)
R 150 of 358 ~ 41.9%
G 163 of 358 ~ 45.53%
B 45 of 358 ~ 12.57'%

%41.9
%45.53
%12.57

CMYK color model

#96A32D color CMYK value is (8,0,72,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 72.39%
  • key color value is 36.08%

CMYK: (8,0,72,36)
C8M0Y72K36 (8%, 0%, 72%, 36%)
(0.08 / 0.00 / 0.72 / 0.36)

CMYK percentages

%7.98
%0
%72.39
%36.08

Codes

Color #96A32D in popluar color models

96 A3 2D
RGB 150 163 45
HSL 67° 56.73% 40.78%
HSB/HSV 67° 72.39% 63.92%
CMYK 7.98% 0.00% 72.39%
36.08%

Color #96A32D in popluar number systems.

HEX 96 A3 2D
Decimal 150 163 45
Binary 10010110 10100011 101101
Octal 226 243 55

Shades and tints

Shades of #96A32D

#96A32D
(150,163,45)
#899529
(137,149,41)
#7C8725
(124,135,37)
#6F7921
(111,121,33)
#626B1D
(98,107,29)
#555D19
(85,93,25)
#484F15
(72,79,21)
#3B4111
(59,65,17)
#2E330D
(46,51,13)
#212509
(33,37,9)
#141705
(20,23,5)
#000000
(0,0,0)

Tints of #96A32D

#96A32D
(150,163,45)
#9FAB40
(159,171,64)
#A8B353
(168,179,83)
#B1BB66
(177,187,102)
#BAC379
(186,195,121)
#C3CB8C
(195,203,140)
#CCD39F
(204,211,159)
#D5DBB2
(213,219,178)
#DEE3C5
(222,227,197)
#E7EBD8
(231,235,216)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A32D color. Also use rgb(150,163,45) instead hex code.

Text Font Color

.myTextColor { color: #96A32D; }

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

This text font color is #96A32D.

Background Color

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

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

This div background color is #96A32D.

Border color

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

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

This div border color is #96A32D.

Opacity

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

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

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

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

This text has shadow with #96A32D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A32D.

Preview

Color preview on black background

This text has color #96A32D on black background.


Color preview on white background

This text has color #96A32D on white background.


Black color preview on #96A32D background

This text has black color on #96A32D background.


White color preview on #96A32D background

This text has white color on #96A32D background.


Related colors

Complementary color

Complementary color for #hex is #695CD2.


I love getcolorcode.com

Triadic colors

1 #2D96A3 and #A32D96 with #96A32D are triadic colors.

2 #2DA396 and #A3962D with #96A32D are triadic colors.