COLOR #701650

HEX: #701650
RGB: (112,22,80)

Color info

#701650 contains mainly red and blue colors. Web safe color of #701650 is #660066 (or #606).

RGB color model

#701650 color RGB value is (112,22,80).

  • red value is 112;
  • green value is 22;
  • blue value is 80.
RGB:
(112,22,80)
(44%,9%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 22 of 255 = 9%
B 80 of 255 = 31%

112
22
80

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

Portions of RGB colors in percentages

R + G + B =
112 + 22 + 80 = 214 (100%)
R 112 of 214 ~ 52.34%
G 22 of 214 ~ 10.28%
B 80 of 214 ~ 37.38%

%52.34
%10.28
%37.38

CMYK color model

#701650 color CMYK value is (0,80,29,56).

  • cyan value is 0.00%
  • magenta value is 80.36%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(0,80,29,56)
C0M80Y29K56 
(0%,80%,29%,56%)
(0.00/0.80/0.29/0.56)	

CMYK percentages

%0
%80.36
%28.57
%56.08

Codes

Color #701650 in popluar color models

701650
RGB1122280
HSL321°67.16%26.27%
HSB/HSV321°80.36%43.92%
CMYK0.00%80.36%28.57%
56.08%

Color #701650 in popluar number systems.

HEX701650
Decimal1122280
Binary1110000101101010000
Octal16026120

Shades and tints

Shades of #701650

#701650
(112,22,80)
#661449
(102,20,73)
#5C1242
(92,18,66)
#52103B
(82,16,59)
#480E34
(72,14,52)
#3E0C2D
(62,12,45)
#340A26
(52,10,38)
#2A081F
(42,8,31)
#200618
(32,6,24)
#160411
(22,4,17)
#0C020A
(12,2,10)
#000000
(0,0,0)

Tints of #701650

#701650
(112,22,80)
#7D2B5F
(125,43,95)
#8A406E
(138,64,110)
#97557D
(151,85,125)
#A46A8C
(164,106,140)
#B17F9B
(177,127,155)
#BE94AA
(190,148,170)
#CBA9B9
(203,169,185)
#D8BEC8
(216,190,200)
#E5D3D7
(229,211,215)
#F2E8E6
(242,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701650 color. Also use rgb(112,22,80) instead hex code.

Text Font Color

.myTextColor { color: #701650; }

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

This text font color is #701650.


Background Color

.myBgColor { background-color: #701650; }

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

This div background color is #701650.


Border color

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

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

This div border color is #701650.


Opacity

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

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

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

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

This text has shadow with #701650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701650 on black background.


Color preview on white background

This text has color #701650 on white background.



Black color preview on #701650 background

This text has black color on #701650 background.


White color preview on #701650 background

This text has white color on #701650 background.