COLOR #8C1324

HEX: #8C1324 RGB: (140,19,36)

Color info

#8C1324 contains mainly red color. Web safe color of #8C1324 is #990033 (or #903).

RGB color model

#8C1324 color RGB value is (140,19,36).

RGB: (140,19,36) (55%, 7%, 14%)

RGB channels and saturation

R 140 of 255 = 55%
G 19 of 255 = 7%
B 36 of 255 = 14%

140
19
36

R + G + B ~ 25%. #8C1324 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 19 + 36 = 195 (100%)
R 140 of 195 ~ 71.79%
G 19 of 195 ~ 9.74%
B 36 of 195 ~ 18.46'%

%71.79
%18.46

CMYK color model

#8C1324 color CMYK value is (0,86,74,45).

  • cyan value is 0.00%
  • magenta value is 86.43%
  • yellow value is 74.29%
  • key color value is 45.10%

CMYK: (0,86,74,45)
C0M86Y74K45 (0%, 86%, 74%, 45%)
(0.00 / 0.86 / 0.74 / 0.45)

CMYK percentages

%0
%86.43
%74.29
%45.1

Codes

Color #8C1324 in popluar color models

8C 13 24
RGB 140 19 36
HSL 352° 76.10% 31.18%
HSB/HSV 352° 86.43% 54.90%
CMYK 0.00% 86.43% 74.29%
45.10%

Color #8C1324 in popluar number systems.

HEX 8C 13 24
Decimal 140 19 36
Binary 10001100 10011 100100
Octal 214 23 44

Shades and tints

Shades of #8C1324

#8C1324
(140,19,36)
#801221
(128,18,33)
#74111E
(116,17,30)
#68101B
(104,16,27)
#5C0F18
(92,15,24)
#500E15
(80,14,21)
#440D12
(68,13,18)
#380C0F
(56,12,15)
#2C0B0C
(44,11,12)
#200A09
(32,10,9)
#140906
(20,9,6)
#000000
(0,0,0)

Tints of #8C1324

#8C1324
(140,19,36)
#962837
(150,40,55)
#A03D4A
(160,61,74)
#AA525D
(170,82,93)
#B46770
(180,103,112)
#BE7C83
(190,124,131)
#C89196
(200,145,150)
#D2A6A9
(210,166,169)
#DCBBBC
(220,187,188)
#E6D0CF
(230,208,207)
#F0E5E2
(240,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C1324 color. Also use rgb(140,19,36) instead hex code.

Text Font Color

.myTextColor { color: #8C1324; }

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

This text font color is #8C1324.

Background Color

.myBgColor { background-color: #8C1324; }

<div style="background-color:#8C1324">Inner text</div>

This div background color is #8C1324.

Border color

.myBorderColor { border: 1px solid #8C1324; }

<div style="border:3px solid #8C1324">Div</div>

This div border color is #8C1324.

Opacity

.myOpacity80 { color: #8C1324; opacity: 0.8; }

<p style="color:#8C1324;opacity:0.8;">80%</p>

Text with #8C1324 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 #8C1324;}

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

This text has shadow with #8C1324 color.


.textShadow {text-shadow: 3px 3px 1px #8C1324', 3px 3px 1px red;}

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

This text has shadow with #8C1324 primary color and red secondary color.


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

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

This text has shadow with #8C1324 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C1324; -webkit-box-shadow: 1px 1px 3px 2px #8C1324; box-shadow:1px 1px 3px 2px #8C1324;">
Div content here
</div>

This div box has shadow with color #8C1324.

Preview

Color preview on black background

This text has color #8C1324 on black background.


Color preview on white background

This text has color #8C1324 on white background.


Black color preview on #8C1324 background

This text has black color on #8C1324 background.


White color preview on #8C1324 background

This text has white color on #8C1324 background.


Related colors

Complementary color

Complementary color for #hex is #73ECDB.


I love getcolorcode.com

Triadic colors

1 #248C13 and #13248C with #8C1324 are triadic colors.

2 #24138C and #138C24 with #8C1324 are triadic colors.