COLOR #9B3519

HEX: #9B3519
RGB: (155,53,25)

Color info

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

RGB color model

#9B3519 color RGB value is (155,53,25).

  • red value is 155;
  • green value is 53;
  • blue value is 25.
RGB:
(155,53,25)
(61%,21%,10%)

RGB channels and saturation

R 155 of 255 = 61%
G 53 of 255 = 21%
B 25 of 255 = 10%

155
53
25

R + G + B ~ 31%. #9B3519 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 53 + 25 = 233 (100%)
R 155 of 233 ~ 66.52%
G 53 of 233 ~ 22.75%
B 25 of 233 ~ 10.73%

%66.52
%22.75
%10.73

CMYK color model

#9B3519 color CMYK value is (0,66,84,39).

  • cyan value is 0.00%
  • magenta value is 65.81%
  • yellow value is 83.87%
  • key color value is 39.22%
CMYK:
(0,66,84,39)
C0M66Y84K39 
(0%,66%,84%,39%)
(0.00/0.66/0.84/0.39)	

CMYK percentages

%0
%65.81
%83.87
%39.22

Codes

Color #9B3519 in popluar color models

9B3519
RGB1555325
HSL13°72.22%35.29%
HSB/HSV13°83.87%60.78%
CMYK0.00%65.81%83.87%
39.22%

Color #9B3519 in popluar number systems.

HEX9B3519
Decimal1555325
Binary1001101111010111001
Octal2336531

Shades and tints

Shades of #9B3519

#9B3519
(155,53,25)
#8D3117
(141,49,23)
#7F2D15
(127,45,21)
#712913
(113,41,19)
#632511
(99,37,17)
#55210F
(85,33,15)
#471D0D
(71,29,13)
#39190B
(57,25,11)
#2B1509
(43,21,9)
#1D1107
(29,17,7)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #9B3519

#9B3519
(155,53,25)
#A4472D
(164,71,45)
#AD5941
(173,89,65)
#B66B55
(182,107,85)
#BF7D69
(191,125,105)
#C88F7D
(200,143,125)
#D1A191
(209,161,145)
#DAB3A5
(218,179,165)
#E3C5B9
(227,197,185)
#ECD7CD
(236,215,205)
#F5E9E1
(245,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B3519; }

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

This text font color is #9B3519.


Background Color

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

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

This div background color is #9B3519.


Border color

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

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

This div border color is #9B3519.


Opacity

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

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

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

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

This text has shadow with #9B3519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B3519 on black background.


Color preview on white background

This text has color #9B3519 on white background.



Black color preview on #9B3519 background

This text has black color on #9B3519 background.


White color preview on #9B3519 background

This text has white color on #9B3519 background.