COLOR #9B9979

HEX: #9B9979 RGB: (155,153,121)

Color info

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

RGB color model

#9B9979 color RGB value is (155,153,121).

RGB: (155,153,121) (61%, 60%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 121 of 255 = 47%

155
153
121

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

Portions of RGB colors in percentages

R + G + B = 155 + 153 + 121 = 429 (100%)
R 155 of 429 ~ 36.13%
G 153 of 429 ~ 35.66%
B 121 of 429 ~ 28.21'%

%36.13
%35.66
%28.21

CMYK color model

#9B9979 color CMYK value is (0,1,22,39).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 21.94%
  • key color value is 39.22%

CMYK: (0,1,22,39)
C0M1Y22K39 (0%, 1%, 22%, 39%)
(0.00 / 0.01 / 0.22 / 0.39)

CMYK percentages

%0
%1.29
%21.94
%39.22

Codes

Color #9B9979 in popluar color models

9B 99 79
RGB 155 153 121
HSL 56° 14.53% 54.12%
HSB/HSV 56° 21.94% 60.78%
CMYK 0.00% 1.29% 21.94%
39.22%

Color #9B9979 in popluar number systems.

HEX 9B 99 79
Decimal 155 153 121
Binary 10011011 10011001 1111001
Octal 233 231 171

Shades and tints

Shades of #9B9979

#9B9979
(155,153,121)
#8D8C6E
(141,140,110)
#7F7F63
(127,127,99)
#717258
(113,114,88)
#63654D
(99,101,77)
#555842
(85,88,66)
#474B37
(71,75,55)
#393E2C
(57,62,44)
#2B3121
(43,49,33)
#1D2416
(29,36,22)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #9B9979

#9B9979
(155,153,121)
#A4A285
(164,162,133)
#ADAB91
(173,171,145)
#B6B49D
(182,180,157)
#BFBDA9
(191,189,169)
#C8C6B5
(200,198,181)
#D1CFC1
(209,207,193)
#DAD8CD
(218,216,205)
#E3E1D9
(227,225,217)
#ECEAE5
(236,234,229)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9979; }

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

This text font color is #9B9979.

Background Color

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

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

This div background color is #9B9979.

Border color

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

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

This div border color is #9B9979.

Opacity

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

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

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

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

This text has shadow with #9B9979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9979.

Preview

Color preview on black background

This text has color #9B9979 on black background.


Color preview on white background

This text has color #9B9979 on white background.


Black color preview on #9B9979 background

This text has black color on #9B9979 background.


White color preview on #9B9979 background

This text has white color on #9B9979 background.


Related colors

Complementary color

Complementary color for #hex is #646686.


I love getcolorcode.com

Triadic colors

1 #799B99 and #99799B with #9B9979 are triadic colors.

2 #79999B and #999B79 with #9B9979 are triadic colors.