COLOR #9B7327

HEX: #9B7327
RGB: (155,115,39)

Color info

#9B7327 contains mainly red and green colors. Web safe color of #9B7327 is #996633 (or #963).

RGB color model

#9B7327 color RGB value is (155,115,39).

  • red value is 155;
  • green value is 115;
  • blue value is 39.
RGB:
(155,115,39)
(61%,45%,15%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 39 of 255 = 15%

155
115
39

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

Portions of RGB colors in percentages

R + G + B =
155 + 115 + 39 = 309 (100%)
R 155 of 309 ~ 50.16%
G 115 of 309 ~ 37.22%
B 39 of 309 ~ 12.62%

%50.16
%37.22
%12.62

CMYK color model

#9B7327 color CMYK value is (0,26,75,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 74.84%
  • key color value is 39.22%
CMYK:
(0,26,75,39)
C0M26Y75K39 
(0%,26%,75%,39%)
(0.00/0.26/0.75/0.39)	

CMYK percentages

%0
%25.81
%74.84
%39.22

Codes

Color #9B7327 in popluar color models

9B7327
RGB15511539
HSL39°59.79%38.04%
HSB/HSV39°74.84%60.78%
CMYK0.00%25.81%74.84%
39.22%

Color #9B7327 in popluar number systems.

HEX9B7327
Decimal15511539
Binary100110111110011100111
Octal23316347

Shades and tints

Shades of #9B7327

#9B7327
(155,115,39)
#8D6924
(141,105,36)
#7F5F21
(127,95,33)
#71551E
(113,85,30)
#634B1B
(99,75,27)
#554118
(85,65,24)
#473715
(71,55,21)
#392D12
(57,45,18)
#2B230F
(43,35,15)
#1D190C
(29,25,12)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #9B7327

#9B7327
(155,115,39)
#A47F3A
(164,127,58)
#AD8B4D
(173,139,77)
#B69760
(182,151,96)
#BFA373
(191,163,115)
#C8AF86
(200,175,134)
#D1BB99
(209,187,153)
#DAC7AC
(218,199,172)
#E3D3BF
(227,211,191)
#ECDFD2
(236,223,210)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7327 color. Also use rgb(155,115,39) instead hex code.

Text Font Color

.myTextColor { color: #9B7327; }

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

This text font color is #9B7327.


Background Color

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

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

This div background color is #9B7327.


Border color

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

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

This div border color is #9B7327.


Opacity

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

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

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

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

This text has shadow with #9B7327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7327 on black background.


Color preview on white background

This text has color #9B7327 on white background.



Black color preview on #9B7327 background

This text has black color on #9B7327 background.


White color preview on #9B7327 background

This text has white color on #9B7327 background.