COLOR #9B8E33

HEX: #9B8E33
RGB: (155,142,51)

Color info

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

RGB color model

#9B8E33 color RGB value is (155,142,51).

  • red value is 155;
  • green value is 142;
  • blue value is 51.
RGB:
(155,142,51)
(61%,56%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 142 of 255 = 56%
B 51 of 255 = 20%

155
142
51

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

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 51 = 348 (100%)
R 155 of 348 ~ 44.54%
G 142 of 348 ~ 40.8%
B 51 of 348 ~ 14.66%

%44.54
%40.8
%14.66

CMYK color model

#9B8E33 color CMYK value is (0,8,67,39).

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 67.10%
  • key color value is 39.22%
CMYK:
(0,8,67,39)
C0M8Y67K39 
(0%,8%,67%,39%)
(0.00/0.08/0.67/0.39)	

CMYK percentages

%0
%8.39
%67.1
%39.22

Codes

Color #9B8E33 in popluar color models

9B8E33
RGB15514251
HSL53°50.49%40.39%
HSB/HSV53°67.10%60.78%
CMYK0.00%8.39%67.10%
39.22%

Color #9B8E33 in popluar number systems.

HEX9B8E33
Decimal15514251
Binary1001101110001110110011
Octal23321663

Shades and tints

Shades of #9B8E33

#9B8E33
(155,142,51)
#8D822F
(141,130,47)
#7F762B
(127,118,43)
#716A27
(113,106,39)
#635E23
(99,94,35)
#55521F
(85,82,31)
#47461B
(71,70,27)
#393A17
(57,58,23)
#2B2E13
(43,46,19)
#1D220F
(29,34,15)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #9B8E33

#9B8E33
(155,142,51)
#A49845
(164,152,69)
#ADA257
(173,162,87)
#B6AC69
(182,172,105)
#BFB67B
(191,182,123)
#C8C08D
(200,192,141)
#D1CA9F
(209,202,159)
#DAD4B1
(218,212,177)
#E3DEC3
(227,222,195)
#ECE8D5
(236,232,213)
#F5F2E7
(245,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8E33 color. Also use rgb(155,142,51) instead hex code.

Text Font Color

.myTextColor { color: #9B8E33; }

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

This text font color is #9B8E33.


Background Color

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

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

This div background color is #9B8E33.


Border color

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

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

This div border color is #9B8E33.


Opacity

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

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

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

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

This text has shadow with #9B8E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8E33 on black background.


Color preview on white background

This text has color #9B8E33 on white background.



Black color preview on #9B8E33 background

This text has black color on #9B8E33 background.


White color preview on #9B8E33 background

This text has white color on #9B8E33 background.