COLOR #9B4C5D

HEX: #9B4C5D
RGB: (155,76,93)

Color info

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

RGB color model

#9B4C5D color RGB value is (155,76,93).

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

RGB channels and saturation

R 155 of 255 = 61%
G 76 of 255 = 30%
B 93 of 255 = 36%

155
76
93

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

Portions of RGB colors in percentages

R + G + B =
155 + 76 + 93 = 324 (100%)
R 155 of 324 ~ 47.84%
G 76 of 324 ~ 23.46%
B 93 of 324 ~ 28.7%

%47.84
%23.46
%28.7

CMYK color model

#9B4C5D color CMYK value is (0,51,40,39).

  • cyan value is 0.00%
  • magenta value is 50.97%
  • yellow value is 40.00%
  • key color value is 39.22%
CMYK:
(0,51,40,39)
C0M51Y40K39 
(0%,51%,40%,39%)
(0.00/0.51/0.40/0.39)	

CMYK percentages

%0
%50.97
%40
%39.22

Codes

Color #9B4C5D in popluar color models

9B4C5D
RGB1557693
HSL347°34.20%45.29%
HSB/HSV347°50.97%60.78%
CMYK0.00%50.97%40.00%
39.22%

Color #9B4C5D in popluar number systems.

HEX9B4C5D
Decimal1557693
Binary1001101110011001011101
Octal233114135

Shades and tints

Shades of #9B4C5D

#9B4C5D
(155,76,93)
#8D4655
(141,70,85)
#7F404D
(127,64,77)
#713A45
(113,58,69)
#63343D
(99,52,61)
#552E35
(85,46,53)
#47282D
(71,40,45)
#392225
(57,34,37)
#2B1C1D
(43,28,29)
#1D1615
(29,22,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #9B4C5D

#9B4C5D
(155,76,93)
#A45C6B
(164,92,107)
#AD6C79
(173,108,121)
#B67C87
(182,124,135)
#BF8C95
(191,140,149)
#C89CA3
(200,156,163)
#D1ACB1
(209,172,177)
#DABCBF
(218,188,191)
#E3CCCD
(227,204,205)
#ECDCDB
(236,220,219)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4C5D; }

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

This text font color is #9B4C5D.


Background Color

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

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

This div background color is #9B4C5D.


Border color

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

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

This div border color is #9B4C5D.


Opacity

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

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

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

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

This text has shadow with #9B4C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4C5D on black background.


Color preview on white background

This text has color #9B4C5D on white background.



Black color preview on #9B4C5D background

This text has black color on #9B4C5D background.


White color preview on #9B4C5D background

This text has white color on #9B4C5D background.