COLOR #9A7D16

HEX: #9A7D16
RGB: (154,125,22)

Color info

#9A7D16 contains mainly red and green colors. Web safe color of #9A7D16 is #996600 (or #960).

RGB color model

#9A7D16 color RGB value is (154,125,22).

  • red value is 154;
  • green value is 125;
  • blue value is 22.
RGB:
(154,125,22)
(60%,49%,9%)

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 22 of 255 = 9%

154
125
22

R + G + B ~ 39%. #9A7D16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 125 + 22 = 301 (100%)
R 154 of 301 ~ 51.16%
G 125 of 301 ~ 41.53%
B 22 of 301 ~ 7.31%

%51.16
%41.53

CMYK color model

#9A7D16 color CMYK value is (0,19,86,40).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 85.71%
  • key color value is 39.61%
CMYK:
(0,19,86,40)
C0M19Y86K40 
(0%,19%,86%,40%)
(0.00/0.19/0.86/0.40)	

CMYK percentages

%0
%18.83
%85.71
%39.61

Codes

Color #9A7D16 in popluar color models

9A7D16
RGB15412522
HSL47°75.00%34.51%
HSB/HSV47°85.71%60.39%
CMYK0.00%18.83%85.71%
39.61%

Color #9A7D16 in popluar number systems.

HEX9A7D16
Decimal15412522
Binary10011010111110110110
Octal23217526

Shades and tints

Shades of #9A7D16

#9A7D16
(154,125,22)
#8C7214
(140,114,20)
#7E6712
(126,103,18)
#705C10
(112,92,16)
#62510E
(98,81,14)
#54460C
(84,70,12)
#463B0A
(70,59,10)
#383008
(56,48,8)
#2A2506
(42,37,6)
#1C1A04
(28,26,4)
#0E0F02
(14,15,2)
#000000
(0,0,0)

Tints of #9A7D16

#9A7D16
(154,125,22)
#A3882B
(163,136,43)
#AC9340
(172,147,64)
#B59E55
(181,158,85)
#BEA96A
(190,169,106)
#C7B47F
(199,180,127)
#D0BF94
(208,191,148)
#D9CAA9
(217,202,169)
#E2D5BE
(226,213,190)
#EBE0D3
(235,224,211)
#F4EBE8
(244,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7D16 color. Also use rgb(154,125,22) instead hex code.

Text Font Color

.myTextColor { color: #9A7D16; }

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

This text font color is #9A7D16.


Background Color

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

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

This div background color is #9A7D16.


Border color

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

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

This div border color is #9A7D16.


Opacity

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

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

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

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

This text has shadow with #9A7D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7D16 on black background.


Color preview on white background

This text has color #9A7D16 on white background.



Black color preview on #9A7D16 background

This text has black color on #9A7D16 background.


White color preview on #9A7D16 background

This text has white color on #9A7D16 background.