COLOR #9A784C

HEX: #9A784C
RGB: (154,120,76)

Color info

#9A784C contains mainly red and green colors. Web safe color of #9A784C is #996633 (or #963).

RGB color model

#9A784C color RGB value is (154,120,76).

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

RGB channels and saturation

R 154 of 255 = 60%
G 120 of 255 = 47%
B 76 of 255 = 30%

154
120
76

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

Portions of RGB colors in percentages

R + G + B =
154 + 120 + 76 = 350 (100%)
R 154 of 350 ~ 44%
G 120 of 350 ~ 34.29%
B 76 of 350 ~ 21.71%

%44
%34.29
%21.71

CMYK color model

#9A784C color CMYK value is (0,22,51,40).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 50.65%
  • key color value is 39.61%
CMYK:
(0,22,51,40)
C0M22Y51K40 
(0%,22%,51%,40%)
(0.00/0.22/0.51/0.40)	

CMYK percentages

%0
%22.08
%50.65
%39.61

Codes

Color #9A784C in popluar color models

9A784C
RGB15412076
HSL34°33.91%45.10%
HSB/HSV34°50.65%60.39%
CMYK0.00%22.08%50.65%
39.61%

Color #9A784C in popluar number systems.

HEX9A784C
Decimal15412076
Binary1001101011110001001100
Octal232170114

Shades and tints

Shades of #9A784C

#9A784C
(154,120,76)
#8C6E46
(140,110,70)
#7E6440
(126,100,64)
#705A3A
(112,90,58)
#625034
(98,80,52)
#54462E
(84,70,46)
#463C28
(70,60,40)
#383222
(56,50,34)
#2A281C
(42,40,28)
#1C1E16
(28,30,22)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #9A784C

#9A784C
(154,120,76)
#A3845C
(163,132,92)
#AC906C
(172,144,108)
#B59C7C
(181,156,124)
#BEA88C
(190,168,140)
#C7B49C
(199,180,156)
#D0C0AC
(208,192,172)
#D9CCBC
(217,204,188)
#E2D8CC
(226,216,204)
#EBE4DC
(235,228,220)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A784C; }

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

This text font color is #9A784C.


Background Color

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

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

This div background color is #9A784C.


Border color

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

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

This div border color is #9A784C.


Opacity

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

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

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

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

This text has shadow with #9A784C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A784C on black background.


Color preview on white background

This text has color #9A784C on white background.



Black color preview on #9A784C background

This text has black color on #9A784C background.


White color preview on #9A784C background

This text has white color on #9A784C background.