COLOR #9B8D61

HEX: #9B8D61
RGB: (155,141,97)

Color info

#9B8D61 contains red, green and blue colors in about the same proportion. Web safe color of #9B8D61 is #999966 (or #996).

RGB color model

#9B8D61 color RGB value is (155,141,97).

  • red value is 155;
  • green value is 141;
  • blue value is 97.
RGB:
(155,141,97)
(61%,55%,38%)

RGB channels and saturation

R 155 of 255 = 61%
G 141 of 255 = 55%
B 97 of 255 = 38%

155
141
97

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

Portions of RGB colors in percentages

R + G + B =
155 + 141 + 97 = 393 (100%)
R 155 of 393 ~ 39.44%
G 141 of 393 ~ 35.88%
B 97 of 393 ~ 24.68%

%39.44
%35.88
%24.68

CMYK color model

#9B8D61 color CMYK value is (0,9,37,39).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 37.42%
  • key color value is 39.22%
CMYK:
(0,9,37,39)
C0M9Y37K39 
(0%,9%,37%,39%)
(0.00/0.09/0.37/0.39)	

CMYK percentages

%0
%9.03
%37.42
%39.22

Codes

Color #9B8D61 in popluar color models

9B8D61
RGB15514197
HSL46°23.02%49.41%
HSB/HSV46°37.42%60.78%
CMYK0.00%9.03%37.42%
39.22%

Color #9B8D61 in popluar number systems.

HEX9B8D61
Decimal15514197
Binary10011011100011011100001
Octal233215141

Shades and tints

Shades of #9B8D61

#9B8D61
(155,141,97)
#8D8159
(141,129,89)
#7F7551
(127,117,81)
#716949
(113,105,73)
#635D41
(99,93,65)
#555139
(85,81,57)
#474531
(71,69,49)
#393929
(57,57,41)
#2B2D21
(43,45,33)
#1D2119
(29,33,25)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9B8D61

#9B8D61
(155,141,97)
#A4976F
(164,151,111)
#ADA17D
(173,161,125)
#B6AB8B
(182,171,139)
#BFB599
(191,181,153)
#C8BFA7
(200,191,167)
#D1C9B5
(209,201,181)
#DAD3C3
(218,211,195)
#E3DDD1
(227,221,209)
#ECE7DF
(236,231,223)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8D61 color. Also use rgb(155,141,97) instead hex code.

Text Font Color

.myTextColor { color: #9B8D61; }

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

This text font color is #9B8D61.


Background Color

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

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

This div background color is #9B8D61.


Border color

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

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

This div border color is #9B8D61.


Opacity

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

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

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

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

This text has shadow with #9B8D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8D61 on black background.


Color preview on white background

This text has color #9B8D61 on white background.



Black color preview on #9B8D61 background

This text has black color on #9B8D61 background.


White color preview on #9B8D61 background

This text has white color on #9B8D61 background.