COLOR #701307

HEX: #701307 RGB: (112,19,7)

Color info

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

RGB color model

#701307 color RGB value is (112,19,7).

RGB: (112,19,7) (44%, 7%, 3%)

RGB channels and saturation

R 112 of 255 = 44%
G 19 of 255 = 7%
B 7 of 255 = 3%

112
19
7

R + G + B ~ 18%. #701307 is dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 19 + 7 = 138 (100%)
R 112 of 138 ~ 81.16%
G 19 of 138 ~ 13.77%
B 7 of 138 ~ 5.07'%

%81.16
%13.77

CMYK color model

#701307 color CMYK value is (0,83,94,56).

  • cyan value is 0.00%
  • magenta value is 83.04%
  • yellow value is 93.75%
  • key color value is 56.08%

CMYK: (0,83,94,56)
C0M83Y94K56 (0%, 83%, 94%, 56%)
(0.00 / 0.83 / 0.94 / 0.56)

CMYK percentages

%0
%83.04
%93.75
%56.08

Codes

Color #701307 in popluar color models

70 13 07
RGB 112 19 7
HSL 88.24% 23.33%
HSB/HSV 93.75% 43.92%
CMYK 0.00% 83.04% 93.75%
56.08%

Color #701307 in popluar number systems.

HEX 70 13 07
Decimal 112 19 7
Binary 1110000 10011 111
Octal 160 23 7

Shades and tints

Shades of #701307

#701307
(112,19,7)
#661207
(102,18,7)
#5C1107
(92,17,7)
#521007
(82,16,7)
#480F07
(72,15,7)
#3E0E07
(62,14,7)
#340D07
(52,13,7)
#2A0C07
(42,12,7)
#200B07
(32,11,7)
#160A07
(22,10,7)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #701307

#701307
(112,19,7)
#7D281D
(125,40,29)
#8A3D33
(138,61,51)
#975249
(151,82,73)
#A4675F
(164,103,95)
#B17C75
(177,124,117)
#BE918B
(190,145,139)
#CBA6A1
(203,166,161)
#D8BBB7
(216,187,183)
#E5D0CD
(229,208,205)
#F2E5E3
(242,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701307; }

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

This text font color is #701307.

Background Color

.myBgColor { background-color: #701307; }

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

This div background color is #701307.

Border color

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

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

This div border color is #701307.

Opacity

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

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

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

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

This text has shadow with #701307 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #701307.

Preview

Color preview on black background

This text has color #701307 on black background.


Color preview on white background

This text has color #701307 on white background.


Black color preview on #701307 background

This text has black color on #701307 background.


White color preview on #701307 background

This text has white color on #701307 background.


Related colors

Complementary color

Complementary color for #hex is #8FECF8.


I love getcolorcode.com

Triadic colors

1 #077013 and #130770 with #701307 are triadic colors.

2 #071370 and #137007 with #701307 are triadic colors.