COLOR #9B5B61

HEX: #9B5B61
RGB: (155,91,97)

Color info

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

RGB color model

#9B5B61 color RGB value is (155,91,97).

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

RGB channels and saturation

R 155 of 255 = 61%
G 91 of 255 = 36%
B 97 of 255 = 38%

155
91
97

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

Portions of RGB colors in percentages

R + G + B =
155 + 91 + 97 = 343 (100%)
R 155 of 343 ~ 45.19%
G 91 of 343 ~ 26.53%
B 97 of 343 ~ 28.28%

%45.19
%26.53
%28.28

CMYK color model

#9B5B61 color CMYK value is (0,41,37,39).

  • cyan value is 0.00%
  • magenta value is 41.29%
  • yellow value is 37.42%
  • key color value is 39.22%
CMYK:
(0,41,37,39)
C0M41Y37K39 
(0%,41%,37%,39%)
(0.00/0.41/0.37/0.39)	

CMYK percentages

%0
%41.29
%37.42
%39.22

Codes

Color #9B5B61 in popluar color models

9B5B61
RGB1559197
HSL354°26.02%48.24%
HSB/HSV354°41.29%60.78%
CMYK0.00%41.29%37.42%
39.22%

Color #9B5B61 in popluar number systems.

HEX9B5B61
Decimal1559197
Binary1001101110110111100001
Octal233133141

Shades and tints

Shades of #9B5B61

#9B5B61
(155,91,97)
#8D5359
(141,83,89)
#7F4B51
(127,75,81)
#714349
(113,67,73)
#633B41
(99,59,65)
#553339
(85,51,57)
#472B31
(71,43,49)
#392329
(57,35,41)
#2B1B21
(43,27,33)
#1D1319
(29,19,25)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #9B5B61

#9B5B61
(155,91,97)
#A4696F
(164,105,111)
#AD777D
(173,119,125)
#B6858B
(182,133,139)
#BF9399
(191,147,153)
#C8A1A7
(200,161,167)
#D1AFB5
(209,175,181)
#DABDC3
(218,189,195)
#E3CBD1
(227,203,209)
#ECD9DF
(236,217,223)
#F5E7ED
(245,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5B61; }

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

This text font color is #9B5B61.


Background Color

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

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

This div background color is #9B5B61.


Border color

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

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

This div border color is #9B5B61.


Opacity

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

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

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

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

This text has shadow with #9B5B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5B61 on black background.


Color preview on white background

This text has color #9B5B61 on white background.



Black color preview on #9B5B61 background

This text has black color on #9B5B61 background.


White color preview on #9B5B61 background

This text has white color on #9B5B61 background.