COLOR #9A8376

HEX: #9A8376
RGB: (154,131,118)

Color info

#9A8376 contains red, green and blue colors in about the same proportion. Web safe color of #9A8376 is #999966 (or #996).

RGB color model

#9A8376 color RGB value is (154,131,118).

  • red value is 154;
  • green value is 131;
  • blue value is 118.
RGB:
(154,131,118)
(60%,51%,46%)

RGB channels and saturation

R 154 of 255 = 60%
G 131 of 255 = 51%
B 118 of 255 = 46%

154
131
118

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

Portions of RGB colors in percentages

R + G + B =
154 + 131 + 118 = 403 (100%)
R 154 of 403 ~ 38.21%
G 131 of 403 ~ 32.51%
B 118 of 403 ~ 29.28%

%38.21
%32.51
%29.28

CMYK color model

#9A8376 color CMYK value is (0,15,23,40).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 23.38%
  • key color value is 39.61%
CMYK:
(0,15,23,40)
C0M15Y23K40 
(0%,15%,23%,40%)
(0.00/0.15/0.23/0.40)	

CMYK percentages

%0
%14.94
%23.38
%39.61

Codes

Color #9A8376 in popluar color models

9A8376
RGB154131118
HSL22°15.13%53.33%
HSB/HSV22°23.38%60.39%
CMYK0.00%14.94%23.38%
39.61%

Color #9A8376 in popluar number systems.

HEX9A8376
Decimal154131118
Binary10011010100000111110110
Octal232203166

Shades and tints

Shades of #9A8376

#9A8376
(154,131,118)
#8C786C
(140,120,108)
#7E6D62
(126,109,98)
#706258
(112,98,88)
#62574E
(98,87,78)
#544C44
(84,76,68)
#46413A
(70,65,58)
#383630
(56,54,48)
#2A2B26
(42,43,38)
#1C201C
(28,32,28)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #9A8376

#9A8376
(154,131,118)
#A38E82
(163,142,130)
#AC998E
(172,153,142)
#B5A49A
(181,164,154)
#BEAFA6
(190,175,166)
#C7BAB2
(199,186,178)
#D0C5BE
(208,197,190)
#D9D0CA
(217,208,202)
#E2DBD6
(226,219,214)
#EBE6E2
(235,230,226)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A8376 color. Also use rgb(154,131,118) instead hex code.

Text Font Color

.myTextColor { color: #9A8376; }

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

This text font color is #9A8376.


Background Color

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

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

This div background color is #9A8376.


Border color

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

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

This div border color is #9A8376.


Opacity

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

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

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

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

This text has shadow with #9A8376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8376 on black background.


Color preview on white background

This text has color #9A8376 on white background.



Black color preview on #9A8376 background

This text has black color on #9A8376 background.


White color preview on #9A8376 background

This text has white color on #9A8376 background.