COLOR #9A7F4D

HEX: #9A7F4D
RGB: (154,127,77)

Color info

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

RGB color model

#9A7F4D color RGB value is (154,127,77).

  • red value is 154;
  • green value is 127;
  • blue value is 77.
RGB:
(154,127,77)
(60%,50%,30%)

RGB channels and saturation

R 154 of 255 = 60%
G 127 of 255 = 50%
B 77 of 255 = 30%

154
127
77

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

Portions of RGB colors in percentages

R + G + B =
154 + 127 + 77 = 358 (100%)
R 154 of 358 ~ 43.02%
G 127 of 358 ~ 35.47%
B 77 of 358 ~ 21.51%

%43.02
%35.47
%21.51

CMYK color model

#9A7F4D color CMYK value is (0,18,50,40).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 50.00%
  • key color value is 39.61%
CMYK:
(0,18,50,40)
C0M18Y50K40 
(0%,18%,50%,40%)
(0.00/0.18/0.50/0.40)	

CMYK percentages

%0
%17.53
%50
%39.61

Codes

Color #9A7F4D in popluar color models

9A7F4D
RGB15412777
HSL39°33.33%45.29%
HSB/HSV39°50.00%60.39%
CMYK0.00%17.53%50.00%
39.61%

Color #9A7F4D in popluar number systems.

HEX9A7F4D
Decimal15412777
Binary1001101011111111001101
Octal232177115

Shades and tints

Shades of #9A7F4D

#9A7F4D
(154,127,77)
#8C7446
(140,116,70)
#7E693F
(126,105,63)
#705E38
(112,94,56)
#625331
(98,83,49)
#54482A
(84,72,42)
#463D23
(70,61,35)
#38321C
(56,50,28)
#2A2715
(42,39,21)
#1C1C0E
(28,28,14)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #9A7F4D

#9A7F4D
(154,127,77)
#A38A5D
(163,138,93)
#AC956D
(172,149,109)
#B5A07D
(181,160,125)
#BEAB8D
(190,171,141)
#C7B69D
(199,182,157)
#D0C1AD
(208,193,173)
#D9CCBD
(217,204,189)
#E2D7CD
(226,215,205)
#EBE2DD
(235,226,221)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7F4D color. Also use rgb(154,127,77) instead hex code.

Text Font Color

.myTextColor { color: #9A7F4D; }

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

This text font color is #9A7F4D.


Background Color

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

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

This div background color is #9A7F4D.


Border color

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

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

This div border color is #9A7F4D.


Opacity

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

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

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

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

This text has shadow with #9A7F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7F4D on black background.


Color preview on white background

This text has color #9A7F4D on white background.



Black color preview on #9A7F4D background

This text has black color on #9A7F4D background.


White color preview on #9A7F4D background

This text has white color on #9A7F4D background.