COLOR #9B895E

HEX: #9B895E
RGB: (155,137,94)

Color info

#9B895E contains mainly red and green colors. Web safe color of #9B895E is #999966 (or #996).

RGB color model

#9B895E color RGB value is (155,137,94).

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

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 94 of 255 = 37%

155
137
94

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

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 94 = 386 (100%)
R 155 of 386 ~ 40.16%
G 137 of 386 ~ 35.49%
B 94 of 386 ~ 24.35%

%40.16
%35.49
%24.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 39.35%
  • key color value is 39.22%
CMYK:
(0,12,39,39)
C0M12Y39K39 
(0%,12%,39%,39%)
(0.00/0.12/0.39/0.39)	

CMYK percentages

%0
%11.61
%39.35
%39.22

Codes

Color #9B895E in popluar color models

9B895E
RGB15513794
HSL42°24.50%48.82%
HSB/HSV42°39.35%60.78%
CMYK0.00%11.61%39.35%
39.22%

Color #9B895E in popluar number systems.

HEX9B895E
Decimal15513794
Binary10011011100010011011110
Octal233211136

Shades and tints

Shades of #9B895E

#9B895E
(155,137,94)
#8D7D56
(141,125,86)
#7F714E
(127,113,78)
#716546
(113,101,70)
#63593E
(99,89,62)
#554D36
(85,77,54)
#47412E
(71,65,46)
#393526
(57,53,38)
#2B291E
(43,41,30)
#1D1D16
(29,29,22)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #9B895E

#9B895E
(155,137,94)
#A4936C
(164,147,108)
#AD9D7A
(173,157,122)
#B6A788
(182,167,136)
#BFB196
(191,177,150)
#C8BBA4
(200,187,164)
#D1C5B2
(209,197,178)
#DACFC0
(218,207,192)
#E3D9CE
(227,217,206)
#ECE3DC
(236,227,220)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B895E; }

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

This text font color is #9B895E.


Background Color

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

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

This div background color is #9B895E.


Border color

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

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

This div border color is #9B895E.


Opacity

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

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

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

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

This text has shadow with #9B895E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B895E on black background.


Color preview on white background

This text has color #9B895E on white background.



Black color preview on #9B895E background

This text has black color on #9B895E background.


White color preview on #9B895E background

This text has white color on #9B895E background.