COLOR #9B3709

HEX: #9B3709
RGB: (155,55,9)

Color info

#9B3709 contains mainly red color. Web safe color of #9B3709 is #993300 (or #930).

RGB color model

#9B3709 color RGB value is (155,55,9).

  • red value is 155;
  • green value is 55;
  • blue value is 9.
RGB:
(155,55,9)
(61%,22%,4%)

RGB channels and saturation

R 155 of 255 = 61%
G 55 of 255 = 22%
B 9 of 255 = 4%

155
55
9

R + G + B ~ 29%. #9B3709 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 55 + 9 = 219 (100%)
R 155 of 219 ~ 70.78%
G 55 of 219 ~ 25.11%
B 9 of 219 ~ 4.11%

%70.78
%25.11

CMYK color model

#9B3709 color CMYK value is (0,65,94,39).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 94.19%
  • key color value is 39.22%
CMYK:
(0,65,94,39)
C0M65Y94K39 
(0%,65%,94%,39%)
(0.00/0.65/0.94/0.39)	

CMYK percentages

%0
%64.52
%94.19
%39.22

Codes

Color #9B3709 in popluar color models

9B3709
RGB155559
HSL19°89.02%32.16%
HSB/HSV19°94.19%60.78%
CMYK0.00%64.52%94.19%
39.22%

Color #9B3709 in popluar number systems.

HEX9B3709
Decimal155559
Binary100110111101111001
Octal2336711

Shades and tints

Shades of #9B3709

#9B3709
(155,55,9)
#8D3209
(141,50,9)
#7F2D09
(127,45,9)
#712809
(113,40,9)
#632309
(99,35,9)
#551E09
(85,30,9)
#471909
(71,25,9)
#391409
(57,20,9)
#2B0F09
(43,15,9)
#1D0A09
(29,10,9)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #9B3709

#9B3709
(155,55,9)
#A4491F
(164,73,31)
#AD5B35
(173,91,53)
#B66D4B
(182,109,75)
#BF7F61
(191,127,97)
#C89177
(200,145,119)
#D1A38D
(209,163,141)
#DAB5A3
(218,181,163)
#E3C7B9
(227,199,185)
#ECD9CF
(236,217,207)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B3709; }

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

This text font color is #9B3709.


Background Color

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

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

This div background color is #9B3709.


Border color

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

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

This div border color is #9B3709.


Opacity

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

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

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

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

This text has shadow with #9B3709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B3709 on black background.


Color preview on white background

This text has color #9B3709 on white background.



Black color preview on #9B3709 background

This text has black color on #9B3709 background.


White color preview on #9B3709 background

This text has white color on #9B3709 background.