COLOR #9B8B6F

HEX: #9B8B6F
RGB: (155,139,111)

Color info

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

RGB color model

#9B8B6F color RGB value is (155,139,111).

  • red value is 155;
  • green value is 139;
  • blue value is 111.
RGB:
(155,139,111)
(61%,55%,44%)

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 111 of 255 = 44%

155
139
111

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

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 111 = 405 (100%)
R 155 of 405 ~ 38.27%
G 139 of 405 ~ 34.32%
B 111 of 405 ~ 27.41%

%38.27
%34.32
%27.41

CMYK color model

#9B8B6F color CMYK value is (0,10,28,39).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 28.39%
  • key color value is 39.22%
CMYK:
(0,10,28,39)
C0M10Y28K39 
(0%,10%,28%,39%)
(0.00/0.10/0.28/0.39)	

CMYK percentages

%0
%10.32
%28.39
%39.22

Codes

Color #9B8B6F in popluar color models

9B8B6F
RGB155139111
HSL38°18.03%52.16%
HSB/HSV38°28.39%60.78%
CMYK0.00%10.32%28.39%
39.22%

Color #9B8B6F in popluar number systems.

HEX9B8B6F
Decimal155139111
Binary10011011100010111101111
Octal233213157

Shades and tints

Shades of #9B8B6F

#9B8B6F
(155,139,111)
#8D7F65
(141,127,101)
#7F735B
(127,115,91)
#716751
(113,103,81)
#635B47
(99,91,71)
#554F3D
(85,79,61)
#474333
(71,67,51)
#393729
(57,55,41)
#2B2B1F
(43,43,31)
#1D1F15
(29,31,21)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #9B8B6F

#9B8B6F
(155,139,111)
#A4957C
(164,149,124)
#AD9F89
(173,159,137)
#B6A996
(182,169,150)
#BFB3A3
(191,179,163)
#C8BDB0
(200,189,176)
#D1C7BD
(209,199,189)
#DAD1CA
(218,209,202)
#E3DBD7
(227,219,215)
#ECE5E4
(236,229,228)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8B6F color. Also use rgb(155,139,111) instead hex code.

Text Font Color

.myTextColor { color: #9B8B6F; }

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

This text font color is #9B8B6F.


Background Color

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

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

This div background color is #9B8B6F.


Border color

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

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

This div border color is #9B8B6F.


Opacity

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

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

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

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

This text has shadow with #9B8B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8B6F on black background.


Color preview on white background

This text has color #9B8B6F on white background.



Black color preview on #9B8B6F background

This text has black color on #9B8B6F background.


White color preview on #9B8B6F background

This text has white color on #9B8B6F background.