COLOR #9B8A75

HEX: #9B8A75
RGB: (155,138,117)

Color info

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

RGB color model

#9B8A75 color RGB value is (155,138,117).

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

RGB channels and saturation

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

155
138
117

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

Portions of RGB colors in percentages

R + G + B =
155 + 138 + 117 = 410 (100%)
R 155 of 410 ~ 37.8%
G 138 of 410 ~ 33.66%
B 117 of 410 ~ 28.54%

%37.8
%33.66
%28.54

CMYK color model

#9B8A75 color CMYK value is (0,11,25,39).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 24.52%
  • key color value is 39.22%
CMYK:
(0,11,25,39)
C0M11Y25K39 
(0%,11%,25%,39%)
(0.00/0.11/0.25/0.39)	

CMYK percentages

%0
%10.97
%24.52
%39.22

Codes

Color #9B8A75 in popluar color models

9B8A75
RGB155138117
HSL33°15.97%53.33%
HSB/HSV33°24.52%60.78%
CMYK0.00%10.97%24.52%
39.22%

Color #9B8A75 in popluar number systems.

HEX9B8A75
Decimal155138117
Binary10011011100010101110101
Octal233212165

Shades and tints

Shades of #9B8A75

#9B8A75
(155,138,117)
#8D7E6B
(141,126,107)
#7F7261
(127,114,97)
#716657
(113,102,87)
#635A4D
(99,90,77)
#554E43
(85,78,67)
#474239
(71,66,57)
#39362F
(57,54,47)
#2B2A25
(43,42,37)
#1D1E1B
(29,30,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9B8A75

#9B8A75
(155,138,117)
#A49481
(164,148,129)
#AD9E8D
(173,158,141)
#B6A899
(182,168,153)
#BFB2A5
(191,178,165)
#C8BCB1
(200,188,177)
#D1C6BD
(209,198,189)
#DAD0C9
(218,208,201)
#E3DAD5
(227,218,213)
#ECE4E1
(236,228,225)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8A75; }

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

This text font color is #9B8A75.


Background Color

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

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

This div background color is #9B8A75.


Border color

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

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

This div border color is #9B8A75.


Opacity

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

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

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

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

This text has shadow with #9B8A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8A75 on black background.


Color preview on white background

This text has color #9B8A75 on white background.



Black color preview on #9B8A75 background

This text has black color on #9B8A75 background.


White color preview on #9B8A75 background

This text has white color on #9B8A75 background.