COLOR #9C1840

HEX: #9C1840
RGB: (156,24,64)

Color info

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

RGB color model

#9C1840 color RGB value is (156,24,64).

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

RGB channels and saturation

R 156 of 255 = 61%
G 24 of 255 = 9%
B 64 of 255 = 25%

156
24
64

R + G + B ~ 32%. #9C1840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 24 + 64 = 244 (100%)
R 156 of 244 ~ 63.93%
G 24 of 244 ~ 9.84%
B 64 of 244 ~ 26.23%

%63.93
%9.84
%26.23

CMYK color model

#9C1840 color CMYK value is (0,85,59,39).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 58.97%
  • key color value is 38.82%
CMYK:
(0,85,59,39)
C0M85Y59K39 
(0%,85%,59%,39%)
(0.00/0.85/0.59/0.39)	

CMYK percentages

%0
%84.62
%58.97
%38.82

Codes

Color #9C1840 in popluar color models

9C1840
RGB1562464
HSL342°73.33%35.29%
HSB/HSV342°84.62%61.18%
CMYK0.00%84.62%58.97%
38.82%

Color #9C1840 in popluar number systems.

HEX9C1840
Decimal1562464
Binary10011100110001000000
Octal23430100

Shades and tints

Shades of #9C1840

#9C1840
(156,24,64)
#8E163B
(142,22,59)
#801436
(128,20,54)
#721231
(114,18,49)
#64102C
(100,16,44)
#560E27
(86,14,39)
#480C22
(72,12,34)
#3A0A1D
(58,10,29)
#2C0818
(44,8,24)
#1E0613
(30,6,19)
#10040E
(16,4,14)
#000000
(0,0,0)

Tints of #9C1840

#9C1840
(156,24,64)
#A52D51
(165,45,81)
#AE4262
(174,66,98)
#B75773
(183,87,115)
#C06C84
(192,108,132)
#C98195
(201,129,149)
#D296A6
(210,150,166)
#DBABB7
(219,171,183)
#E4C0C8
(228,192,200)
#EDD5D9
(237,213,217)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C1840; }

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

This text font color is #9C1840.


Background Color

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

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

This div background color is #9C1840.


Border color

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

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

This div border color is #9C1840.


Opacity

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

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

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

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

This text has shadow with #9C1840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C1840 on black background.


Color preview on white background

This text has color #9C1840 on white background.



Black color preview on #9C1840 background

This text has black color on #9C1840 background.


White color preview on #9C1840 background

This text has white color on #9C1840 background.