COLOR #701408

HEX: #701408 RGB: (112,20,8)

Color info

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

RGB color model

#701408 color RGB value is (112,20,8).

RGB: (112,20,8) (44%, 8%, 3%)

RGB channels and saturation

R 112 of 255 = 44%
G 20 of 255 = 8%
B 8 of 255 = 3%

112
20
8

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

Portions of RGB colors in percentages

R + G + B = 112 + 20 + 8 = 140 (100%)
R 112 of 140 ~ 80%
G 20 of 140 ~ 14.29%
B 8 of 140 ~ 5.71'%

%80
%14.29

CMYK color model

#701408 color CMYK value is (0,82,93,56).

  • cyan value is 0.00%
  • magenta value is 82.14%
  • yellow value is 92.86%
  • key color value is 56.08%

CMYK: (0,82,93,56)
C0M82Y93K56 (0%, 82%, 93%, 56%)
(0.00 / 0.82 / 0.93 / 0.56)

CMYK percentages

%0
%82.14
%92.86
%56.08

Codes

Color #701408 in popluar color models

70 14 08
RGB 112 20 8
HSL 86.67% 23.53%
HSB/HSV 92.86% 43.92%
CMYK 0.00% 82.14% 92.86%
56.08%

Color #701408 in popluar number systems.

HEX 70 14 08
Decimal 112 20 8
Binary 1110000 10100 1000
Octal 160 24 10

Shades and tints

Shades of #701408

#701408
(112,20,8)
#661308
(102,19,8)
#5C1208
(92,18,8)
#521108
(82,17,8)
#481008
(72,16,8)
#3E0F08
(62,15,8)
#340E08
(52,14,8)
#2A0D08
(42,13,8)
#200C08
(32,12,8)
#160B08
(22,11,8)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #701408

#701408
(112,20,8)
#7D291E
(125,41,30)
#8A3E34
(138,62,52)
#97534A
(151,83,74)
#A46860
(164,104,96)
#B17D76
(177,125,118)
#BE928C
(190,146,140)
#CBA7A2
(203,167,162)
#D8BCB8
(216,188,184)
#E5D1CE
(229,209,206)
#F2E6E4
(242,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701408; }

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

This text font color is #701408.

Background Color

.myBgColor { background-color: #701408; }

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

This div background color is #701408.

Border color

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

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

This div border color is #701408.

Opacity

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

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

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

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

This text has shadow with #701408 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #701408.

Preview

Color preview on black background

This text has color #701408 on black background.


Color preview on white background

This text has color #701408 on white background.


Black color preview on #701408 background

This text has black color on #701408 background.


White color preview on #701408 background

This text has white color on #701408 background.


Related colors

Complementary color

Complementary color for #hex is #8FEBF7.


I love getcolorcode.com

Triadic colors

1 #087014 and #140870 with #701408 are triadic colors.

2 #081470 and #147008 with #701408 are triadic colors.