COLOR #9B8B7F

HEX: #9B8B7F
RGB: (155,139,127)

Color info

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

RGB color model

#9B8B7F color RGB value is (155,139,127).

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

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 127 of 255 = 50%

155
139
127

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

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 127 = 421 (100%)
R 155 of 421 ~ 36.82%
G 139 of 421 ~ 33.02%
B 127 of 421 ~ 30.17%

%36.82
%33.02
%30.17

CMYK color model

#9B8B7F color CMYK value is (0,10,18,39).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(0,10,18,39)
C0M10Y18K39 
(0%,10%,18%,39%)
(0.00/0.10/0.18/0.39)	

CMYK percentages

%0
%10.32
%18.06
%39.22

Codes

Color #9B8B7F in popluar color models

9B8B7F
RGB155139127
HSL26°12.28%55.29%
HSB/HSV26°18.06%60.78%
CMYK0.00%10.32%18.06%
39.22%

Color #9B8B7F in popluar number systems.

HEX9B8B7F
Decimal155139127
Binary10011011100010111111111
Octal233213177

Shades and tints

Shades of #9B8B7F

#9B8B7F
(155,139,127)
#8D7F74
(141,127,116)
#7F7369
(127,115,105)
#71675E
(113,103,94)
#635B53
(99,91,83)
#554F48
(85,79,72)
#47433D
(71,67,61)
#393732
(57,55,50)
#2B2B27
(43,43,39)
#1D1F1C
(29,31,28)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #9B8B7F

#9B8B7F
(155,139,127)
#A4958A
(164,149,138)
#AD9F95
(173,159,149)
#B6A9A0
(182,169,160)
#BFB3AB
(191,179,171)
#C8BDB6
(200,189,182)
#D1C7C1
(209,199,193)
#DAD1CC
(218,209,204)
#E3DBD7
(227,219,215)
#ECE5E2
(236,229,226)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8B7F; }

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

This text font color is #9B8B7F.


Background Color

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

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

This div background color is #9B8B7F.


Border color

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

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

This div border color is #9B8B7F.


Opacity

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

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

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

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

This text has shadow with #9B8B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8B7F on black background.


Color preview on white background

This text has color #9B8B7F on white background.



Black color preview on #9B8B7F background

This text has black color on #9B8B7F background.


White color preview on #9B8B7F background

This text has white color on #9B8B7F background.