COLOR #9B4D40

HEX: #9B4D40
RGB: (155,77,64)

Color info

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

RGB color model

#9B4D40 color RGB value is (155,77,64).

  • red value is 155;
  • green value is 77;
  • blue value is 64.
RGB:
(155,77,64)
(61%,30%,25%)

RGB channels and saturation

R 155 of 255 = 61%
G 77 of 255 = 30%
B 64 of 255 = 25%

155
77
64

R + G + B ~ 39%. #9B4D40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 77 + 64 = 296 (100%)
R 155 of 296 ~ 52.36%
G 77 of 296 ~ 26.01%
B 64 of 296 ~ 21.62%

%52.36
%26.01
%21.62

CMYK color model

#9B4D40 color CMYK value is (0,50,59,39).

  • cyan value is 0.00%
  • magenta value is 50.32%
  • yellow value is 58.71%
  • key color value is 39.22%
CMYK:
(0,50,59,39)
C0M50Y59K39 
(0%,50%,59%,39%)
(0.00/0.50/0.59/0.39)	

CMYK percentages

%0
%50.32
%58.71
%39.22

Codes

Color #9B4D40 in popluar color models

9B4D40
RGB1557764
HSL41.55%42.94%
HSB/HSV58.71%60.78%
CMYK0.00%50.32%58.71%
39.22%

Color #9B4D40 in popluar number systems.

HEX9B4D40
Decimal1557764
Binary1001101110011011000000
Octal233115100

Shades and tints

Shades of #9B4D40

#9B4D40
(155,77,64)
#8D463B
(141,70,59)
#7F3F36
(127,63,54)
#713831
(113,56,49)
#63312C
(99,49,44)
#552A27
(85,42,39)
#472322
(71,35,34)
#391C1D
(57,28,29)
#2B1518
(43,21,24)
#1D0E13
(29,14,19)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #9B4D40

#9B4D40
(155,77,64)
#A45D51
(164,93,81)
#AD6D62
(173,109,98)
#B67D73
(182,125,115)
#BF8D84
(191,141,132)
#C89D95
(200,157,149)
#D1ADA6
(209,173,166)
#DABDB7
(218,189,183)
#E3CDC8
(227,205,200)
#ECDDD9
(236,221,217)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4D40; }

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

This text font color is #9B4D40.


Background Color

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

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

This div background color is #9B4D40.


Border color

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

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

This div border color is #9B4D40.


Opacity

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

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

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

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

This text has shadow with #9B4D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4D40 on black background.


Color preview on white background

This text has color #9B4D40 on white background.



Black color preview on #9B4D40 background

This text has black color on #9B4D40 background.


White color preview on #9B4D40 background

This text has white color on #9B4D40 background.