COLOR #701D4A

HEX: #701D4A
RGB: (112,29,74)

Color info

#701D4A contains mainly red and blue colors. Web safe color of #701D4A is #663333 (or #633).

RGB color model

#701D4A color RGB value is (112,29,74).

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

RGB channels and saturation

R 112 of 255 = 44%
G 29 of 255 = 11%
B 74 of 255 = 29%

112
29
74

R + G + B ~ 28%. #701D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 29 + 74 = 215 (100%)
R 112 of 215 ~ 52.09%
G 29 of 215 ~ 13.49%
B 74 of 215 ~ 34.42%

%52.09
%13.49
%34.42

CMYK color model

#701D4A color CMYK value is (0,74,34,56).

  • cyan value is 0.00%
  • magenta value is 74.11%
  • yellow value is 33.93%
  • key color value is 56.08%
CMYK:
(0,74,34,56)
C0M74Y34K56 
(0%,74%,34%,56%)
(0.00/0.74/0.34/0.56)	

CMYK percentages

%0
%74.11
%33.93
%56.08

Codes

Color #701D4A in popluar color models

701D4A
RGB1122974
HSL327°58.87%27.65%
HSB/HSV327°74.11%43.92%
CMYK0.00%74.11%33.93%
56.08%

Color #701D4A in popluar number systems.

HEX701D4A
Decimal1122974
Binary1110000111011001010
Octal16035112

Shades and tints

Shades of #701D4A

#701D4A
(112,29,74)
#661B44
(102,27,68)
#5C193E
(92,25,62)
#521738
(82,23,56)
#481532
(72,21,50)
#3E132C
(62,19,44)
#341126
(52,17,38)
#2A0F20
(42,15,32)
#200D1A
(32,13,26)
#160B14
(22,11,20)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #701D4A

#701D4A
(112,29,74)
#7D315A
(125,49,90)
#8A456A
(138,69,106)
#97597A
(151,89,122)
#A46D8A
(164,109,138)
#B1819A
(177,129,154)
#BE95AA
(190,149,170)
#CBA9BA
(203,169,186)
#D8BDCA
(216,189,202)
#E5D1DA
(229,209,218)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701D4A; }

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

This text font color is #701D4A.


Background Color

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

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

This div background color is #701D4A.


Border color

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

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

This div border color is #701D4A.


Opacity

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

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

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

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

This text has shadow with #701D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701D4A on black background.


Color preview on white background

This text has color #701D4A on white background.



Black color preview on #701D4A background

This text has black color on #701D4A background.


White color preview on #701D4A background

This text has white color on #701D4A background.