COLOR #9A8B78

HEX: #9A8B78
RGB: (154,139,120)

Color info

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

RGB color model

#9A8B78 color RGB value is (154,139,120).

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

RGB channels and saturation

R 154 of 255 = 60%
G 139 of 255 = 55%
B 120 of 255 = 47%

154
139
120

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

Portions of RGB colors in percentages

R + G + B =
154 + 139 + 120 = 413 (100%)
R 154 of 413 ~ 37.29%
G 139 of 413 ~ 33.66%
B 120 of 413 ~ 29.06%

%37.29
%33.66
%29.06

CMYK color model

#9A8B78 color CMYK value is (0,10,22,40).

  • cyan value is 0.00%
  • magenta value is 9.74%
  • yellow value is 22.08%
  • key color value is 39.61%
CMYK:
(0,10,22,40)
C0M10Y22K40 
(0%,10%,22%,40%)
(0.00/0.10/0.22/0.40)	

CMYK percentages

%0
%9.74
%22.08
%39.61

Codes

Color #9A8B78 in popluar color models

9A8B78
RGB154139120
HSL34°14.41%53.73%
HSB/HSV34°22.08%60.39%
CMYK0.00%9.74%22.08%
39.61%

Color #9A8B78 in popluar number systems.

HEX9A8B78
Decimal154139120
Binary10011010100010111111000
Octal232213170

Shades and tints

Shades of #9A8B78

#9A8B78
(154,139,120)
#8C7F6E
(140,127,110)
#7E7364
(126,115,100)
#70675A
(112,103,90)
#625B50
(98,91,80)
#544F46
(84,79,70)
#46433C
(70,67,60)
#383732
(56,55,50)
#2A2B28
(42,43,40)
#1C1F1E
(28,31,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #9A8B78

#9A8B78
(154,139,120)
#A39584
(163,149,132)
#AC9F90
(172,159,144)
#B5A99C
(181,169,156)
#BEB3A8
(190,179,168)
#C7BDB4
(199,189,180)
#D0C7C0
(208,199,192)
#D9D1CC
(217,209,204)
#E2DBD8
(226,219,216)
#EBE5E4
(235,229,228)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8B78; }

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

This text font color is #9A8B78.


Background Color

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

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

This div background color is #9A8B78.


Border color

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

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

This div border color is #9A8B78.


Opacity

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

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

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

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

This text has shadow with #9A8B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8B78 on black background.


Color preview on white background

This text has color #9A8B78 on white background.



Black color preview on #9A8B78 background

This text has black color on #9A8B78 background.


White color preview on #9A8B78 background

This text has white color on #9A8B78 background.