COLOR #9A7E61

HEX: #9A7E61
RGB: (154,126,97)

Color info

#9A7E61 contains red, green and blue colors in about the same proportion. Web safe color of #9A7E61 is #996666 (or #966).

RGB color model

#9A7E61 color RGB value is (154,126,97).

  • red value is 154;
  • green value is 126;
  • blue value is 97.
RGB:
(154,126,97)
(60%,49%,38%)

RGB channels and saturation

R 154 of 255 = 60%
G 126 of 255 = 49%
B 97 of 255 = 38%

154
126
97

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

Portions of RGB colors in percentages

R + G + B =
154 + 126 + 97 = 377 (100%)
R 154 of 377 ~ 40.85%
G 126 of 377 ~ 33.42%
B 97 of 377 ~ 25.73%

%40.85
%33.42
%25.73

CMYK color model

#9A7E61 color CMYK value is (0,18,37,40).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 37.01%
  • key color value is 39.61%
CMYK:
(0,18,37,40)
C0M18Y37K40 
(0%,18%,37%,40%)
(0.00/0.18/0.37/0.40)	

CMYK percentages

%0
%18.18
%37.01
%39.61

Codes

Color #9A7E61 in popluar color models

9A7E61
RGB15412697
HSL31°22.71%49.22%
HSB/HSV31°37.01%60.39%
CMYK0.00%18.18%37.01%
39.61%

Color #9A7E61 in popluar number systems.

HEX9A7E61
Decimal15412697
Binary1001101011111101100001
Octal232176141

Shades and tints

Shades of #9A7E61

#9A7E61
(154,126,97)
#8C7359
(140,115,89)
#7E6851
(126,104,81)
#705D49
(112,93,73)
#625241
(98,82,65)
#544739
(84,71,57)
#463C31
(70,60,49)
#383129
(56,49,41)
#2A2621
(42,38,33)
#1C1B19
(28,27,25)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #9A7E61

#9A7E61
(154,126,97)
#A3896F
(163,137,111)
#AC947D
(172,148,125)
#B59F8B
(181,159,139)
#BEAA99
(190,170,153)
#C7B5A7
(199,181,167)
#D0C0B5
(208,192,181)
#D9CBC3
(217,203,195)
#E2D6D1
(226,214,209)
#EBE1DF
(235,225,223)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7E61 color. Also use rgb(154,126,97) instead hex code.

Text Font Color

.myTextColor { color: #9A7E61; }

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

This text font color is #9A7E61.


Background Color

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

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

This div background color is #9A7E61.


Border color

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

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

This div border color is #9A7E61.


Opacity

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

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

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

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

This text has shadow with #9A7E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7E61 on black background.


Color preview on white background

This text has color #9A7E61 on white background.



Black color preview on #9A7E61 background

This text has black color on #9A7E61 background.


White color preview on #9A7E61 background

This text has white color on #9A7E61 background.