COLOR #9B5446

HEX: #9B5446
RGB: (155,84,70)

Color info

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

RGB color model

#9B5446 color RGB value is (155,84,70).

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

RGB channels and saturation

R 155 of 255 = 61%
G 84 of 255 = 33%
B 70 of 255 = 27%

155
84
70

R + G + B ~ 40%. #9B5446 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 84 + 70 = 309 (100%)
R 155 of 309 ~ 50.16%
G 84 of 309 ~ 27.18%
B 70 of 309 ~ 22.65%

%50.16
%27.18
%22.65

CMYK color model

#9B5446 color CMYK value is (0,46,55,39).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 54.84%
  • key color value is 39.22%
CMYK:
(0,46,55,39)
C0M46Y55K39 
(0%,46%,55%,39%)
(0.00/0.46/0.55/0.39)	

CMYK percentages

%0
%45.81
%54.84
%39.22

Codes

Color #9B5446 in popluar color models

9B5446
RGB1558470
HSL10°37.78%44.12%
HSB/HSV10°54.84%60.78%
CMYK0.00%45.81%54.84%
39.22%

Color #9B5446 in popluar number systems.

HEX9B5446
Decimal1558470
Binary1001101110101001000110
Octal233124106

Shades and tints

Shades of #9B5446

#9B5446
(155,84,70)
#8D4D40
(141,77,64)
#7F463A
(127,70,58)
#713F34
(113,63,52)
#63382E
(99,56,46)
#553128
(85,49,40)
#472A22
(71,42,34)
#39231C
(57,35,28)
#2B1C16
(43,28,22)
#1D1510
(29,21,16)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #9B5446

#9B5446
(155,84,70)
#A46356
(164,99,86)
#AD7266
(173,114,102)
#B68176
(182,129,118)
#BF9086
(191,144,134)
#C89F96
(200,159,150)
#D1AEA6
(209,174,166)
#DABDB6
(218,189,182)
#E3CCC6
(227,204,198)
#ECDBD6
(236,219,214)
#F5EAE6
(245,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5446; }

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

This text font color is #9B5446.


Background Color

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

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

This div background color is #9B5446.


Border color

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

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

This div border color is #9B5446.


Opacity

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

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

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

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

This text has shadow with #9B5446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5446 on black background.


Color preview on white background

This text has color #9B5446 on white background.



Black color preview on #9B5446 background

This text has black color on #9B5446 background.


White color preview on #9B5446 background

This text has white color on #9B5446 background.