COLOR #9B8D63

HEX: #9B8D63
RGB: (155,141,99)

Color info

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

RGB color model

#9B8D63 color RGB value is (155,141,99).

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

RGB channels and saturation

R 155 of 255 = 61%
G 141 of 255 = 55%
B 99 of 255 = 39%

155
141
99

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

Portions of RGB colors in percentages

R + G + B =
155 + 141 + 99 = 395 (100%)
R 155 of 395 ~ 39.24%
G 141 of 395 ~ 35.7%
B 99 of 395 ~ 25.06%

%39.24
%35.7
%25.06

CMYK color model

#9B8D63 color CMYK value is (0,9,36,39).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 36.13%
  • key color value is 39.22%
CMYK:
(0,9,36,39)
C0M9Y36K39 
(0%,9%,36%,39%)
(0.00/0.09/0.36/0.39)	

CMYK percentages

%0
%9.03
%36.13
%39.22

Codes

Color #9B8D63 in popluar color models

9B8D63
RGB15514199
HSL45°22.05%49.80%
HSB/HSV45°36.13%60.78%
CMYK0.00%9.03%36.13%
39.22%

Color #9B8D63 in popluar number systems.

HEX9B8D63
Decimal15514199
Binary10011011100011011100011
Octal233215143

Shades and tints

Shades of #9B8D63

#9B8D63
(155,141,99)
#8D815A
(141,129,90)
#7F7551
(127,117,81)
#716948
(113,105,72)
#635D3F
(99,93,63)
#555136
(85,81,54)
#47452D
(71,69,45)
#393924
(57,57,36)
#2B2D1B
(43,45,27)
#1D2112
(29,33,18)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #9B8D63

#9B8D63
(155,141,99)
#A49771
(164,151,113)
#ADA17F
(173,161,127)
#B6AB8D
(182,171,141)
#BFB59B
(191,181,155)
#C8BFA9
(200,191,169)
#D1C9B7
(209,201,183)
#DAD3C5
(218,211,197)
#E3DDD3
(227,221,211)
#ECE7E1
(236,231,225)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8D63; }

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

This text font color is #9B8D63.


Background Color

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

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

This div background color is #9B8D63.


Border color

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

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

This div border color is #9B8D63.


Opacity

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

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

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

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

This text has shadow with #9B8D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8D63 on black background.


Color preview on white background

This text has color #9B8D63 on white background.



Black color preview on #9B8D63 background

This text has black color on #9B8D63 background.


White color preview on #9B8D63 background

This text has white color on #9B8D63 background.