COLOR #703E70

HEX: #703E70
RGB: (112,62,112)

Color info

#703E70 contains red, green and blue colors in about the same proportion. Web safe color of #703E70 is #663366 (or #636).

RGB color model

#703E70 color RGB value is (112,62,112).

  • red value is 112;
  • green value is 62;
  • blue value is 112.
RGB:
(112,62,112)
(44%,24%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 112 of 255 = 44%

112
62
112

R + G + B ~ 37%. #703E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 112 = 286 (100%)
R 112 of 286 ~ 39.16%
G 62 of 286 ~ 21.68%
B 112 of 286 ~ 39.16%

%39.16
%21.68
%39.16

CMYK color model

#703E70 color CMYK value is (0,45,0,56).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(0,45,0,56)
C0M45Y0K56 
(0%,45%,0%,56%)
(0.00/0.45/0.00/0.56)	

CMYK percentages

%0
%44.64
%0
%56.08

Codes

Color #703E70 in popluar color models

703E70
RGB11262112
HSL300°28.74%34.12%
HSB/HSV300°44.64%43.92%
CMYK0.00%44.64%0.00%
56.08%

Color #703E70 in popluar number systems.

HEX703E70
Decimal11262112
Binary11100001111101110000
Octal16076160

Shades and tints

Shades of #703E70

#703E70
(112,62,112)
#663966
(102,57,102)
#5C345C
(92,52,92)
#522F52
(82,47,82)
#482A48
(72,42,72)
#3E253E
(62,37,62)
#342034
(52,32,52)
#2A1B2A
(42,27,42)
#201620
(32,22,32)
#161116
(22,17,22)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #703E70

#703E70
(112,62,112)
#7D4F7D
(125,79,125)
#8A608A
(138,96,138)
#977197
(151,113,151)
#A482A4
(164,130,164)
#B193B1
(177,147,177)
#BEA4BE
(190,164,190)
#CBB5CB
(203,181,203)
#D8C6D8
(216,198,216)
#E5D7E5
(229,215,229)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703E70 color. Also use rgb(112,62,112) instead hex code.

Text Font Color

.myTextColor { color: #703E70; }

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

This text font color is #703E70.


Background Color

.myBgColor { background-color: #703E70; }

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

This div background color is #703E70.


Border color

.myBorderColor { border: 1px solid #703E70; }

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

This div border color is #703E70.


Opacity

.myOpacity80 { color: #703E70; opacity: 0.8; }

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

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

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

This text has shadow with #703E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E70 on black background.


Color preview on white background

This text has color #703E70 on white background.



Black color preview on #703E70 background

This text has black color on #703E70 background.


White color preview on #703E70 background

This text has white color on #703E70 background.