COLOR #9B4626

HEX: #9B4626
RGB: (155,70,38)

Color info

#9B4626 contains mainly red color. Web safe color of #9B4626 is #993333 (or #933).

RGB color model

#9B4626 color RGB value is (155,70,38).

  • red value is 155;
  • green value is 70;
  • blue value is 38.
RGB:
(155,70,38)
(61%,27%,15%)

RGB channels and saturation

R 155 of 255 = 61%
G 70 of 255 = 27%
B 38 of 255 = 15%

155
70
38

R + G + B ~ 34%. #9B4626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 70 + 38 = 263 (100%)
R 155 of 263 ~ 58.94%
G 70 of 263 ~ 26.62%
B 38 of 263 ~ 14.45%

%58.94
%26.62
%14.45

CMYK color model

#9B4626 color CMYK value is (0,55,75,39).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 75.48%
  • key color value is 39.22%
CMYK:
(0,55,75,39)
C0M55Y75K39 
(0%,55%,75%,39%)
(0.00/0.55/0.75/0.39)	

CMYK percentages

%0
%54.84
%75.48
%39.22

Codes

Color #9B4626 in popluar color models

9B4626
RGB1557038
HSL16°60.62%37.84%
HSB/HSV16°75.48%60.78%
CMYK0.00%54.84%75.48%
39.22%

Color #9B4626 in popluar number systems.

HEX9B4626
Decimal1557038
Binary100110111000110100110
Octal23310646

Shades and tints

Shades of #9B4626

#9B4626
(155,70,38)
#8D4023
(141,64,35)
#7F3A20
(127,58,32)
#71341D
(113,52,29)
#632E1A
(99,46,26)
#552817
(85,40,23)
#472214
(71,34,20)
#391C11
(57,28,17)
#2B160E
(43,22,14)
#1D100B
(29,16,11)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #9B4626

#9B4626
(155,70,38)
#A45639
(164,86,57)
#AD664C
(173,102,76)
#B6765F
(182,118,95)
#BF8672
(191,134,114)
#C89685
(200,150,133)
#D1A698
(209,166,152)
#DAB6AB
(218,182,171)
#E3C6BE
(227,198,190)
#ECD6D1
(236,214,209)
#F5E6E4
(245,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4626; }

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

This text font color is #9B4626.


Background Color

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

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

This div background color is #9B4626.


Border color

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

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

This div border color is #9B4626.


Opacity

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

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

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

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

This text has shadow with #9B4626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4626 on black background.


Color preview on white background

This text has color #9B4626 on white background.



Black color preview on #9B4626 background

This text has black color on #9B4626 background.


White color preview on #9B4626 background

This text has white color on #9B4626 background.