COLOR #701F21

HEX: #701F21
RGB: (112,31,33)

Color info

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

RGB color model

#701F21 color RGB value is (112,31,33).

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

RGB channels and saturation

R 112 of 255 = 44%
G 31 of 255 = 12%
B 33 of 255 = 13%

112
31
33

R + G + B ~ 23%. #701F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 31 + 33 = 176 (100%)
R 112 of 176 ~ 63.64%
G 31 of 176 ~ 17.61%
B 33 of 176 ~ 18.75%

%63.64
%17.61
%18.75

CMYK color model

#701F21 color CMYK value is (0,72,71,56).

  • cyan value is 0.00%
  • magenta value is 72.32%
  • yellow value is 70.54%
  • key color value is 56.08%
CMYK:
(0,72,71,56)
C0M72Y71K56 
(0%,72%,71%,56%)
(0.00/0.72/0.71/0.56)	

CMYK percentages

%0
%72.32
%70.54
%56.08

Codes

Color #701F21 in popluar color models

701F21
RGB1123133
HSL359°56.64%28.04%
HSB/HSV359°72.32%43.92%
CMYK0.00%72.32%70.54%
56.08%

Color #701F21 in popluar number systems.

HEX701F21
Decimal1123133
Binary111000011111100001
Octal1603741

Shades and tints

Shades of #701F21

#701F21
(112,31,33)
#661D1E
(102,29,30)
#5C1B1B
(92,27,27)
#521918
(82,25,24)
#481715
(72,23,21)
#3E1512
(62,21,18)
#34130F
(52,19,15)
#2A110C
(42,17,12)
#200F09
(32,15,9)
#160D06
(22,13,6)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #701F21

#701F21
(112,31,33)
#7D3335
(125,51,53)
#8A4749
(138,71,73)
#975B5D
(151,91,93)
#A46F71
(164,111,113)
#B18385
(177,131,133)
#BE9799
(190,151,153)
#CBABAD
(203,171,173)
#D8BFC1
(216,191,193)
#E5D3D5
(229,211,213)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701F21; }

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

This text font color is #701F21.


Background Color

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

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

This div background color is #701F21.


Border color

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

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

This div border color is #701F21.


Opacity

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

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

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

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

This text has shadow with #701F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701F21 on black background.


Color preview on white background

This text has color #701F21 on white background.



Black color preview on #701F21 background

This text has black color on #701F21 background.


White color preview on #701F21 background

This text has white color on #701F21 background.