COLOR #70071C

HEX: #70071C
RGB: (112,7,28)

Color info

#70071C contains mainly red color. Web safe color of #70071C is #660033 (or #603).

RGB color model

#70071C color RGB value is (112,7,28).

  • red value is 112;
  • green value is 7;
  • blue value is 28.
RGB:
(112,7,28)
(44%,3%,11%)

RGB channels and saturation

R 112 of 255 = 44%
G 7 of 255 = 3%
B 28 of 255 = 11%

112
7
28

R + G + B ~ 19%. #70071C is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 7 + 28 = 147 (100%)
R 112 of 147 ~ 76.19%
G 7 of 147 ~ 4.76%
B 28 of 147 ~ 19.05%

%76.19
%19.05

CMYK color model

#70071C color CMYK value is (0,94,75,56).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 75.00%
  • key color value is 56.08%
CMYK:
(0,94,75,56)
C0M94Y75K56 
(0%,94%,75%,56%)
(0.00/0.94/0.75/0.56)	

CMYK percentages

%0
%93.75
%75
%56.08

Codes

Color #70071C in popluar color models

70071C
RGB112728
HSL348°88.24%23.33%
HSB/HSV348°93.75%43.92%
CMYK0.00%93.75%75.00%
56.08%

Color #70071C in popluar number systems.

HEX70071C
Decimal112728
Binary111000011111100
Octal160734

Shades and tints

Shades of #70071C

#70071C
(112,7,28)
#66071A
(102,7,26)
#5C0718
(92,7,24)
#520716
(82,7,22)
#480714
(72,7,20)
#3E0712
(62,7,18)
#340710
(52,7,16)
#2A070E
(42,7,14)
#20070C
(32,7,12)
#16070A
(22,7,10)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #70071C

#70071C
(112,7,28)
#7D1D30
(125,29,48)
#8A3344
(138,51,68)
#974958
(151,73,88)
#A45F6C
(164,95,108)
#B17580
(177,117,128)
#BE8B94
(190,139,148)
#CBA1A8
(203,161,168)
#D8B7BC
(216,183,188)
#E5CDD0
(229,205,208)
#F2E3E4
(242,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70071C color. Also use rgb(112,7,28) instead hex code.

Text Font Color

.myTextColor { color: #70071C; }

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

This text font color is #70071C.


Background Color

.myBgColor { background-color: #70071C; }

<div style="background-color:#70071C">Inner text</div>

This div background color is #70071C.


Border color

.myBorderColor { border: 1px solid #70071C; }

<div style="border:3px solid #70071C">Div</div>

This div border color is #70071C.


Opacity

.myOpacity80 { color: #70071C; opacity: 0.8; }

<p style="color:#70071C;opacity:0.8;">80%</p>

Text with #70071C 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 #70071C;}

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

This text has shadow with #70071C color.

.textShadow {text-shadow: 3px 3px 1px #70071C, 3px 3px 1px red;}

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

This text has shadow with #70071C primary color and red secondary color.


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

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

This text has shadow with #70071C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70071C on black background.


Color preview on white background

This text has color #70071C on white background.



Black color preview on #70071C background

This text has black color on #70071C background.


White color preview on #70071C background

This text has white color on #70071C background.