COLOR #9B4332

HEX: #9B4332
RGB: (155,67,50)

Color info

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

RGB color model

#9B4332 color RGB value is (155,67,50).

  • red value is 155;
  • green value is 67;
  • blue value is 50.
RGB:
(155,67,50)
(61%,26%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 67 of 255 = 26%
B 50 of 255 = 20%

155
67
50

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

Portions of RGB colors in percentages

R + G + B =
155 + 67 + 50 = 272 (100%)
R 155 of 272 ~ 56.99%
G 67 of 272 ~ 24.63%
B 50 of 272 ~ 18.38%

%56.99
%24.63
%18.38

CMYK color model

#9B4332 color CMYK value is (0,57,68,39).

  • cyan value is 0.00%
  • magenta value is 56.77%
  • yellow value is 67.74%
  • key color value is 39.22%
CMYK:
(0,57,68,39)
C0M57Y68K39 
(0%,57%,68%,39%)
(0.00/0.57/0.68/0.39)	

CMYK percentages

%0
%56.77
%67.74
%39.22

Codes

Color #9B4332 in popluar color models

9B4332
RGB1556750
HSL10°51.22%40.20%
HSB/HSV10°67.74%60.78%
CMYK0.00%56.77%67.74%
39.22%

Color #9B4332 in popluar number systems.

HEX9B4332
Decimal1556750
Binary100110111000011110010
Octal23310362

Shades and tints

Shades of #9B4332

#9B4332
(155,67,50)
#8D3D2E
(141,61,46)
#7F372A
(127,55,42)
#713126
(113,49,38)
#632B22
(99,43,34)
#55251E
(85,37,30)
#471F1A
(71,31,26)
#391916
(57,25,22)
#2B1312
(43,19,18)
#1D0D0E
(29,13,14)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #9B4332

#9B4332
(155,67,50)
#A45444
(164,84,68)
#AD6556
(173,101,86)
#B67668
(182,118,104)
#BF877A
(191,135,122)
#C8988C
(200,152,140)
#D1A99E
(209,169,158)
#DABAB0
(218,186,176)
#E3CBC2
(227,203,194)
#ECDCD4
(236,220,212)
#F5EDE6
(245,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4332 color. Also use rgb(155,67,50) instead hex code.

Text Font Color

.myTextColor { color: #9B4332; }

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

This text font color is #9B4332.


Background Color

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

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

This div background color is #9B4332.


Border color

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

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

This div border color is #9B4332.


Opacity

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

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

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

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

This text has shadow with #9B4332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4332 on black background.


Color preview on white background

This text has color #9B4332 on white background.



Black color preview on #9B4332 background

This text has black color on #9B4332 background.


White color preview on #9B4332 background

This text has white color on #9B4332 background.