COLOR #9C1D0C

HEX: #9C1D0C
RGB: (156,29,12)

Color info

#9C1D0C contains mainly red color. Web safe color of #9C1D0C is #993300 (or #930).

RGB color model

#9C1D0C color RGB value is (156,29,12).

  • red value is 156;
  • green value is 29;
  • blue value is 12.
RGB:
(156,29,12)
(61%,11%,5%)

RGB channels and saturation

R 156 of 255 = 61%
G 29 of 255 = 11%
B 12 of 255 = 5%

156
29
12

R + G + B ~ 26%. #9C1D0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 29 + 12 = 197 (100%)
R 156 of 197 ~ 79.19%
G 29 of 197 ~ 14.72%
B 12 of 197 ~ 6.09%

%79.19
%14.72

CMYK color model

#9C1D0C color CMYK value is (0,81,92,39).

  • cyan value is 0.00%
  • magenta value is 81.41%
  • yellow value is 92.31%
  • key color value is 38.82%
CMYK:
(0,81,92,39)
C0M81Y92K39 
(0%,81%,92%,39%)
(0.00/0.81/0.92/0.39)	

CMYK percentages

%0
%81.41
%92.31
%38.82

Codes

Color #9C1D0C in popluar color models

9C1D0C
RGB1562912
HSL85.71%32.94%
HSB/HSV92.31%61.18%
CMYK0.00%81.41%92.31%
38.82%

Color #9C1D0C in popluar number systems.

HEX9C1D0C
Decimal1562912
Binary10011100111011100
Octal2343514

Shades and tints

Shades of #9C1D0C

#9C1D0C
(156,29,12)
#8E1B0B
(142,27,11)
#80190A
(128,25,10)
#721709
(114,23,9)
#641508
(100,21,8)
#561307
(86,19,7)
#481106
(72,17,6)
#3A0F05
(58,15,5)
#2C0D04
(44,13,4)
#1E0B03
(30,11,3)
#100902
(16,9,2)
#000000
(0,0,0)

Tints of #9C1D0C

#9C1D0C
(156,29,12)
#A53122
(165,49,34)
#AE4538
(174,69,56)
#B7594E
(183,89,78)
#C06D64
(192,109,100)
#C9817A
(201,129,122)
#D29590
(210,149,144)
#DBA9A6
(219,169,166)
#E4BDBC
(228,189,188)
#EDD1D2
(237,209,210)
#F6E5E8
(246,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C1D0C color. Also use rgb(156,29,12) instead hex code.

Text Font Color

.myTextColor { color: #9C1D0C; }

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

This text font color is #9C1D0C.


Background Color

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

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

This div background color is #9C1D0C.


Border color

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

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

This div border color is #9C1D0C.


Opacity

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

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

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

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

This text has shadow with #9C1D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C1D0C on black background.


Color preview on white background

This text has color #9C1D0C on white background.



Black color preview on #9C1D0C background

This text has black color on #9C1D0C background.


White color preview on #9C1D0C background

This text has white color on #9C1D0C background.