COLOR #703C62

HEX: #703C62
RGB: (112,60,98)

Color info

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

RGB color model

#703C62 color RGB value is (112,60,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 60 of 255 = 24%
B 98 of 255 = 38%

112
60
98

R + G + B ~ 35%. #703C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 60 + 98 = 270 (100%)
R 112 of 270 ~ 41.48%
G 60 of 270 ~ 22.22%
B 98 of 270 ~ 36.3%

%41.48
%22.22
%36.3

CMYK color model

#703C62 color CMYK value is (0,46,13,56).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 12.50%
  • key color value is 56.08%
CMYK:
(0,46,13,56)
C0M46Y13K56 
(0%,46%,13%,56%)
(0.00/0.46/0.13/0.56)	

CMYK percentages

%0
%46.43
%12.5
%56.08

Codes

Color #703C62 in popluar color models

703C62
RGB1126098
HSL316°30.23%33.73%
HSB/HSV316°46.43%43.92%
CMYK0.00%46.43%12.50%
56.08%

Color #703C62 in popluar number systems.

HEX703C62
Decimal1126098
Binary11100001111001100010
Octal16074142

Shades and tints

Shades of #703C62

#703C62
(112,60,98)
#66375A
(102,55,90)
#5C3252
(92,50,82)
#522D4A
(82,45,74)
#482842
(72,40,66)
#3E233A
(62,35,58)
#341E32
(52,30,50)
#2A192A
(42,25,42)
#201422
(32,20,34)
#160F1A
(22,15,26)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #703C62

#703C62
(112,60,98)
#7D4D70
(125,77,112)
#8A5E7E
(138,94,126)
#976F8C
(151,111,140)
#A4809A
(164,128,154)
#B191A8
(177,145,168)
#BEA2B6
(190,162,182)
#CBB3C4
(203,179,196)
#D8C4D2
(216,196,210)
#E5D5E0
(229,213,224)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703C62; }

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

This text font color is #703C62.


Background Color

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

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

This div background color is #703C62.


Border color

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

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

This div border color is #703C62.


Opacity

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

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

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

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

This text has shadow with #703C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703C62 on black background.


Color preview on white background

This text has color #703C62 on white background.



Black color preview on #703C62 background

This text has black color on #703C62 background.


White color preview on #703C62 background

This text has white color on #703C62 background.