COLOR #9B4C50

HEX: #9B4C50
RGB: (155,76,80)

Color info

#9B4C50 contains mainly red color. Web safe color of #9B4C50 is #993366 (or #936).

RGB color model

#9B4C50 color RGB value is (155,76,80).

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

RGB channels and saturation

R 155 of 255 = 61%
G 76 of 255 = 30%
B 80 of 255 = 31%

155
76
80

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

Portions of RGB colors in percentages

R + G + B =
155 + 76 + 80 = 311 (100%)
R 155 of 311 ~ 49.84%
G 76 of 311 ~ 24.44%
B 80 of 311 ~ 25.72%

%49.84
%24.44
%25.72

CMYK color model

#9B4C50 color CMYK value is (0,51,48,39).

  • cyan value is 0.00%
  • magenta value is 50.97%
  • yellow value is 48.39%
  • key color value is 39.22%
CMYK:
(0,51,48,39)
C0M51Y48K39 
(0%,51%,48%,39%)
(0.00/0.51/0.48/0.39)	

CMYK percentages

%0
%50.97
%48.39
%39.22

Codes

Color #9B4C50 in popluar color models

9B4C50
RGB1557680
HSL357°34.20%45.29%
HSB/HSV357°50.97%60.78%
CMYK0.00%50.97%48.39%
39.22%

Color #9B4C50 in popluar number systems.

HEX9B4C50
Decimal1557680
Binary1001101110011001010000
Octal233114120

Shades and tints

Shades of #9B4C50

#9B4C50
(155,76,80)
#8D4649
(141,70,73)
#7F4042
(127,64,66)
#713A3B
(113,58,59)
#633434
(99,52,52)
#552E2D
(85,46,45)
#472826
(71,40,38)
#39221F
(57,34,31)
#2B1C18
(43,28,24)
#1D1611
(29,22,17)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #9B4C50

#9B4C50
(155,76,80)
#A45C5F
(164,92,95)
#AD6C6E
(173,108,110)
#B67C7D
(182,124,125)
#BF8C8C
(191,140,140)
#C89C9B
(200,156,155)
#D1ACAA
(209,172,170)
#DABCB9
(218,188,185)
#E3CCC8
(227,204,200)
#ECDCD7
(236,220,215)
#F5ECE6
(245,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4C50; }

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

This text font color is #9B4C50.


Background Color

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

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

This div background color is #9B4C50.


Border color

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

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

This div border color is #9B4C50.


Opacity

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

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

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

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

This text has shadow with #9B4C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4C50 on black background.


Color preview on white background

This text has color #9B4C50 on white background.



Black color preview on #9B4C50 background

This text has black color on #9B4C50 background.


White color preview on #9B4C50 background

This text has white color on #9B4C50 background.