COLOR #9B515B

HEX: #9B515B
RGB: (155,81,91)

Color info

#9B515B contains mainly red color. Web safe color of #9B515B is #996666 (or #966).

RGB color model

#9B515B color RGB value is (155,81,91).

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

RGB channels and saturation

R 155 of 255 = 61%
G 81 of 255 = 32%
B 91 of 255 = 36%

155
81
91

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

Portions of RGB colors in percentages

R + G + B =
155 + 81 + 91 = 327 (100%)
R 155 of 327 ~ 47.4%
G 81 of 327 ~ 24.77%
B 91 of 327 ~ 27.83%

%47.4
%24.77
%27.83

CMYK color model

#9B515B color CMYK value is (0,48,41,39).

  • cyan value is 0.00%
  • magenta value is 47.74%
  • yellow value is 41.29%
  • key color value is 39.22%
CMYK:
(0,48,41,39)
C0M48Y41K39 
(0%,48%,41%,39%)
(0.00/0.48/0.41/0.39)	

CMYK percentages

%0
%47.74
%41.29
%39.22

Codes

Color #9B515B in popluar color models

9B515B
RGB1558191
HSL352°31.36%46.27%
HSB/HSV352°47.74%60.78%
CMYK0.00%47.74%41.29%
39.22%

Color #9B515B in popluar number systems.

HEX9B515B
Decimal1558191
Binary1001101110100011011011
Octal233121133

Shades and tints

Shades of #9B515B

#9B515B
(155,81,91)
#8D4A53
(141,74,83)
#7F434B
(127,67,75)
#713C43
(113,60,67)
#63353B
(99,53,59)
#552E33
(85,46,51)
#47272B
(71,39,43)
#392023
(57,32,35)
#2B191B
(43,25,27)
#1D1213
(29,18,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #9B515B

#9B515B
(155,81,91)
#A46069
(164,96,105)
#AD6F77
(173,111,119)
#B67E85
(182,126,133)
#BF8D93
(191,141,147)
#C89CA1
(200,156,161)
#D1ABAF
(209,171,175)
#DABABD
(218,186,189)
#E3C9CB
(227,201,203)
#ECD8D9
(236,216,217)
#F5E7E7
(245,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B515B; }

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

This text font color is #9B515B.


Background Color

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

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

This div background color is #9B515B.


Border color

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

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

This div border color is #9B515B.


Opacity

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

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

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

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

This text has shadow with #9B515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B515B on black background.


Color preview on white background

This text has color #9B515B on white background.



Black color preview on #9B515B background

This text has black color on #9B515B background.


White color preview on #9B515B background

This text has white color on #9B515B background.