COLOR #9B5F76

HEX: #9B5F76
RGB: (155,95,118)

Color info

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

RGB color model

#9B5F76 color RGB value is (155,95,118).

  • red value is 155;
  • green value is 95;
  • blue value is 118.
RGB:
(155,95,118)
(61%,37%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 95 of 255 = 37%
B 118 of 255 = 46%

155
95
118

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

Portions of RGB colors in percentages

R + G + B =
155 + 95 + 118 = 368 (100%)
R 155 of 368 ~ 42.12%
G 95 of 368 ~ 25.82%
B 118 of 368 ~ 32.07%

%42.12
%25.82
%32.07

CMYK color model

#9B5F76 color CMYK value is (0,39,24,39).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK:
(0,39,24,39)
C0M39Y24K39 
(0%,39%,24%,39%)
(0.00/0.39/0.24/0.39)	

CMYK percentages

%0
%38.71
%23.87
%39.22

Codes

Color #9B5F76 in popluar color models

9B5F76
RGB15595118
HSL337°24.00%49.02%
HSB/HSV337°38.71%60.78%
CMYK0.00%38.71%23.87%
39.22%

Color #9B5F76 in popluar number systems.

HEX9B5F76
Decimal15595118
Binary1001101110111111110110
Octal233137166

Shades and tints

Shades of #9B5F76

#9B5F76
(155,95,118)
#8D576C
(141,87,108)
#7F4F62
(127,79,98)
#714758
(113,71,88)
#633F4E
(99,63,78)
#553744
(85,55,68)
#472F3A
(71,47,58)
#392730
(57,39,48)
#2B1F26
(43,31,38)
#1D171C
(29,23,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B5F76

#9B5F76
(155,95,118)
#A46D82
(164,109,130)
#AD7B8E
(173,123,142)
#B6899A
(182,137,154)
#BF97A6
(191,151,166)
#C8A5B2
(200,165,178)
#D1B3BE
(209,179,190)
#DAC1CA
(218,193,202)
#E3CFD6
(227,207,214)
#ECDDE2
(236,221,226)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5F76 color. Also use rgb(155,95,118) instead hex code.

Text Font Color

.myTextColor { color: #9B5F76; }

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

This text font color is #9B5F76.


Background Color

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

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

This div background color is #9B5F76.


Border color

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

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

This div border color is #9B5F76.


Opacity

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

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

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

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

This text has shadow with #9B5F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5F76 on black background.


Color preview on white background

This text has color #9B5F76 on white background.



Black color preview on #9B5F76 background

This text has black color on #9B5F76 background.


White color preview on #9B5F76 background

This text has white color on #9B5F76 background.