COLOR #9B5B70

HEX: #9B5B70
RGB: (155,91,112)

Color info

#9B5B70 contains mainly red and blue colors. Web safe color of #9B5B70 is #996666 (or #966).

RGB color model

#9B5B70 color RGB value is (155,91,112).

  • red value is 155;
  • green value is 91;
  • blue value is 112.
RGB:
(155,91,112)
(61%,36%,44%)

RGB channels and saturation

R 155 of 255 = 61%
G 91 of 255 = 36%
B 112 of 255 = 44%

155
91
112

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

Portions of RGB colors in percentages

R + G + B =
155 + 91 + 112 = 358 (100%)
R 155 of 358 ~ 43.3%
G 91 of 358 ~ 25.42%
B 112 of 358 ~ 31.28%

%43.3
%25.42
%31.28

CMYK color model

#9B5B70 color CMYK value is (0,41,28,39).

  • cyan value is 0.00%
  • magenta value is 41.29%
  • yellow value is 27.74%
  • key color value is 39.22%
CMYK:
(0,41,28,39)
C0M41Y28K39 
(0%,41%,28%,39%)
(0.00/0.41/0.28/0.39)	

CMYK percentages

%0
%41.29
%27.74
%39.22

Codes

Color #9B5B70 in popluar color models

9B5B70
RGB15591112
HSL340°26.02%48.24%
HSB/HSV340°41.29%60.78%
CMYK0.00%41.29%27.74%
39.22%

Color #9B5B70 in popluar number systems.

HEX9B5B70
Decimal15591112
Binary1001101110110111110000
Octal233133160

Shades and tints

Shades of #9B5B70

#9B5B70
(155,91,112)
#8D5366
(141,83,102)
#7F4B5C
(127,75,92)
#714352
(113,67,82)
#633B48
(99,59,72)
#55333E
(85,51,62)
#472B34
(71,43,52)
#39232A
(57,35,42)
#2B1B20
(43,27,32)
#1D1316
(29,19,22)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #9B5B70

#9B5B70
(155,91,112)
#A4697D
(164,105,125)
#AD778A
(173,119,138)
#B68597
(182,133,151)
#BF93A4
(191,147,164)
#C8A1B1
(200,161,177)
#D1AFBE
(209,175,190)
#DABDCB
(218,189,203)
#E3CBD8
(227,203,216)
#ECD9E5
(236,217,229)
#F5E7F2
(245,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5B70 color. Also use rgb(155,91,112) instead hex code.

Text Font Color

.myTextColor { color: #9B5B70; }

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

This text font color is #9B5B70.


Background Color

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

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

This div background color is #9B5B70.


Border color

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

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

This div border color is #9B5B70.


Opacity

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

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

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

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

This text has shadow with #9B5B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5B70 on black background.


Color preview on white background

This text has color #9B5B70 on white background.



Black color preview on #9B5B70 background

This text has black color on #9B5B70 background.


White color preview on #9B5B70 background

This text has white color on #9B5B70 background.