COLOR #9B7307

HEX: #9B7307
RGB: (155,115,7)

Color info

#9B7307 contains mainly red and green colors. Web safe color of #9B7307 is #996600 (or #960).

RGB color model

#9B7307 color RGB value is (155,115,7).

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

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 7 of 255 = 3%

155
115
7

R + G + B ~ 36%. #9B7307 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 115 + 7 = 277 (100%)
R 155 of 277 ~ 55.96%
G 115 of 277 ~ 41.52%
B 7 of 277 ~ 2.53%

%55.96
%41.52

CMYK color model

#9B7307 color CMYK value is (0,26,95,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 95.48%
  • key color value is 39.22%
CMYK:
(0,26,95,39)
C0M26Y95K39 
(0%,26%,95%,39%)
(0.00/0.26/0.95/0.39)	

CMYK percentages

%0
%25.81
%95.48
%39.22

Codes

Color #9B7307 in popluar color models

9B7307
RGB1551157
HSL44°91.36%31.76%
HSB/HSV44°95.48%60.78%
CMYK0.00%25.81%95.48%
39.22%

Color #9B7307 in popluar number systems.

HEX9B7307
Decimal1551157
Binary100110111110011111
Octal2331637

Shades and tints

Shades of #9B7307

#9B7307
(155,115,7)
#8D6907
(141,105,7)
#7F5F07
(127,95,7)
#715507
(113,85,7)
#634B07
(99,75,7)
#554107
(85,65,7)
#473707
(71,55,7)
#392D07
(57,45,7)
#2B2307
(43,35,7)
#1D1907
(29,25,7)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #9B7307

#9B7307
(155,115,7)
#A47F1D
(164,127,29)
#AD8B33
(173,139,51)
#B69749
(182,151,73)
#BFA35F
(191,163,95)
#C8AF75
(200,175,117)
#D1BB8B
(209,187,139)
#DAC7A1
(218,199,161)
#E3D3B7
(227,211,183)
#ECDFCD
(236,223,205)
#F5EBE3
(245,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7307; }

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

This text font color is #9B7307.


Background Color

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

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

This div background color is #9B7307.


Border color

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

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

This div border color is #9B7307.


Opacity

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

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

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

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

This text has shadow with #9B7307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7307 on black background.


Color preview on white background

This text has color #9B7307 on white background.



Black color preview on #9B7307 background

This text has black color on #9B7307 background.


White color preview on #9B7307 background

This text has white color on #9B7307 background.