COLOR #9B8276

HEX: #9B8276
RGB: (155,130,118)

Color info

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

RGB color model

#9B8276 color RGB value is (155,130,118).

  • red value is 155;
  • green value is 130;
  • blue value is 118.
RGB:
(155,130,118)
(61%,51%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 130 of 255 = 51%
B 118 of 255 = 46%

155
130
118

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

Portions of RGB colors in percentages

R + G + B =
155 + 130 + 118 = 403 (100%)
R 155 of 403 ~ 38.46%
G 130 of 403 ~ 32.26%
B 118 of 403 ~ 29.28%

%38.46
%32.26
%29.28

CMYK color model

#9B8276 color CMYK value is (0,16,24,39).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK:
(0,16,24,39)
C0M16Y24K39 
(0%,16%,24%,39%)
(0.00/0.16/0.24/0.39)	

CMYK percentages

%0
%16.13
%23.87
%39.22

Codes

Color #9B8276 in popluar color models

9B8276
RGB155130118
HSL19°15.61%53.53%
HSB/HSV19°23.87%60.78%
CMYK0.00%16.13%23.87%
39.22%

Color #9B8276 in popluar number systems.

HEX9B8276
Decimal155130118
Binary10011011100000101110110
Octal233202166

Shades and tints

Shades of #9B8276

#9B8276
(155,130,118)
#8D776C
(141,119,108)
#7F6C62
(127,108,98)
#716158
(113,97,88)
#63564E
(99,86,78)
#554B44
(85,75,68)
#47403A
(71,64,58)
#393530
(57,53,48)
#2B2A26
(43,42,38)
#1D1F1C
(29,31,28)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #9B8276

#9B8276
(155,130,118)
#A48D82
(164,141,130)
#AD988E
(173,152,142)
#B6A39A
(182,163,154)
#BFAEA6
(191,174,166)
#C8B9B2
(200,185,178)
#D1C4BE
(209,196,190)
#DACFCA
(218,207,202)
#E3DAD6
(227,218,214)
#ECE5E2
(236,229,226)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8276 color. Also use rgb(155,130,118) instead hex code.

Text Font Color

.myTextColor { color: #9B8276; }

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

This text font color is #9B8276.


Background Color

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

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

This div background color is #9B8276.


Border color

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

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

This div border color is #9B8276.


Opacity

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

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

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

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

This text has shadow with #9B8276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8276 on black background.


Color preview on white background

This text has color #9B8276 on white background.



Black color preview on #9B8276 background

This text has black color on #9B8276 background.


White color preview on #9B8276 background

This text has white color on #9B8276 background.