COLOR #9B8577

HEX: #9B8577
RGB: (155,133,119)

Color info

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

RGB color model

#9B8577 color RGB value is (155,133,119).

  • red value is 155;
  • green value is 133;
  • blue value is 119.
RGB:
(155,133,119)
(61%,52%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 133 of 255 = 52%
B 119 of 255 = 47%

155
133
119

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

Portions of RGB colors in percentages

R + G + B =
155 + 133 + 119 = 407 (100%)
R 155 of 407 ~ 38.08%
G 133 of 407 ~ 32.68%
B 119 of 407 ~ 29.24%

%38.08
%32.68
%29.24

CMYK color model

#9B8577 color CMYK value is (0,14,23,39).

  • cyan value is 0.00%
  • magenta value is 14.19%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(0,14,23,39)
C0M14Y23K39 
(0%,14%,23%,39%)
(0.00/0.14/0.23/0.39)	

CMYK percentages

%0
%14.19
%23.23
%39.22

Codes

Color #9B8577 in popluar color models

9B8577
RGB155133119
HSL23°15.25%53.73%
HSB/HSV23°23.23%60.78%
CMYK0.00%14.19%23.23%
39.22%

Color #9B8577 in popluar number systems.

HEX9B8577
Decimal155133119
Binary10011011100001011110111
Octal233205167

Shades and tints

Shades of #9B8577

#9B8577
(155,133,119)
#8D796D
(141,121,109)
#7F6D63
(127,109,99)
#716159
(113,97,89)
#63554F
(99,85,79)
#554945
(85,73,69)
#473D3B
(71,61,59)
#393131
(57,49,49)
#2B2527
(43,37,39)
#1D191D
(29,25,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #9B8577

#9B8577
(155,133,119)
#A49083
(164,144,131)
#AD9B8F
(173,155,143)
#B6A69B
(182,166,155)
#BFB1A7
(191,177,167)
#C8BCB3
(200,188,179)
#D1C7BF
(209,199,191)
#DAD2CB
(218,210,203)
#E3DDD7
(227,221,215)
#ECE8E3
(236,232,227)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8577 color. Also use rgb(155,133,119) instead hex code.

Text Font Color

.myTextColor { color: #9B8577; }

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

This text font color is #9B8577.


Background Color

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

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

This div background color is #9B8577.


Border color

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

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

This div border color is #9B8577.


Opacity

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

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

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

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

This text has shadow with #9B8577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8577 on black background.


Color preview on white background

This text has color #9B8577 on white background.



Black color preview on #9B8577 background

This text has black color on #9B8577 background.


White color preview on #9B8577 background

This text has white color on #9B8577 background.