COLOR #9B994C

HEX: #9B994C
RGB: (155,153,76)

Color info

#9B994C contains mainly red and green colors. Web safe color of #9B994C is #999933 (or #993).

RGB color model

#9B994C color RGB value is (155,153,76).

  • red value is 155;
  • green value is 153;
  • blue value is 76.
RGB:
(155,153,76)
(61%,60%,30%)

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 76 of 255 = 30%

155
153
76

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

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 76 = 384 (100%)
R 155 of 384 ~ 40.36%
G 153 of 384 ~ 39.84%
B 76 of 384 ~ 19.79%

%40.36
%39.84
%19.79

CMYK color model

#9B994C color CMYK value is (0,1,51,39).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 50.97%
  • key color value is 39.22%
CMYK:
(0,1,51,39)
C0M1Y51K39 
(0%,1%,51%,39%)
(0.00/0.01/0.51/0.39)	

CMYK percentages

%0
%1.29
%50.97
%39.22

Codes

Color #9B994C in popluar color models

9B994C
RGB15515376
HSL58°34.20%45.29%
HSB/HSV58°50.97%60.78%
CMYK0.00%1.29%50.97%
39.22%

Color #9B994C in popluar number systems.

HEX9B994C
Decimal15515376
Binary10011011100110011001100
Octal233231114

Shades and tints

Shades of #9B994C

#9B994C
(155,153,76)
#8D8C46
(141,140,70)
#7F7F40
(127,127,64)
#71723A
(113,114,58)
#636534
(99,101,52)
#55582E
(85,88,46)
#474B28
(71,75,40)
#393E22
(57,62,34)
#2B311C
(43,49,28)
#1D2416
(29,36,22)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9B994C

#9B994C
(155,153,76)
#A4A25C
(164,162,92)
#ADAB6C
(173,171,108)
#B6B47C
(182,180,124)
#BFBD8C
(191,189,140)
#C8C69C
(200,198,156)
#D1CFAC
(209,207,172)
#DAD8BC
(218,216,188)
#E3E1CC
(227,225,204)
#ECEADC
(236,234,220)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B994C; }

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

This text font color is #9B994C.


Background Color

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

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

This div background color is #9B994C.


Border color

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

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

This div border color is #9B994C.


Opacity

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

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

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

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

This text has shadow with #9B994C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B994C on black background.


Color preview on white background

This text has color #9B994C on white background.



Black color preview on #9B994C background

This text has black color on #9B994C background.


White color preview on #9B994C background

This text has white color on #9B994C background.