COLOR #9B8A78

HEX: #9B8A78
RGB: (155,138,120)

Color info

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

RGB color model

#9B8A78 color RGB value is (155,138,120).

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

RGB channels and saturation

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

155
138
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 138 + 120 = 413 (100%)
R 155 of 413 ~ 37.53%
G 138 of 413 ~ 33.41%
B 120 of 413 ~ 29.06%

%37.53
%33.41
%29.06

CMYK color model

#9B8A78 color CMYK value is (0,11,23,39).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,11,23,39)
C0M11Y23K39 
(0%,11%,23%,39%)
(0.00/0.11/0.23/0.39)	

CMYK percentages

%0
%10.97
%22.58
%39.22

Codes

Color #9B8A78 in popluar color models

9B8A78
RGB155138120
HSL31°14.89%53.92%
HSB/HSV31°22.58%60.78%
CMYK0.00%10.97%22.58%
39.22%

Color #9B8A78 in popluar number systems.

HEX9B8A78
Decimal155138120
Binary10011011100010101111000
Octal233212170

Shades and tints

Shades of #9B8A78

#9B8A78
(155,138,120)
#8D7E6E
(141,126,110)
#7F7264
(127,114,100)
#71665A
(113,102,90)
#635A50
(99,90,80)
#554E46
(85,78,70)
#47423C
(71,66,60)
#393632
(57,54,50)
#2B2A28
(43,42,40)
#1D1E1E
(29,30,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9B8A78

#9B8A78
(155,138,120)
#A49484
(164,148,132)
#AD9E90
(173,158,144)
#B6A89C
(182,168,156)
#BFB2A8
(191,178,168)
#C8BCB4
(200,188,180)
#D1C6C0
(209,198,192)
#DAD0CC
(218,208,204)
#E3DAD8
(227,218,216)
#ECE4E4
(236,228,228)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8A78; }

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

This text font color is #9B8A78.


Background Color

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

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

This div background color is #9B8A78.


Border color

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

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

This div border color is #9B8A78.


Opacity

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

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

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

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

This text has shadow with #9B8A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8A78 on black background.


Color preview on white background

This text has color #9B8A78 on white background.



Black color preview on #9B8A78 background

This text has black color on #9B8A78 background.


White color preview on #9B8A78 background

This text has white color on #9B8A78 background.