COLOR #9B9E79

HEX: #9B9E79
RGB: (155,158,121)

Color info

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

RGB color model

#9B9E79 color RGB value is (155,158,121).

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

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 121 of 255 = 47%

155
158
121

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 121 = 434 (100%)
R 155 of 434 ~ 35.71%
G 158 of 434 ~ 36.41%
B 121 of 434 ~ 27.88%

%35.71
%36.41
%27.88

CMYK color model

#9B9E79 color CMYK value is (2,0,23,38).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 38.04%
CMYK:
(2,0,23,38)
C2M0Y23K38 
(2%,0%,23%,38%)
(0.02/0.00/0.23/0.38)	

CMYK percentages

%1.9
%0
%23.42
%38.04

Codes

Color #9B9E79 in popluar color models

9B9E79
RGB155158121
HSL65°16.02%54.71%
HSB/HSV65°23.42%61.96%
CMYK1.90%0.00%23.42%
38.04%

Color #9B9E79 in popluar number systems.

HEX9B9E79
Decimal155158121
Binary10011011100111101111001
Octal233236171

Shades and tints

Shades of #9B9E79

#9B9E79
(155,158,121)
#8D906E
(141,144,110)
#7F8263
(127,130,99)
#717458
(113,116,88)
#63664D
(99,102,77)
#555842
(85,88,66)
#474A37
(71,74,55)
#393C2C
(57,60,44)
#2B2E21
(43,46,33)
#1D2016
(29,32,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #9B9E79

#9B9E79
(155,158,121)
#A4A685
(164,166,133)
#ADAE91
(173,174,145)
#B6B69D
(182,182,157)
#BFBEA9
(191,190,169)
#C8C6B5
(200,198,181)
#D1CEC1
(209,206,193)
#DAD6CD
(218,214,205)
#E3DED9
(227,222,217)
#ECE6E5
(236,230,229)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9E79; }

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

This text font color is #9B9E79.


Background Color

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

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

This div background color is #9B9E79.


Border color

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

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

This div border color is #9B9E79.


Opacity

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

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

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

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

This text has shadow with #9B9E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9E79 on black background.


Color preview on white background

This text has color #9B9E79 on white background.



Black color preview on #9B9E79 background

This text has black color on #9B9E79 background.


White color preview on #9B9E79 background

This text has white color on #9B9E79 background.