COLOR #701014

HEX: #701014
RGB: (112,16,20)

Color info

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

RGB color model

#701014 color RGB value is (112,16,20).

  • red value is 112;
  • green value is 16;
  • blue value is 20.
RGB:
(112,16,20)
(44%,6%,8%)

RGB channels and saturation

R 112 of 255 = 44%
G 16 of 255 = 6%
B 20 of 255 = 8%

112
16
20

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

Portions of RGB colors in percentages

R + G + B =
112 + 16 + 20 = 148 (100%)
R 112 of 148 ~ 75.68%
G 16 of 148 ~ 10.81%
B 20 of 148 ~ 13.51%

%75.68
%10.81
%13.51

CMYK color model

#701014 color CMYK value is (0,86,82,56).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 82.14%
  • key color value is 56.08%
CMYK:
(0,86,82,56)
C0M86Y82K56 
(0%,86%,82%,56%)
(0.00/0.86/0.82/0.56)	

CMYK percentages

%0
%85.71
%82.14
%56.08

Codes

Color #701014 in popluar color models

701014
RGB1121620
HSL358°75.00%25.10%
HSB/HSV358°85.71%43.92%
CMYK0.00%85.71%82.14%
56.08%

Color #701014 in popluar number systems.

HEX701014
Decimal1121620
Binary11100001000010100
Octal1602024

Shades and tints

Shades of #701014

#701014
(112,16,20)
#660F13
(102,15,19)
#5C0E12
(92,14,18)
#520D11
(82,13,17)
#480C10
(72,12,16)
#3E0B0F
(62,11,15)
#340A0E
(52,10,14)
#2A090D
(42,9,13)
#20080C
(32,8,12)
#16070B
(22,7,11)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #701014

#701014
(112,16,20)
#7D2529
(125,37,41)
#8A3A3E
(138,58,62)
#974F53
(151,79,83)
#A46468
(164,100,104)
#B1797D
(177,121,125)
#BE8E92
(190,142,146)
#CBA3A7
(203,163,167)
#D8B8BC
(216,184,188)
#E5CDD1
(229,205,209)
#F2E2E6
(242,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701014 color. Also use rgb(112,16,20) instead hex code.

Text Font Color

.myTextColor { color: #701014; }

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

This text font color is #701014.


Background Color

.myBgColor { background-color: #701014; }

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

This div background color is #701014.


Border color

.myBorderColor { border: 1px solid #701014; }

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

This div border color is #701014.


Opacity

.myOpacity80 { color: #701014; opacity: 0.8; }

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

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

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

This text has shadow with #701014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701014 on black background.


Color preview on white background

This text has color #701014 on white background.



Black color preview on #701014 background

This text has black color on #701014 background.


White color preview on #701014 background

This text has white color on #701014 background.