COLOR #9C1837

HEX: #9C1837
RGB: (156,24,55)

Color info

#9C1837 contains mainly red color. Web safe color of #9C1837 is #990033 (or #903).

RGB color model

#9C1837 color RGB value is (156,24,55).

  • red value is 156;
  • green value is 24;
  • blue value is 55.
RGB:
(156,24,55)
(61%,9%,22%)

RGB channels and saturation

R 156 of 255 = 61%
G 24 of 255 = 9%
B 55 of 255 = 22%

156
24
55

R + G + B ~ 31%. #9C1837 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 24 + 55 = 235 (100%)
R 156 of 235 ~ 66.38%
G 24 of 235 ~ 10.21%
B 55 of 235 ~ 23.4%

%66.38
%10.21
%23.4

CMYK color model

#9C1837 color CMYK value is (0,85,65,39).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 64.74%
  • key color value is 38.82%
CMYK:
(0,85,65,39)
C0M85Y65K39 
(0%,85%,65%,39%)
(0.00/0.85/0.65/0.39)	

CMYK percentages

%0
%84.62
%64.74
%38.82

Codes

Color #9C1837 in popluar color models

9C1837
RGB1562455
HSL346°73.33%35.29%
HSB/HSV346°84.62%61.18%
CMYK0.00%84.62%64.74%
38.82%

Color #9C1837 in popluar number systems.

HEX9C1837
Decimal1562455
Binary1001110011000110111
Octal2343067

Shades and tints

Shades of #9C1837

#9C1837
(156,24,55)
#8E1632
(142,22,50)
#80142D
(128,20,45)
#721228
(114,18,40)
#641023
(100,16,35)
#560E1E
(86,14,30)
#480C19
(72,12,25)
#3A0A14
(58,10,20)
#2C080F
(44,8,15)
#1E060A
(30,6,10)
#100405
(16,4,5)
#000000
(0,0,0)

Tints of #9C1837

#9C1837
(156,24,55)
#A52D49
(165,45,73)
#AE425B
(174,66,91)
#B7576D
(183,87,109)
#C06C7F
(192,108,127)
#C98191
(201,129,145)
#D296A3
(210,150,163)
#DBABB5
(219,171,181)
#E4C0C7
(228,192,199)
#EDD5D9
(237,213,217)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C1837 color. Also use rgb(156,24,55) instead hex code.

Text Font Color

.myTextColor { color: #9C1837; }

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

This text font color is #9C1837.


Background Color

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

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

This div background color is #9C1837.


Border color

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

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

This div border color is #9C1837.


Opacity

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

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

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

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

This text has shadow with #9C1837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C1837 on black background.


Color preview on white background

This text has color #9C1837 on white background.



Black color preview on #9C1837 background

This text has black color on #9C1837 background.


White color preview on #9C1837 background

This text has white color on #9C1837 background.