COLOR #8C2A14

HEX: #8C2A14
RGB: (140,42,20)

Color info

#8C2A14 contains mainly red color. Web safe color of #8C2A14 is #993300 (or #930).

RGB color model

#8C2A14 color RGB value is (140,42,20).

  • red value is 140;
  • green value is 42;
  • blue value is 20.
RGB:
(140,42,20)
(55%,16%,8%)

RGB channels and saturation

R 140 of 255 = 55%
G 42 of 255 = 16%
B 20 of 255 = 8%

140
42
20

R + G + B ~ 26%. #8C2A14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 42 + 20 = 202 (100%)
R 140 of 202 ~ 69.31%
G 42 of 202 ~ 20.79%
B 20 of 202 ~ 9.9%

%69.31
%20.79
%9.9

CMYK color model

#8C2A14 color CMYK value is (0,70,86,45).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 85.71%
  • key color value is 45.10%
CMYK:
(0,70,86,45)
C0M70Y86K45 
(0%,70%,86%,45%)
(0.00/0.70/0.86/0.45)	

CMYK percentages

%0
%70
%85.71
%45.1

Codes

Color #8C2A14 in popluar color models

8C2A14
RGB1404220
HSL11°75.00%31.37%
HSB/HSV11°85.71%54.90%
CMYK0.00%70.00%85.71%
45.10%

Color #8C2A14 in popluar number systems.

HEX8C2A14
Decimal1404220
Binary1000110010101010100
Octal2145224

Shades and tints

Shades of #8C2A14

#8C2A14
(140,42,20)
#802713
(128,39,19)
#742412
(116,36,18)
#682111
(104,33,17)
#5C1E10
(92,30,16)
#501B0F
(80,27,15)
#44180E
(68,24,14)
#38150D
(56,21,13)
#2C120C
(44,18,12)
#200F0B
(32,15,11)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #8C2A14

#8C2A14
(140,42,20)
#963D29
(150,61,41)
#A0503E
(160,80,62)
#AA6353
(170,99,83)
#B47668
(180,118,104)
#BE897D
(190,137,125)
#C89C92
(200,156,146)
#D2AFA7
(210,175,167)
#DCC2BC
(220,194,188)
#E6D5D1
(230,213,209)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C2A14 color. Also use rgb(140,42,20) instead hex code.

Text Font Color

.myTextColor { color: #8C2A14; }

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

This text font color is #8C2A14.


Background Color

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

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

This div background color is #8C2A14.


Border color

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

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

This div border color is #8C2A14.


Opacity

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

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

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

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

This text has shadow with #8C2A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C2A14 on black background.


Color preview on white background

This text has color #8C2A14 on white background.



Black color preview on #8C2A14 background

This text has black color on #8C2A14 background.


White color preview on #8C2A14 background

This text has white color on #8C2A14 background.