COLOR #9B8932

HEX: #9B8932
RGB: (155,137,50)

Color info

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

RGB color model

#9B8932 color RGB value is (155,137,50).

  • red value is 155;
  • green value is 137;
  • blue value is 50.
RGB:
(155,137,50)
(61%,54%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 50 of 255 = 20%

155
137
50

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

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 50 = 342 (100%)
R 155 of 342 ~ 45.32%
G 137 of 342 ~ 40.06%
B 50 of 342 ~ 14.62%

%45.32
%40.06
%14.62

CMYK color model

#9B8932 color CMYK value is (0,12,68,39).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 67.74%
  • key color value is 39.22%
CMYK:
(0,12,68,39)
C0M12Y68K39 
(0%,12%,68%,39%)
(0.00/0.12/0.68/0.39)	

CMYK percentages

%0
%11.61
%67.74
%39.22

Codes

Color #9B8932 in popluar color models

9B8932
RGB15513750
HSL50°51.22%40.20%
HSB/HSV50°67.74%60.78%
CMYK0.00%11.61%67.74%
39.22%

Color #9B8932 in popluar number systems.

HEX9B8932
Decimal15513750
Binary1001101110001001110010
Octal23321162

Shades and tints

Shades of #9B8932

#9B8932
(155,137,50)
#8D7D2E
(141,125,46)
#7F712A
(127,113,42)
#716526
(113,101,38)
#635922
(99,89,34)
#554D1E
(85,77,30)
#47411A
(71,65,26)
#393516
(57,53,22)
#2B2912
(43,41,18)
#1D1D0E
(29,29,14)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #9B8932

#9B8932
(155,137,50)
#A49344
(164,147,68)
#AD9D56
(173,157,86)
#B6A768
(182,167,104)
#BFB17A
(191,177,122)
#C8BB8C
(200,187,140)
#D1C59E
(209,197,158)
#DACFB0
(218,207,176)
#E3D9C2
(227,217,194)
#ECE3D4
(236,227,212)
#F5EDE6
(245,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8932 color. Also use rgb(155,137,50) instead hex code.

Text Font Color

.myTextColor { color: #9B8932; }

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

This text font color is #9B8932.


Background Color

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

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

This div background color is #9B8932.


Border color

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

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

This div border color is #9B8932.


Opacity

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

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

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

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

This text has shadow with #9B8932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8932 on black background.


Color preview on white background

This text has color #9B8932 on white background.



Black color preview on #9B8932 background

This text has black color on #9B8932 background.


White color preview on #9B8932 background

This text has white color on #9B8932 background.