COLOR #9B4B41

HEX: #9B4B41
RGB: (155,75,65)

Color info

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

RGB color model

#9B4B41 color RGB value is (155,75,65).

  • red value is 155;
  • green value is 75;
  • blue value is 65.
RGB:
(155,75,65)
(61%,29%,25%)

RGB channels and saturation

R 155 of 255 = 61%
G 75 of 255 = 29%
B 65 of 255 = 25%

155
75
65

R + G + B ~ 38%. #9B4B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 75 + 65 = 295 (100%)
R 155 of 295 ~ 52.54%
G 75 of 295 ~ 25.42%
B 65 of 295 ~ 22.03%

%52.54
%25.42
%22.03

CMYK color model

#9B4B41 color CMYK value is (0,52,58,39).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 58.06%
  • key color value is 39.22%
CMYK:
(0,52,58,39)
C0M52Y58K39 
(0%,52%,58%,39%)
(0.00/0.52/0.58/0.39)	

CMYK percentages

%0
%51.61
%58.06
%39.22

Codes

Color #9B4B41 in popluar color models

9B4B41
RGB1557565
HSL40.91%43.14%
HSB/HSV58.06%60.78%
CMYK0.00%51.61%58.06%
39.22%

Color #9B4B41 in popluar number systems.

HEX9B4B41
Decimal1557565
Binary1001101110010111000001
Octal233113101

Shades and tints

Shades of #9B4B41

#9B4B41
(155,75,65)
#8D453C
(141,69,60)
#7F3F37
(127,63,55)
#713932
(113,57,50)
#63332D
(99,51,45)
#552D28
(85,45,40)
#472723
(71,39,35)
#39211E
(57,33,30)
#2B1B19
(43,27,25)
#1D1514
(29,21,20)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #9B4B41

#9B4B41
(155,75,65)
#A45B52
(164,91,82)
#AD6B63
(173,107,99)
#B67B74
(182,123,116)
#BF8B85
(191,139,133)
#C89B96
(200,155,150)
#D1ABA7
(209,171,167)
#DABBB8
(218,187,184)
#E3CBC9
(227,203,201)
#ECDBDA
(236,219,218)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4B41; }

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

This text font color is #9B4B41.


Background Color

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

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

This div background color is #9B4B41.


Border color

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

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

This div border color is #9B4B41.


Opacity

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

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

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

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

This text has shadow with #9B4B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4B41 on black background.


Color preview on white background

This text has color #9B4B41 on white background.



Black color preview on #9B4B41 background

This text has black color on #9B4B41 background.


White color preview on #9B4B41 background

This text has white color on #9B4B41 background.