COLOR #9B4E28

HEX: #9B4E28
RGB: (155,78,40)

Color info

#9B4E28 contains mainly red color. Web safe color of #9B4E28 is #996633 (or #963).

RGB color model

#9B4E28 color RGB value is (155,78,40).

  • red value is 155;
  • green value is 78;
  • blue value is 40.
RGB:
(155,78,40)
(61%,31%,16%)

RGB channels and saturation

R 155 of 255 = 61%
G 78 of 255 = 31%
B 40 of 255 = 16%

155
78
40

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

Portions of RGB colors in percentages

R + G + B =
155 + 78 + 40 = 273 (100%)
R 155 of 273 ~ 56.78%
G 78 of 273 ~ 28.57%
B 40 of 273 ~ 14.65%

%56.78
%28.57
%14.65

CMYK color model

#9B4E28 color CMYK value is (0,50,74,39).

  • cyan value is 0.00%
  • magenta value is 49.68%
  • yellow value is 74.19%
  • key color value is 39.22%
CMYK:
(0,50,74,39)
C0M50Y74K39 
(0%,50%,74%,39%)
(0.00/0.50/0.74/0.39)	

CMYK percentages

%0
%49.68
%74.19
%39.22

Codes

Color #9B4E28 in popluar color models

9B4E28
RGB1557840
HSL20°58.97%38.24%
HSB/HSV20°74.19%60.78%
CMYK0.00%49.68%74.19%
39.22%

Color #9B4E28 in popluar number systems.

HEX9B4E28
Decimal1557840
Binary100110111001110101000
Octal23311650

Shades and tints

Shades of #9B4E28

#9B4E28
(155,78,40)
#8D4725
(141,71,37)
#7F4022
(127,64,34)
#71391F
(113,57,31)
#63321C
(99,50,28)
#552B19
(85,43,25)
#472416
(71,36,22)
#391D13
(57,29,19)
#2B1610
(43,22,16)
#1D0F0D
(29,15,13)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #9B4E28

#9B4E28
(155,78,40)
#A45E3B
(164,94,59)
#AD6E4E
(173,110,78)
#B67E61
(182,126,97)
#BF8E74
(191,142,116)
#C89E87
(200,158,135)
#D1AE9A
(209,174,154)
#DABEAD
(218,190,173)
#E3CEC0
(227,206,192)
#ECDED3
(236,222,211)
#F5EEE6
(245,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4E28; }

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

This text font color is #9B4E28.


Background Color

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

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

This div background color is #9B4E28.


Border color

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

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

This div border color is #9B4E28.


Opacity

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

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

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

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

This text has shadow with #9B4E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4E28 on black background.


Color preview on white background

This text has color #9B4E28 on white background.



Black color preview on #9B4E28 background

This text has black color on #9B4E28 background.


White color preview on #9B4E28 background

This text has white color on #9B4E28 background.