COLOR #8C231C

HEX: #8C231C
RGB: (140,35,28)

Color info

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

RGB color model

#8C231C color RGB value is (140,35,28).

  • red value is 140;
  • green value is 35;
  • blue value is 28.
RGB:
(140,35,28)
(55%,14%,11%)

RGB channels and saturation

R 140 of 255 = 55%
G 35 of 255 = 14%
B 28 of 255 = 11%

140
35
28

R + G + B ~ 27%. #8C231C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 35 + 28 = 203 (100%)
R 140 of 203 ~ 68.97%
G 35 of 203 ~ 17.24%
B 28 of 203 ~ 13.79%

%68.97
%17.24
%13.79

CMYK color model

#8C231C color CMYK value is (0,75,80,45).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 80.00%
  • key color value is 45.10%
CMYK:
(0,75,80,45)
C0M75Y80K45 
(0%,75%,80%,45%)
(0.00/0.75/0.80/0.45)	

CMYK percentages

%0
%75
%80
%45.1

Codes

Color #8C231C in popluar color models

8C231C
RGB1403528
HSL66.67%32.94%
HSB/HSV80.00%54.90%
CMYK0.00%75.00%80.00%
45.10%

Color #8C231C in popluar number systems.

HEX8C231C
Decimal1403528
Binary1000110010001111100
Octal2144334

Shades and tints

Shades of #8C231C

#8C231C
(140,35,28)
#80201A
(128,32,26)
#741D18
(116,29,24)
#681A16
(104,26,22)
#5C1714
(92,23,20)
#501412
(80,20,18)
#441110
(68,17,16)
#380E0E
(56,14,14)
#2C0B0C
(44,11,12)
#20080A
(32,8,10)
#140508
(20,5,8)
#000000
(0,0,0)

Tints of #8C231C

#8C231C
(140,35,28)
#963730
(150,55,48)
#A04B44
(160,75,68)
#AA5F58
(170,95,88)
#B4736C
(180,115,108)
#BE8780
(190,135,128)
#C89B94
(200,155,148)
#D2AFA8
(210,175,168)
#DCC3BC
(220,195,188)
#E6D7D0
(230,215,208)
#F0EBE4
(240,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C231C color. Also use rgb(140,35,28) instead hex code.

Text Font Color

.myTextColor { color: #8C231C; }

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

This text font color is #8C231C.


Background Color

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

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

This div background color is #8C231C.


Border color

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

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

This div border color is #8C231C.


Opacity

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

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

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

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

This text has shadow with #8C231C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C231C on black background.


Color preview on white background

This text has color #8C231C on white background.



Black color preview on #8C231C background

This text has black color on #8C231C background.


White color preview on #8C231C background

This text has white color on #8C231C background.