COLOR #9B8372

HEX: #9B8372
RGB: (155,131,114)

Color info

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

RGB color model

#9B8372 color RGB value is (155,131,114).

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

RGB channels and saturation

R 155 of 255 = 61%
G 131 of 255 = 51%
B 114 of 255 = 45%

155
131
114

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

Portions of RGB colors in percentages

R + G + B =
155 + 131 + 114 = 400 (100%)
R 155 of 400 ~ 38.75%
G 131 of 400 ~ 32.75%
B 114 of 400 ~ 28.5%

%38.75
%32.75
%28.5

CMYK color model

#9B8372 color CMYK value is (0,15,26,39).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(0,15,26,39)
C0M15Y26K39 
(0%,15%,26%,39%)
(0.00/0.15/0.26/0.39)	

CMYK percentages

%0
%15.48
%26.45
%39.22

Codes

Color #9B8372 in popluar color models

9B8372
RGB155131114
HSL25°17.01%52.75%
HSB/HSV25°26.45%60.78%
CMYK0.00%15.48%26.45%
39.22%

Color #9B8372 in popluar number systems.

HEX9B8372
Decimal155131114
Binary10011011100000111110010
Octal233203162

Shades and tints

Shades of #9B8372

#9B8372
(155,131,114)
#8D7868
(141,120,104)
#7F6D5E
(127,109,94)
#716254
(113,98,84)
#63574A
(99,87,74)
#554C40
(85,76,64)
#474136
(71,65,54)
#39362C
(57,54,44)
#2B2B22
(43,43,34)
#1D2018
(29,32,24)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #9B8372

#9B8372
(155,131,114)
#A48E7E
(164,142,126)
#AD998A
(173,153,138)
#B6A496
(182,164,150)
#BFAFA2
(191,175,162)
#C8BAAE
(200,186,174)
#D1C5BA
(209,197,186)
#DAD0C6
(218,208,198)
#E3DBD2
(227,219,210)
#ECE6DE
(236,230,222)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8372; }

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

This text font color is #9B8372.


Background Color

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

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

This div background color is #9B8372.


Border color

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

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

This div border color is #9B8372.


Opacity

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

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

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

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

This text has shadow with #9B8372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8372 on black background.


Color preview on white background

This text has color #9B8372 on white background.



Black color preview on #9B8372 background

This text has black color on #9B8372 background.


White color preview on #9B8372 background

This text has white color on #9B8372 background.