COLOR #701E0D

HEX: #701E0D
RGB: (112,30,13)

Color info

#701E0D contains mainly red color. Web safe color of #701E0D is #663300 (or #630).

RGB color model

#701E0D color RGB value is (112,30,13).

  • red value is 112;
  • green value is 30;
  • blue value is 13.
RGB:
(112,30,13)
(44%,12%,5%)

RGB channels and saturation

R 112 of 255 = 44%
G 30 of 255 = 12%
B 13 of 255 = 5%

112
30
13

R + G + B ~ 20%. #701E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 30 + 13 = 155 (100%)
R 112 of 155 ~ 72.26%
G 30 of 155 ~ 19.35%
B 13 of 155 ~ 8.39%

%72.26
%19.35

CMYK color model

#701E0D color CMYK value is (0,73,88,56).

  • cyan value is 0.00%
  • magenta value is 73.21%
  • yellow value is 88.39%
  • key color value is 56.08%
CMYK:
(0,73,88,56)
C0M73Y88K56 
(0%,73%,88%,56%)
(0.00/0.73/0.88/0.56)	

CMYK percentages

%0
%73.21
%88.39
%56.08

Codes

Color #701E0D in popluar color models

701E0D
RGB1123013
HSL10°79.20%24.51%
HSB/HSV10°88.39%43.92%
CMYK0.00%73.21%88.39%
56.08%

Color #701E0D in popluar number systems.

HEX701E0D
Decimal1123013
Binary1110000111101101
Octal1603615

Shades and tints

Shades of #701E0D

#701E0D
(112,30,13)
#661C0C
(102,28,12)
#5C1A0B
(92,26,11)
#52180A
(82,24,10)
#481609
(72,22,9)
#3E1408
(62,20,8)
#341207
(52,18,7)
#2A1006
(42,16,6)
#200E05
(32,14,5)
#160C04
(22,12,4)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #701E0D

#701E0D
(112,30,13)
#7D3223
(125,50,35)
#8A4639
(138,70,57)
#975A4F
(151,90,79)
#A46E65
(164,110,101)
#B1827B
(177,130,123)
#BE9691
(190,150,145)
#CBAAA7
(203,170,167)
#D8BEBD
(216,190,189)
#E5D2D3
(229,210,211)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701E0D color. Also use rgb(112,30,13) instead hex code.

Text Font Color

.myTextColor { color: #701E0D; }

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

This text font color is #701E0D.


Background Color

.myBgColor { background-color: #701E0D; }

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

This div background color is #701E0D.


Border color

.myBorderColor { border: 1px solid #701E0D; }

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

This div border color is #701E0D.


Opacity

.myOpacity80 { color: #701E0D; opacity: 0.8; }

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

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

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

This text has shadow with #701E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701E0D on black background.


Color preview on white background

This text has color #701E0D on white background.



Black color preview on #701E0D background

This text has black color on #701E0D background.


White color preview on #701E0D background

This text has white color on #701E0D background.