COLOR #9B9674

HEX: #9B9674
RGB: (155,150,116)

Color info

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

RGB color model

#9B9674 color RGB value is (155,150,116).

  • red value is 155;
  • green value is 150;
  • blue value is 116.
RGB:
(155,150,116)
(61%,59%,45%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 116 of 255 = 45%

155
150
116

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

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 116 = 421 (100%)
R 155 of 421 ~ 36.82%
G 150 of 421 ~ 35.63%
B 116 of 421 ~ 27.55%

%36.82
%35.63
%27.55

CMYK color model

#9B9674 color CMYK value is (0,3,25,39).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 25.16%
  • key color value is 39.22%
CMYK:
(0,3,25,39)
C0M3Y25K39 
(0%,3%,25%,39%)
(0.00/0.03/0.25/0.39)	

CMYK percentages

%0
%3.23
%25.16
%39.22

Codes

Color #9B9674 in popluar color models

9B9674
RGB155150116
HSL52°16.32%53.14%
HSB/HSV52°25.16%60.78%
CMYK0.00%3.23%25.16%
39.22%

Color #9B9674 in popluar number systems.

HEX9B9674
Decimal155150116
Binary10011011100101101110100
Octal233226164

Shades and tints

Shades of #9B9674

#9B9674
(155,150,116)
#8D896A
(141,137,106)
#7F7C60
(127,124,96)
#716F56
(113,111,86)
#63624C
(99,98,76)
#555542
(85,85,66)
#474838
(71,72,56)
#393B2E
(57,59,46)
#2B2E24
(43,46,36)
#1D211A
(29,33,26)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9B9674

#9B9674
(155,150,116)
#A49F80
(164,159,128)
#ADA88C
(173,168,140)
#B6B198
(182,177,152)
#BFBAA4
(191,186,164)
#C8C3B0
(200,195,176)
#D1CCBC
(209,204,188)
#DAD5C8
(218,213,200)
#E3DED4
(227,222,212)
#ECE7E0
(236,231,224)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9674 color. Also use rgb(155,150,116) instead hex code.

Text Font Color

.myTextColor { color: #9B9674; }

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

This text font color is #9B9674.


Background Color

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

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

This div background color is #9B9674.


Border color

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

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

This div border color is #9B9674.


Opacity

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

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

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

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

This text has shadow with #9B9674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9674 on black background.


Color preview on white background

This text has color #9B9674 on white background.



Black color preview on #9B9674 background

This text has black color on #9B9674 background.


White color preview on #9B9674 background

This text has white color on #9B9674 background.