COLOR #9C4B50

HEX: #9C4B50
RGB: (156,75,80)

Color info

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

RGB color model

#9C4B50 color RGB value is (156,75,80).

  • red value is 156;
  • green value is 75;
  • blue value is 80.
RGB:
(156,75,80)
(61%,29%,31%)

RGB channels and saturation

R 156 of 255 = 61%
G 75 of 255 = 29%
B 80 of 255 = 31%

156
75
80

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

Portions of RGB colors in percentages

R + G + B =
156 + 75 + 80 = 311 (100%)
R 156 of 311 ~ 50.16%
G 75 of 311 ~ 24.12%
B 80 of 311 ~ 25.72%

%50.16
%24.12
%25.72

CMYK color model

#9C4B50 color CMYK value is (0,52,49,39).

  • cyan value is 0.00%
  • magenta value is 51.92%
  • yellow value is 48.72%
  • key color value is 38.82%
CMYK:
(0,52,49,39)
C0M52Y49K39 
(0%,52%,49%,39%)
(0.00/0.52/0.49/0.39)	

CMYK percentages

%0
%51.92
%48.72
%38.82

Codes

Color #9C4B50 in popluar color models

9C4B50
RGB1567580
HSL356°35.06%45.29%
HSB/HSV356°51.92%61.18%
CMYK0.00%51.92%48.72%
38.82%

Color #9C4B50 in popluar number systems.

HEX9C4B50
Decimal1567580
Binary1001110010010111010000
Octal234113120

Shades and tints

Shades of #9C4B50

#9C4B50
(156,75,80)
#8E4549
(142,69,73)
#803F42
(128,63,66)
#72393B
(114,57,59)
#643334
(100,51,52)
#562D2D
(86,45,45)
#482726
(72,39,38)
#3A211F
(58,33,31)
#2C1B18
(44,27,24)
#1E1511
(30,21,17)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #9C4B50

#9C4B50
(156,75,80)
#A55B5F
(165,91,95)
#AE6B6E
(174,107,110)
#B77B7D
(183,123,125)
#C08B8C
(192,139,140)
#C99B9B
(201,155,155)
#D2ABAA
(210,171,170)
#DBBBB9
(219,187,185)
#E4CBC8
(228,203,200)
#EDDBD7
(237,219,215)
#F6EBE6
(246,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4B50 color. Also use rgb(156,75,80) instead hex code.

Text Font Color

.myTextColor { color: #9C4B50; }

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

This text font color is #9C4B50.


Background Color

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

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

This div background color is #9C4B50.


Border color

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

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

This div border color is #9C4B50.


Opacity

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

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

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

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

This text has shadow with #9C4B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4B50 on black background.


Color preview on white background

This text has color #9C4B50 on white background.



Black color preview on #9C4B50 background

This text has black color on #9C4B50 background.


White color preview on #9C4B50 background

This text has white color on #9C4B50 background.