COLOR #9B5442

HEX: #9B5442
RGB: (155,84,66)

Color info

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

RGB color model

#9B5442 color RGB value is (155,84,66).

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

RGB channels and saturation

R 155 of 255 = 61%
G 84 of 255 = 33%
B 66 of 255 = 26%

155
84
66

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

Portions of RGB colors in percentages

R + G + B =
155 + 84 + 66 = 305 (100%)
R 155 of 305 ~ 50.82%
G 84 of 305 ~ 27.54%
B 66 of 305 ~ 21.64%

%50.82
%27.54
%21.64

CMYK color model

#9B5442 color CMYK value is (0,46,57,39).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 57.42%
  • key color value is 39.22%
CMYK:
(0,46,57,39)
C0M46Y57K39 
(0%,46%,57%,39%)
(0.00/0.46/0.57/0.39)	

CMYK percentages

%0
%45.81
%57.42
%39.22

Codes

Color #9B5442 in popluar color models

9B5442
RGB1558466
HSL12°40.27%43.33%
HSB/HSV12°57.42%60.78%
CMYK0.00%45.81%57.42%
39.22%

Color #9B5442 in popluar number systems.

HEX9B5442
Decimal1558466
Binary1001101110101001000010
Octal233124102

Shades and tints

Shades of #9B5442

#9B5442
(155,84,66)
#8D4D3C
(141,77,60)
#7F4636
(127,70,54)
#713F30
(113,63,48)
#63382A
(99,56,42)
#553124
(85,49,36)
#472A1E
(71,42,30)
#392318
(57,35,24)
#2B1C12
(43,28,18)
#1D150C
(29,21,12)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #9B5442

#9B5442
(155,84,66)
#A46353
(164,99,83)
#AD7264
(173,114,100)
#B68175
(182,129,117)
#BF9086
(191,144,134)
#C89F97
(200,159,151)
#D1AEA8
(209,174,168)
#DABDB9
(218,189,185)
#E3CCCA
(227,204,202)
#ECDBDB
(236,219,219)
#F5EAEC
(245,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5442; }

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

This text font color is #9B5442.


Background Color

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

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

This div background color is #9B5442.


Border color

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

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

This div border color is #9B5442.


Opacity

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

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

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

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

This text has shadow with #9B5442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5442 on black background.


Color preview on white background

This text has color #9B5442 on white background.



Black color preview on #9B5442 background

This text has black color on #9B5442 background.


White color preview on #9B5442 background

This text has white color on #9B5442 background.