COLOR #9B8F79

HEX: #9B8F79
RGB: (155,143,121)

Color info

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

RGB color model

#9B8F79 color RGB value is (155,143,121).

  • red value is 155;
  • green value is 143;
  • blue value is 121.
RGB:
(155,143,121)
(61%,56%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 143 of 255 = 56%
B 121 of 255 = 47%

155
143
121

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

Portions of RGB colors in percentages

R + G + B =
155 + 143 + 121 = 419 (100%)
R 155 of 419 ~ 36.99%
G 143 of 419 ~ 34.13%
B 121 of 419 ~ 28.88%

%36.99
%34.13
%28.88

CMYK color model

#9B8F79 color CMYK value is (0,8,22,39).

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(0,8,22,39)
C0M8Y22K39 
(0%,8%,22%,39%)
(0.00/0.08/0.22/0.39)	

CMYK percentages

%0
%7.74
%21.94
%39.22

Codes

Color #9B8F79 in popluar color models

9B8F79
RGB155143121
HSL39°14.53%54.12%
HSB/HSV39°21.94%60.78%
CMYK0.00%7.74%21.94%
39.22%

Color #9B8F79 in popluar number systems.

HEX9B8F79
Decimal155143121
Binary10011011100011111111001
Octal233217171

Shades and tints

Shades of #9B8F79

#9B8F79
(155,143,121)
#8D826E
(141,130,110)
#7F7563
(127,117,99)
#716858
(113,104,88)
#635B4D
(99,91,77)
#554E42
(85,78,66)
#474137
(71,65,55)
#39342C
(57,52,44)
#2B2721
(43,39,33)
#1D1A16
(29,26,22)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #9B8F79

#9B8F79
(155,143,121)
#A49985
(164,153,133)
#ADA391
(173,163,145)
#B6AD9D
(182,173,157)
#BFB7A9
(191,183,169)
#C8C1B5
(200,193,181)
#D1CBC1
(209,203,193)
#DAD5CD
(218,213,205)
#E3DFD9
(227,223,217)
#ECE9E5
(236,233,229)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8F79 color. Also use rgb(155,143,121) instead hex code.

Text Font Color

.myTextColor { color: #9B8F79; }

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

This text font color is #9B8F79.


Background Color

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

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

This div background color is #9B8F79.


Border color

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

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

This div border color is #9B8F79.


Opacity

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

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

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

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

This text has shadow with #9B8F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8F79 on black background.


Color preview on white background

This text has color #9B8F79 on white background.



Black color preview on #9B8F79 background

This text has black color on #9B8F79 background.


White color preview on #9B8F79 background

This text has white color on #9B8F79 background.