COLOR #9B9479

HEX: #9B9479
RGB: (155,148,121)

Color info

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

RGB color model

#9B9479 color RGB value is (155,148,121).

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

RGB channels and saturation

R 155 of 255 = 61%
G 148 of 255 = 58%
B 121 of 255 = 47%

155
148
121

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

Portions of RGB colors in percentages

R + G + B =
155 + 148 + 121 = 424 (100%)
R 155 of 424 ~ 36.56%
G 148 of 424 ~ 34.91%
B 121 of 424 ~ 28.54%

%36.56
%34.91
%28.54

CMYK color model

#9B9479 color CMYK value is (0,5,22,39).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(0,5,22,39)
C0M5Y22K39 
(0%,5%,22%,39%)
(0.00/0.05/0.22/0.39)	

CMYK percentages

%0
%4.52
%21.94
%39.22

Codes

Color #9B9479 in popluar color models

9B9479
RGB155148121
HSL48°14.53%54.12%
HSB/HSV48°21.94%60.78%
CMYK0.00%4.52%21.94%
39.22%

Color #9B9479 in popluar number systems.

HEX9B9479
Decimal155148121
Binary10011011100101001111001
Octal233224171

Shades and tints

Shades of #9B9479

#9B9479
(155,148,121)
#8D876E
(141,135,110)
#7F7A63
(127,122,99)
#716D58
(113,109,88)
#63604D
(99,96,77)
#555342
(85,83,66)
#474637
(71,70,55)
#39392C
(57,57,44)
#2B2C21
(43,44,33)
#1D1F16
(29,31,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #9B9479

#9B9479
(155,148,121)
#A49D85
(164,157,133)
#ADA691
(173,166,145)
#B6AF9D
(182,175,157)
#BFB8A9
(191,184,169)
#C8C1B5
(200,193,181)
#D1CAC1
(209,202,193)
#DAD3CD
(218,211,205)
#E3DCD9
(227,220,217)
#ECE5E5
(236,229,229)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9479; }

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

This text font color is #9B9479.


Background Color

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

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

This div background color is #9B9479.


Border color

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

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

This div border color is #9B9479.


Opacity

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

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

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

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

This text has shadow with #9B9479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9479 on black background.


Color preview on white background

This text has color #9B9479 on white background.



Black color preview on #9B9479 background

This text has black color on #9B9479 background.


White color preview on #9B9479 background

This text has white color on #9B9479 background.