COLOR #9B596A

HEX: #9B596A
RGB: (155,89,106)

Color info

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

RGB color model

#9B596A color RGB value is (155,89,106).

  • red value is 155;
  • green value is 89;
  • blue value is 106.
RGB:
(155,89,106)
(61%,35%,42%)

RGB channels and saturation

R 155 of 255 = 61%
G 89 of 255 = 35%
B 106 of 255 = 42%

155
89
106

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

Portions of RGB colors in percentages

R + G + B =
155 + 89 + 106 = 350 (100%)
R 155 of 350 ~ 44.29%
G 89 of 350 ~ 25.43%
B 106 of 350 ~ 30.29%

%44.29
%25.43
%30.29

CMYK color model

#9B596A color CMYK value is (0,43,32,39).

  • cyan value is 0.00%
  • magenta value is 42.58%
  • yellow value is 31.61%
  • key color value is 39.22%
CMYK:
(0,43,32,39)
C0M43Y32K39 
(0%,43%,32%,39%)
(0.00/0.43/0.32/0.39)	

CMYK percentages

%0
%42.58
%31.61
%39.22

Codes

Color #9B596A in popluar color models

9B596A
RGB15589106
HSL345°27.05%47.84%
HSB/HSV345°42.58%60.78%
CMYK0.00%42.58%31.61%
39.22%

Color #9B596A in popluar number systems.

HEX9B596A
Decimal15589106
Binary1001101110110011101010
Octal233131152

Shades and tints

Shades of #9B596A

#9B596A
(155,89,106)
#8D5161
(141,81,97)
#7F4958
(127,73,88)
#71414F
(113,65,79)
#633946
(99,57,70)
#55313D
(85,49,61)
#472934
(71,41,52)
#39212B
(57,33,43)
#2B1922
(43,25,34)
#1D1119
(29,17,25)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #9B596A

#9B596A
(155,89,106)
#A46877
(164,104,119)
#AD7784
(173,119,132)
#B68691
(182,134,145)
#BF959E
(191,149,158)
#C8A4AB
(200,164,171)
#D1B3B8
(209,179,184)
#DAC2C5
(218,194,197)
#E3D1D2
(227,209,210)
#ECE0DF
(236,224,223)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B596A color. Also use rgb(155,89,106) instead hex code.

Text Font Color

.myTextColor { color: #9B596A; }

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

This text font color is #9B596A.


Background Color

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

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

This div background color is #9B596A.


Border color

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

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

This div border color is #9B596A.


Opacity

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

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

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

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

This text has shadow with #9B596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B596A on black background.


Color preview on white background

This text has color #9B596A on white background.



Black color preview on #9B596A background

This text has black color on #9B596A background.


White color preview on #9B596A background

This text has white color on #9B596A background.