COLOR #9B8B72

HEX: #9B8B72
RGB: (155,139,114)

Color info

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

RGB color model

#9B8B72 color RGB value is (155,139,114).

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

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 114 of 255 = 45%

155
139
114

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

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 114 = 408 (100%)
R 155 of 408 ~ 37.99%
G 139 of 408 ~ 34.07%
B 114 of 408 ~ 27.94%

%37.99
%34.07
%27.94

CMYK color model

#9B8B72 color CMYK value is (0,10,26,39).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(0,10,26,39)
C0M10Y26K39 
(0%,10%,26%,39%)
(0.00/0.10/0.26/0.39)	

CMYK percentages

%0
%10.32
%26.45
%39.22

Codes

Color #9B8B72 in popluar color models

9B8B72
RGB155139114
HSL37°17.01%52.75%
HSB/HSV37°26.45%60.78%
CMYK0.00%10.32%26.45%
39.22%

Color #9B8B72 in popluar number systems.

HEX9B8B72
Decimal155139114
Binary10011011100010111110010
Octal233213162

Shades and tints

Shades of #9B8B72

#9B8B72
(155,139,114)
#8D7F68
(141,127,104)
#7F735E
(127,115,94)
#716754
(113,103,84)
#635B4A
(99,91,74)
#554F40
(85,79,64)
#474336
(71,67,54)
#39372C
(57,55,44)
#2B2B22
(43,43,34)
#1D1F18
(29,31,24)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9B8B72

#9B8B72
(155,139,114)
#A4957E
(164,149,126)
#AD9F8A
(173,159,138)
#B6A996
(182,169,150)
#BFB3A2
(191,179,162)
#C8BDAE
(200,189,174)
#D1C7BA
(209,199,186)
#DAD1C6
(218,209,198)
#E3DBD2
(227,219,210)
#ECE5DE
(236,229,222)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8B72; }

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

This text font color is #9B8B72.


Background Color

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

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

This div background color is #9B8B72.


Border color

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

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

This div border color is #9B8B72.


Opacity

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

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

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

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

This text has shadow with #9B8B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8B72 on black background.


Color preview on white background

This text has color #9B8B72 on white background.



Black color preview on #9B8B72 background

This text has black color on #9B8B72 background.


White color preview on #9B8B72 background

This text has white color on #9B8B72 background.