COLOR #9B8978

HEX: #9B8978
RGB: (155,137,120)

Color info

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

RGB color model

#9B8978 color RGB value is (155,137,120).

  • red value is 155;
  • green value is 137;
  • blue value is 120.
RGB:
(155,137,120)
(61%,54%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 120 of 255 = 47%

155
137
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 120 = 412 (100%)
R 155 of 412 ~ 37.62%
G 137 of 412 ~ 33.25%
B 120 of 412 ~ 29.13%

%37.62
%33.25
%29.13

CMYK color model

#9B8978 color CMYK value is (0,12,23,39).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,12,23,39)
C0M12Y23K39 
(0%,12%,23%,39%)
(0.00/0.12/0.23/0.39)	

CMYK percentages

%0
%11.61
%22.58
%39.22

Codes

Color #9B8978 in popluar color models

9B8978
RGB155137120
HSL29°14.89%53.92%
HSB/HSV29°22.58%60.78%
CMYK0.00%11.61%22.58%
39.22%

Color #9B8978 in popluar number systems.

HEX9B8978
Decimal155137120
Binary10011011100010011111000
Octal233211170

Shades and tints

Shades of #9B8978

#9B8978
(155,137,120)
#8D7D6E
(141,125,110)
#7F7164
(127,113,100)
#71655A
(113,101,90)
#635950
(99,89,80)
#554D46
(85,77,70)
#47413C
(71,65,60)
#393532
(57,53,50)
#2B2928
(43,41,40)
#1D1D1E
(29,29,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #9B8978

#9B8978
(155,137,120)
#A49384
(164,147,132)
#AD9D90
(173,157,144)
#B6A79C
(182,167,156)
#BFB1A8
(191,177,168)
#C8BBB4
(200,187,180)
#D1C5C0
(209,197,192)
#DACFCC
(218,207,204)
#E3D9D8
(227,217,216)
#ECE3E4
(236,227,228)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8978 color. Also use rgb(155,137,120) instead hex code.

Text Font Color

.myTextColor { color: #9B8978; }

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

This text font color is #9B8978.


Background Color

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

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

This div background color is #9B8978.


Border color

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

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

This div border color is #9B8978.


Opacity

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

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

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

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

This text has shadow with #9B8978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8978 on black background.


Color preview on white background

This text has color #9B8978 on white background.



Black color preview on #9B8978 background

This text has black color on #9B8978 background.


White color preview on #9B8978 background

This text has white color on #9B8978 background.