COLOR #701A23

HEX: #701A23
RGB: (112,26,35)

Color info

#701A23 contains mainly red color. Web safe color of #701A23 is #660033 (or #603).

RGB color model

#701A23 color RGB value is (112,26,35).

  • red value is 112;
  • green value is 26;
  • blue value is 35.
RGB:
(112,26,35)
(44%,10%,14%)

RGB channels and saturation

R 112 of 255 = 44%
G 26 of 255 = 10%
B 35 of 255 = 14%

112
26
35

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

Portions of RGB colors in percentages

R + G + B =
112 + 26 + 35 = 173 (100%)
R 112 of 173 ~ 64.74%
G 26 of 173 ~ 15.03%
B 35 of 173 ~ 20.23%

%64.74
%15.03
%20.23

CMYK color model

#701A23 color CMYK value is (0,77,69,56).

  • cyan value is 0.00%
  • magenta value is 76.79%
  • yellow value is 68.75%
  • key color value is 56.08%
CMYK:
(0,77,69,56)
C0M77Y69K56 
(0%,77%,69%,56%)
(0.00/0.77/0.69/0.56)	

CMYK percentages

%0
%76.79
%68.75
%56.08

Codes

Color #701A23 in popluar color models

701A23
RGB1122635
HSL354°62.32%27.06%
HSB/HSV354°76.79%43.92%
CMYK0.00%76.79%68.75%
56.08%

Color #701A23 in popluar number systems.

HEX701A23
Decimal1122635
Binary111000011010100011
Octal1603243

Shades and tints

Shades of #701A23

#701A23
(112,26,35)
#661820
(102,24,32)
#5C161D
(92,22,29)
#52141A
(82,20,26)
#481217
(72,18,23)
#3E1014
(62,16,20)
#340E11
(52,14,17)
#2A0C0E
(42,12,14)
#200A0B
(32,10,11)
#160808
(22,8,8)
#0C0605
(12,6,5)
#000000
(0,0,0)

Tints of #701A23

#701A23
(112,26,35)
#7D2E37
(125,46,55)
#8A424B
(138,66,75)
#97565F
(151,86,95)
#A46A73
(164,106,115)
#B17E87
(177,126,135)
#BE929B
(190,146,155)
#CBA6AF
(203,166,175)
#D8BAC3
(216,186,195)
#E5CED7
(229,206,215)
#F2E2EB
(242,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701A23 color. Also use rgb(112,26,35) instead hex code.

Text Font Color

.myTextColor { color: #701A23; }

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

This text font color is #701A23.


Background Color

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

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

This div background color is #701A23.


Border color

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

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

This div border color is #701A23.


Opacity

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

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

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

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

This text has shadow with #701A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701A23 on black background.


Color preview on white background

This text has color #701A23 on white background.



Black color preview on #701A23 background

This text has black color on #701A23 background.


White color preview on #701A23 background

This text has white color on #701A23 background.