COLOR #701F15

HEX: #701F15 RGB: (112,31,21)

Color info

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

RGB color model

#701F15 color RGB value is (112,31,21).

RGB: (112,31,21) (44%, 12%, 8%)

RGB channels and saturation

R 112 of 255 = 44%
G 31 of 255 = 12%
B 21 of 255 = 8%

112
31
21

R + G + B ~ 21%. #701F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 31 + 21 = 164 (100%)
R 112 of 164 ~ 68.29%
G 31 of 164 ~ 18.9%
B 21 of 164 ~ 12.8'%

%68.29
%18.9
%12.8

CMYK color model

#701F15 color CMYK value is (0,72,81,56).

  • cyan value is 0.00%
  • magenta value is 72.32%
  • yellow value is 81.25%
  • key color value is 56.08%

CMYK: (0,72,81,56)
C0M72Y81K56 (0%, 72%, 81%, 56%)
(0.00 / 0.72 / 0.81 / 0.56)

CMYK percentages

%0
%72.32
%81.25
%56.08

Codes

Color #701F15 in popluar color models

70 1F 15
RGB 112 31 21
HSL 68.42% 26.08%
HSB/HSV 81.25% 43.92%
CMYK 0.00% 72.32% 81.25%
56.08%

Color #701F15 in popluar number systems.

HEX 70 1F 15
Decimal 112 31 21
Binary 1110000 11111 10101
Octal 160 37 25

Shades and tints

Shades of #701F15

#701F15
(112,31,21)
#661D14
(102,29,20)
#5C1B13
(92,27,19)
#521912
(82,25,18)
#481711
(72,23,17)
#3E1510
(62,21,16)
#34130F
(52,19,15)
#2A110E
(42,17,14)
#200F0D
(32,15,13)
#160D0C
(22,13,12)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #701F15

#701F15
(112,31,21)
#7D332A
(125,51,42)
#8A473F
(138,71,63)
#975B54
(151,91,84)
#A46F69
(164,111,105)
#B1837E
(177,131,126)
#BE9793
(190,151,147)
#CBABA8
(203,171,168)
#D8BFBD
(216,191,189)
#E5D3D2
(229,211,210)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701F15 color. Also use rgb(112,31,21) instead hex code.

Text Font Color

.myTextColor { color: #701F15; }

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

This text font color is #701F15.

Background Color

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

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

This div background color is #701F15.

Border color

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

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

This div border color is #701F15.

Opacity

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

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

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

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

This text has shadow with #701F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #701F15.

Preview

Color preview on black background

This text has color #701F15 on black background.


Color preview on white background

This text has color #701F15 on white background.


Black color preview on #701F15 background

This text has black color on #701F15 background.


White color preview on #701F15 background

This text has white color on #701F15 background.


Related colors

Complementary color

Complementary color for #hex is #8FE0EA.


I love getcolorcode.com

Triadic colors

1 #15701F and #1F1570 with #701F15 are triadic colors.

2 #151F70 and #1F7015 with #701F15 are triadic colors.