COLOR #8C1F37

HEX: #8C1F37 RGB: (140,31,55)

Color info

#8C1F37 contains mainly red color. Web safe color of #8C1F37 is #993333 (or #933).

RGB color model

#8C1F37 color RGB value is (140,31,55).

RGB: (140,31,55) (55%, 12%, 22%)

RGB channels and saturation

R 140 of 255 = 55%
G 31 of 255 = 12%
B 55 of 255 = 22%

140
31
55

R + G + B ~ 30%. #8C1F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 31 + 55 = 226 (100%)
R 140 of 226 ~ 61.95%
G 31 of 226 ~ 13.72%
B 55 of 226 ~ 24.34'%

%61.95
%13.72
%24.34

CMYK color model

#8C1F37 color CMYK value is (0,78,61,45).

  • cyan value is 0.00%
  • magenta value is 77.86%
  • yellow value is 60.71%
  • key color value is 45.10%

CMYK: (0,78,61,45)
C0M78Y61K45 (0%, 78%, 61%, 45%)
(0.00 / 0.78 / 0.61 / 0.45)

CMYK percentages

%0
%77.86
%60.71
%45.1

Codes

Color #8C1F37 in popluar color models

8C 1F 37
RGB 140 31 55
HSL 347° 63.74% 33.53%
HSB/HSV 347° 77.86% 54.90%
CMYK 0.00% 77.86% 60.71%
45.10%

Color #8C1F37 in popluar number systems.

HEX 8C 1F 37
Decimal 140 31 55
Binary 10001100 11111 110111
Octal 214 37 67

Shades and tints

Shades of #8C1F37

#8C1F37
(140,31,55)
#801D32
(128,29,50)
#741B2D
(116,27,45)
#681928
(104,25,40)
#5C1723
(92,23,35)
#50151E
(80,21,30)
#441319
(68,19,25)
#381114
(56,17,20)
#2C0F0F
(44,15,15)
#200D0A
(32,13,10)
#140B05
(20,11,5)
#000000
(0,0,0)

Tints of #8C1F37

#8C1F37
(140,31,55)
#963349
(150,51,73)
#A0475B
(160,71,91)
#AA5B6D
(170,91,109)
#B46F7F
(180,111,127)
#BE8391
(190,131,145)
#C897A3
(200,151,163)
#D2ABB5
(210,171,181)
#DCBFC7
(220,191,199)
#E6D3D9
(230,211,217)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C1F37 color. Also use rgb(140,31,55) instead hex code.

Text Font Color

.myTextColor { color: #8C1F37; }

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

This text font color is #8C1F37.

Background Color

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

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

This div background color is #8C1F37.

Border color

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

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

This div border color is #8C1F37.

Opacity

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

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

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

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

This text has shadow with #8C1F37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C1F37.

Preview

Color preview on black background

This text has color #8C1F37 on black background.


Color preview on white background

This text has color #8C1F37 on white background.


Black color preview on #8C1F37 background

This text has black color on #8C1F37 background.


White color preview on #8C1F37 background

This text has white color on #8C1F37 background.


Related colors

Complementary color

Complementary color for #hex is #73E0C8.


I love getcolorcode.com

Triadic colors

1 #378C1F and #1F378C with #8C1F37 are triadic colors.

2 #371F8C and #1F8C37 with #8C1F37 are triadic colors.