COLOR #9B4C65

HEX: #9B4C65
RGB: (155,76,101)

Color info

#9B4C65 contains mainly red and blue colors. Web safe color of #9B4C65 is #993366 (or #936).

RGB color model

#9B4C65 color RGB value is (155,76,101).

  • red value is 155;
  • green value is 76;
  • blue value is 101.
RGB:
(155,76,101)
(61%,30%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 76 of 255 = 30%
B 101 of 255 = 40%

155
76
101

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

Portions of RGB colors in percentages

R + G + B =
155 + 76 + 101 = 332 (100%)
R 155 of 332 ~ 46.69%
G 76 of 332 ~ 22.89%
B 101 of 332 ~ 30.42%

%46.69
%22.89
%30.42

CMYK color model

#9B4C65 color CMYK value is (0,51,35,39).

  • cyan value is 0.00%
  • magenta value is 50.97%
  • yellow value is 34.84%
  • key color value is 39.22%
CMYK:
(0,51,35,39)
C0M51Y35K39 
(0%,51%,35%,39%)
(0.00/0.51/0.35/0.39)	

CMYK percentages

%0
%50.97
%34.84
%39.22

Codes

Color #9B4C65 in popluar color models

9B4C65
RGB15576101
HSL341°34.20%45.29%
HSB/HSV341°50.97%60.78%
CMYK0.00%50.97%34.84%
39.22%

Color #9B4C65 in popluar number systems.

HEX9B4C65
Decimal15576101
Binary1001101110011001100101
Octal233114145

Shades and tints

Shades of #9B4C65

#9B4C65
(155,76,101)
#8D465C
(141,70,92)
#7F4053
(127,64,83)
#713A4A
(113,58,74)
#633441
(99,52,65)
#552E38
(85,46,56)
#47282F
(71,40,47)
#392226
(57,34,38)
#2B1C1D
(43,28,29)
#1D1614
(29,22,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #9B4C65

#9B4C65
(155,76,101)
#A45C73
(164,92,115)
#AD6C81
(173,108,129)
#B67C8F
(182,124,143)
#BF8C9D
(191,140,157)
#C89CAB
(200,156,171)
#D1ACB9
(209,172,185)
#DABCC7
(218,188,199)
#E3CCD5
(227,204,213)
#ECDCE3
(236,220,227)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4C65 color. Also use rgb(155,76,101) instead hex code.

Text Font Color

.myTextColor { color: #9B4C65; }

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

This text font color is #9B4C65.


Background Color

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

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

This div background color is #9B4C65.


Border color

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

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

This div border color is #9B4C65.


Opacity

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

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

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

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

This text has shadow with #9B4C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4C65 on black background.


Color preview on white background

This text has color #9B4C65 on white background.



Black color preview on #9B4C65 background

This text has black color on #9B4C65 background.


White color preview on #9B4C65 background

This text has white color on #9B4C65 background.