COLOR #9B8B4A

HEX: #9B8B4A
RGB: (155,139,74)

Color info

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

RGB color model

#9B8B4A color RGB value is (155,139,74).

  • red value is 155;
  • green value is 139;
  • blue value is 74.
RGB:
(155,139,74)
(61%,55%,29%)

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 74 of 255 = 29%

155
139
74

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

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 74 = 368 (100%)
R 155 of 368 ~ 42.12%
G 139 of 368 ~ 37.77%
B 74 of 368 ~ 20.11%

%42.12
%37.77
%20.11

CMYK color model

#9B8B4A color CMYK value is (0,10,52,39).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 52.26%
  • key color value is 39.22%
CMYK:
(0,10,52,39)
C0M10Y52K39 
(0%,10%,52%,39%)
(0.00/0.10/0.52/0.39)	

CMYK percentages

%0
%10.32
%52.26
%39.22

Codes

Color #9B8B4A in popluar color models

9B8B4A
RGB15513974
HSL48°35.37%44.90%
HSB/HSV48°52.26%60.78%
CMYK0.00%10.32%52.26%
39.22%

Color #9B8B4A in popluar number systems.

HEX9B8B4A
Decimal15513974
Binary10011011100010111001010
Octal233213112

Shades and tints

Shades of #9B8B4A

#9B8B4A
(155,139,74)
#8D7F44
(141,127,68)
#7F733E
(127,115,62)
#716738
(113,103,56)
#635B32
(99,91,50)
#554F2C
(85,79,44)
#474326
(71,67,38)
#393720
(57,55,32)
#2B2B1A
(43,43,26)
#1D1F14
(29,31,20)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9B8B4A

#9B8B4A
(155,139,74)
#A4955A
(164,149,90)
#AD9F6A
(173,159,106)
#B6A97A
(182,169,122)
#BFB38A
(191,179,138)
#C8BD9A
(200,189,154)
#D1C7AA
(209,199,170)
#DAD1BA
(218,209,186)
#E3DBCA
(227,219,202)
#ECE5DA
(236,229,218)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8B4A color. Also use rgb(155,139,74) instead hex code.

Text Font Color

.myTextColor { color: #9B8B4A; }

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

This text font color is #9B8B4A.


Background Color

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

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

This div background color is #9B8B4A.


Border color

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

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

This div border color is #9B8B4A.


Opacity

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

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

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

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

This text has shadow with #9B8B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8B4A on black background.


Color preview on white background

This text has color #9B8B4A on white background.



Black color preview on #9B8B4A background

This text has black color on #9B8B4A background.


White color preview on #9B8B4A background

This text has white color on #9B8B4A background.