COLOR #9B9365

HEX: #9B9365
RGB: (155,147,101)

Color info

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

RGB color model

#9B9365 color RGB value is (155,147,101).

  • red value is 155;
  • green value is 147;
  • blue value is 101.
RGB:
(155,147,101)
(61%,58%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 147 of 255 = 58%
B 101 of 255 = 40%

155
147
101

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

Portions of RGB colors in percentages

R + G + B =
155 + 147 + 101 = 403 (100%)
R 155 of 403 ~ 38.46%
G 147 of 403 ~ 36.48%
B 101 of 403 ~ 25.06%

%38.46
%36.48
%25.06

CMYK color model

#9B9365 color CMYK value is (0,5,35,39).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 34.84%
  • key color value is 39.22%
CMYK:
(0,5,35,39)
C0M5Y35K39 
(0%,5%,35%,39%)
(0.00/0.05/0.35/0.39)	

CMYK percentages

%0
%5.16
%34.84
%39.22

Codes

Color #9B9365 in popluar color models

9B9365
RGB155147101
HSL51°21.26%50.20%
HSB/HSV51°34.84%60.78%
CMYK0.00%5.16%34.84%
39.22%

Color #9B9365 in popluar number systems.

HEX9B9365
Decimal155147101
Binary10011011100100111100101
Octal233223145

Shades and tints

Shades of #9B9365

#9B9365
(155,147,101)
#8D865C
(141,134,92)
#7F7953
(127,121,83)
#716C4A
(113,108,74)
#635F41
(99,95,65)
#555238
(85,82,56)
#47452F
(71,69,47)
#393826
(57,56,38)
#2B2B1D
(43,43,29)
#1D1E14
(29,30,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #9B9365

#9B9365
(155,147,101)
#A49C73
(164,156,115)
#ADA581
(173,165,129)
#B6AE8F
(182,174,143)
#BFB79D
(191,183,157)
#C8C0AB
(200,192,171)
#D1C9B9
(209,201,185)
#DAD2C7
(218,210,199)
#E3DBD5
(227,219,213)
#ECE4E3
(236,228,227)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9365 color. Also use rgb(155,147,101) instead hex code.

Text Font Color

.myTextColor { color: #9B9365; }

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

This text font color is #9B9365.


Background Color

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

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

This div background color is #9B9365.


Border color

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

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

This div border color is #9B9365.


Opacity

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

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

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

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

This text has shadow with #9B9365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9365 on black background.


Color preview on white background

This text has color #9B9365 on white background.



Black color preview on #9B9365 background

This text has black color on #9B9365 background.


White color preview on #9B9365 background

This text has white color on #9B9365 background.