COLOR #70121A

HEX: #70121A
RGB: (112,18,26)

Color info

#70121A contains mainly red color. Web safe color of #70121A is #660000 (or #600).

RGB color model

#70121A color RGB value is (112,18,26).

  • red value is 112;
  • green value is 18;
  • blue value is 26.
RGB:
(112,18,26)
(44%,7%,10%)

RGB channels and saturation

R 112 of 255 = 44%
G 18 of 255 = 7%
B 26 of 255 = 10%

112
18
26

R + G + B ~ 20%. #70121A is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 18 + 26 = 156 (100%)
R 112 of 156 ~ 71.79%
G 18 of 156 ~ 11.54%
B 26 of 156 ~ 16.67%

%71.79
%11.54
%16.67

CMYK color model

#70121A color CMYK value is (0,84,77,56).

  • cyan value is 0.00%
  • magenta value is 83.93%
  • yellow value is 76.79%
  • key color value is 56.08%
CMYK:
(0,84,77,56)
C0M84Y77K56 
(0%,84%,77%,56%)
(0.00/0.84/0.77/0.56)	

CMYK percentages

%0
%83.93
%76.79
%56.08

Codes

Color #70121A in popluar color models

70121A
RGB1121826
HSL355°72.31%25.49%
HSB/HSV355°83.93%43.92%
CMYK0.00%83.93%76.79%
56.08%

Color #70121A in popluar number systems.

HEX70121A
Decimal1121826
Binary11100001001011010
Octal1602232

Shades and tints

Shades of #70121A

#70121A
(112,18,26)
#661118
(102,17,24)
#5C1016
(92,16,22)
#520F14
(82,15,20)
#480E12
(72,14,18)
#3E0D10
(62,13,16)
#340C0E
(52,12,14)
#2A0B0C
(42,11,12)
#200A0A
(32,10,10)
#160908
(22,9,8)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #70121A

#70121A
(112,18,26)
#7D272E
(125,39,46)
#8A3C42
(138,60,66)
#975156
(151,81,86)
#A4666A
(164,102,106)
#B17B7E
(177,123,126)
#BE9092
(190,144,146)
#CBA5A6
(203,165,166)
#D8BABA
(216,186,186)
#E5CFCE
(229,207,206)
#F2E4E2
(242,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70121A color. Also use rgb(112,18,26) instead hex code.

Text Font Color

.myTextColor { color: #70121A; }

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

This text font color is #70121A.


Background Color

.myBgColor { background-color: #70121A; }

<div style="background-color:#70121A">Inner text</div>

This div background color is #70121A.


Border color

.myBorderColor { border: 1px solid #70121A; }

<div style="border:3px solid #70121A">Div</div>

This div border color is #70121A.


Opacity

.myOpacity80 { color: #70121A; opacity: 0.8; }

<p style="color:#70121A;opacity:0.8;">80%</p>

Text with #70121A 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 #70121A;}

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

This text has shadow with #70121A color.

.textShadow {text-shadow: 3px 3px 1px #70121A, 3px 3px 1px red;}

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

This text has shadow with #70121A primary color and red secondary color.


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

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

This text has shadow with #70121A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70121A on black background.


Color preview on white background

This text has color #70121A on white background.



Black color preview on #70121A background

This text has black color on #70121A background.


White color preview on #70121A background

This text has white color on #70121A background.