COLOR #9B8400

HEX: #9B8400
RGB: (155,132,0)

Color info

#9B8400 contains only red and green colors. Web safe color of #9B8400 is #999900 (or #990).

RGB color model

#9B8400 color RGB value is (155,132,0).

  • red value is 155;
  • green value is 132;
  • blue value is 0.
RGB:
(155,132,0)
(61%,52%,0%)

RGB channels and saturation

R 155 of 255 = 61%
G 132 of 255 = 52%
B 0 of 255 = 0%

155
132
0

R + G + B ~ 38%. #9B8400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 132 + 0 = 287 (100%)
R 155 of 287 ~ 54.01%
G 132 of 287 ~ 45.99%
B 0 of 287 ~ 0%

%54.01
%45.99

CMYK color model

#9B8400 color CMYK value is (0,15,100,39).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 100.00%
  • key color value is 39.22%
CMYK:
(0,15,100,39)
C0M15Y100K39 
(0%,15%,100%,39%)
(0.00/0.15/1.00/0.39)	

CMYK percentages

%0
%14.84
%100
%39.22

Codes

Color #9B8400 in popluar color models

9B8400
RGB1551320
HSL51°100.00%30.39%
HSB/HSV51°100.00%60.78%
CMYK0.00%14.84%100.00%
39.22%

Color #9B8400 in popluar number systems.

HEX9B8400
Decimal1551320
Binary10011011100001000
Octal2332040

Shades and tints

Shades of #9B8400

#9B8400
(155,132,0)
#8D7800
(141,120,0)
#7F6C00
(127,108,0)
#716000
(113,96,0)
#635400
(99,84,0)
#554800
(85,72,0)
#473C00
(71,60,0)
#393000
(57,48,0)
#2B2400
(43,36,0)
#1D1800
(29,24,0)
#0F0C00
(15,12,0)
#000000
(0,0,0)

Tints of #9B8400

#9B8400
(155,132,0)
#A48F17
(164,143,23)
#AD9A2E
(173,154,46)
#B6A545
(182,165,69)
#BFB05C
(191,176,92)
#C8BB73
(200,187,115)
#D1C68A
(209,198,138)
#DAD1A1
(218,209,161)
#E3DCB8
(227,220,184)
#ECE7CF
(236,231,207)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8400 color. Also use rgb(155,132,0) instead hex code.

Text Font Color

.myTextColor { color: #9B8400; }

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

This text font color is #9B8400.


Background Color

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

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

This div background color is #9B8400.


Border color

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

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

This div border color is #9B8400.


Opacity

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

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

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

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

This text has shadow with #9B8400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8400 on black background.


Color preview on white background

This text has color #9B8400 on white background.



Black color preview on #9B8400 background

This text has black color on #9B8400 background.


White color preview on #9B8400 background

This text has white color on #9B8400 background.