COLOR #9B8975

HEX: #9B8975
RGB: (155,137,117)

Color info

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

RGB color model

#9B8975 color RGB value is (155,137,117).

  • red value is 155;
  • green value is 137;
  • blue value is 117.
RGB:
(155,137,117)
(61%,54%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 117 of 255 = 46%

155
137
117

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

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 117 = 409 (100%)
R 155 of 409 ~ 37.9%
G 137 of 409 ~ 33.5%
B 117 of 409 ~ 28.61%

%37.9
%33.5
%28.61

CMYK color model

#9B8975 color CMYK value is (0,12,25,39).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 24.52%
  • key color value is 39.22%
CMYK:
(0,12,25,39)
C0M12Y25K39 
(0%,12%,25%,39%)
(0.00/0.12/0.25/0.39)	

CMYK percentages

%0
%11.61
%24.52
%39.22

Codes

Color #9B8975 in popluar color models

9B8975
RGB155137117
HSL32°15.97%53.33%
HSB/HSV32°24.52%60.78%
CMYK0.00%11.61%24.52%
39.22%

Color #9B8975 in popluar number systems.

HEX9B8975
Decimal155137117
Binary10011011100010011110101
Octal233211165

Shades and tints

Shades of #9B8975

#9B8975
(155,137,117)
#8D7D6B
(141,125,107)
#7F7161
(127,113,97)
#716557
(113,101,87)
#63594D
(99,89,77)
#554D43
(85,77,67)
#474139
(71,65,57)
#39352F
(57,53,47)
#2B2925
(43,41,37)
#1D1D1B
(29,29,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #9B8975

#9B8975
(155,137,117)
#A49381
(164,147,129)
#AD9D8D
(173,157,141)
#B6A799
(182,167,153)
#BFB1A5
(191,177,165)
#C8BBB1
(200,187,177)
#D1C5BD
(209,197,189)
#DACFC9
(218,207,201)
#E3D9D5
(227,217,213)
#ECE3E1
(236,227,225)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8975 color. Also use rgb(155,137,117) instead hex code.

Text Font Color

.myTextColor { color: #9B8975; }

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

This text font color is #9B8975.


Background Color

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

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

This div background color is #9B8975.


Border color

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

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

This div border color is #9B8975.


Opacity

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

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

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

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

This text has shadow with #9B8975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8975 on black background.


Color preview on white background

This text has color #9B8975 on white background.



Black color preview on #9B8975 background

This text has black color on #9B8975 background.


White color preview on #9B8975 background

This text has white color on #9B8975 background.