COLOR #701F1D

HEX: #701F1D
RGB: (112,31,29)

Color info

#701F1D contains mainly red color. Web safe color of #701F1D is #663333 (or #633).

RGB color model

#701F1D color RGB value is (112,31,29).

  • red value is 112;
  • green value is 31;
  • blue value is 29.
RGB:
(112,31,29)
(44%,12%,11%)

RGB channels and saturation

R 112 of 255 = 44%
G 31 of 255 = 12%
B 29 of 255 = 11%

112
31
29

R + G + B ~ 22%. #701F1D is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 31 + 29 = 172 (100%)
R 112 of 172 ~ 65.12%
G 31 of 172 ~ 18.02%
B 29 of 172 ~ 16.86%

%65.12
%18.02
%16.86

CMYK color model

#701F1D color CMYK value is (0,72,74,56).

  • cyan value is 0.00%
  • magenta value is 72.32%
  • yellow value is 74.11%
  • key color value is 56.08%
CMYK:
(0,72,74,56)
C0M72Y74K56 
(0%,72%,74%,56%)
(0.00/0.72/0.74/0.56)	

CMYK percentages

%0
%72.32
%74.11
%56.08

Codes

Color #701F1D in popluar color models

701F1D
RGB1123129
HSL58.87%27.65%
HSB/HSV74.11%43.92%
CMYK0.00%72.32%74.11%
56.08%

Color #701F1D in popluar number systems.

HEX701F1D
Decimal1123129
Binary11100001111111101
Octal1603735

Shades and tints

Shades of #701F1D

#701F1D
(112,31,29)
#661D1B
(102,29,27)
#5C1B19
(92,27,25)
#521917
(82,25,23)
#481715
(72,23,21)
#3E1513
(62,21,19)
#341311
(52,19,17)
#2A110F
(42,17,15)
#200F0D
(32,15,13)
#160D0B
(22,13,11)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #701F1D

#701F1D
(112,31,29)
#7D3331
(125,51,49)
#8A4745
(138,71,69)
#975B59
(151,91,89)
#A46F6D
(164,111,109)
#B18381
(177,131,129)
#BE9795
(190,151,149)
#CBABA9
(203,171,169)
#D8BFBD
(216,191,189)
#E5D3D1
(229,211,209)
#F2E7E5
(242,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701F1D; }

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

This text font color is #701F1D.


Background Color

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

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

This div background color is #701F1D.


Border color

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

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

This div border color is #701F1D.


Opacity

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

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

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

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

This text has shadow with #701F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701F1D on black background.


Color preview on white background

This text has color #701F1D on white background.



Black color preview on #701F1D background

This text has black color on #701F1D background.


White color preview on #701F1D background

This text has white color on #701F1D background.