COLOR #9B5371

HEX: #9B5371 RGB: (155,83,113)

Color info

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

RGB color model

#9B5371 color RGB value is (155,83,113).

RGB: (155,83,113) (61%, 33%, 44%)

RGB channels and saturation

R 155 of 255 = 61%
G 83 of 255 = 33%
B 113 of 255 = 44%

155
83
113

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

Portions of RGB colors in percentages

R + G + B = 155 + 83 + 113 = 351 (100%)
R 155 of 351 ~ 44.16%
G 83 of 351 ~ 23.65%
B 113 of 351 ~ 32.19'%

%44.16
%23.65
%32.19

CMYK color model

#9B5371 color CMYK value is (0,46,27,39).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 27.10%
  • key color value is 39.22%

CMYK: (0,46,27,39)
C0M46Y27K39 (0%, 46%, 27%, 39%)
(0.00 / 0.46 / 0.27 / 0.39)

CMYK percentages

%0
%46.45
%27.1
%39.22

Codes

Color #9B5371 in popluar color models

9B 53 71
RGB 155 83 113
HSL 335° 30.25% 46.67%
HSB/HSV 335° 46.45% 60.78%
CMYK 0.00% 46.45% 27.10%
39.22%

Color #9B5371 in popluar number systems.

HEX 9B 53 71
Decimal 155 83 113
Binary 10011011 1010011 1110001
Octal 233 123 161

Shades and tints

Shades of #9B5371

#9B5371
(155,83,113)
#8D4C67
(141,76,103)
#7F455D
(127,69,93)
#713E53
(113,62,83)
#633749
(99,55,73)
#55303F
(85,48,63)
#472935
(71,41,53)
#39222B
(57,34,43)
#2B1B21
(43,27,33)
#1D1417
(29,20,23)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #9B5371

#9B5371
(155,83,113)
#A4627D
(164,98,125)
#AD7189
(173,113,137)
#B68095
(182,128,149)
#BF8FA1
(191,143,161)
#C89EAD
(200,158,173)
#D1ADB9
(209,173,185)
#DABCC5
(218,188,197)
#E3CBD1
(227,203,209)
#ECDADD
(236,218,221)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5371 color. Also use rgb(155,83,113) instead hex code.

Text Font Color

.myTextColor { color: #9B5371; }

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

This text font color is #9B5371.

Background Color

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

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

This div background color is #9B5371.

Border color

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

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

This div border color is #9B5371.

Opacity

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

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

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

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

This text has shadow with #9B5371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5371.

Preview

Color preview on black background

This text has color #9B5371 on black background.


Color preview on white background

This text has color #9B5371 on white background.


Black color preview on #9B5371 background

This text has black color on #9B5371 background.


White color preview on #9B5371 background

This text has white color on #9B5371 background.


Related colors

Complementary color

Complementary color for #hex is #64AC8E.


I love getcolorcode.com

Triadic colors

1 #719B53 and #53719B with #9B5371 are triadic colors.

2 #71539B and #539B71 with #9B5371 are triadic colors.