COLOR #9A964C

HEX: #9A964C
RGB: (154,150,76)

Color info

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

RGB color model

#9A964C color RGB value is (154,150,76).

  • red value is 154;
  • green value is 150;
  • blue value is 76.
RGB:
(154,150,76)
(60%,59%,30%)

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 76 of 255 = 30%

154
150
76

R + G + B ~ 50%. #9A964C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 76 = 380 (100%)
R 154 of 380 ~ 40.53%
G 150 of 380 ~ 39.47%
B 76 of 380 ~ 20%

%40.53
%39.47
%20

CMYK color model

#9A964C color CMYK value is (0,3,51,40).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 50.65%
  • key color value is 39.61%
CMYK:
(0,3,51,40)
C0M3Y51K40 
(0%,3%,51%,40%)
(0.00/0.03/0.51/0.40)	

CMYK percentages

%0
%2.6
%50.65
%39.61

Codes

Color #9A964C in popluar color models

9A964C
RGB15415076
HSL57°33.91%45.10%
HSB/HSV57°50.65%60.39%
CMYK0.00%2.60%50.65%
39.61%

Color #9A964C in popluar number systems.

HEX9A964C
Decimal15415076
Binary10011010100101101001100
Octal232226114

Shades and tints

Shades of #9A964C

#9A964C
(154,150,76)
#8C8946
(140,137,70)
#7E7C40
(126,124,64)
#706F3A
(112,111,58)
#626234
(98,98,52)
#54552E
(84,85,46)
#464828
(70,72,40)
#383B22
(56,59,34)
#2A2E1C
(42,46,28)
#1C2116
(28,33,22)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #9A964C

#9A964C
(154,150,76)
#A39F5C
(163,159,92)
#ACA86C
(172,168,108)
#B5B17C
(181,177,124)
#BEBA8C
(190,186,140)
#C7C39C
(199,195,156)
#D0CCAC
(208,204,172)
#D9D5BC
(217,213,188)
#E2DECC
(226,222,204)
#EBE7DC
(235,231,220)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A964C color. Also use rgb(154,150,76) instead hex code.

Text Font Color

.myTextColor { color: #9A964C; }

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

This text font color is #9A964C.


Background Color

.myBgColor { background-color: #9A964C; }

<div style="background-color:#9A964C">Inner text</div>

This div background color is #9A964C.


Border color

.myBorderColor { border: 1px solid #9A964C; }

<div style="border:3px solid #9A964C">Div</div>

This div border color is #9A964C.


Opacity

.myOpacity80 { color: #9A964C; opacity: 0.8; }

<p style="color:#9A964C;opacity:0.8;">80%</p>

Text with #9A964C 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 #9A964C;}

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

This text has shadow with #9A964C color.

.textShadow {text-shadow: 3px 3px 1px #9A964C, 3px 3px 1px red;}

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

This text has shadow with #9A964C primary color and red secondary color.


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

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

This text has shadow with #9A964C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A964C on black background.


Color preview on white background

This text has color #9A964C on white background.



Black color preview on #9A964C background

This text has black color on #9A964C background.


White color preview on #9A964C background

This text has white color on #9A964C background.