COLOR #703C56

HEX: #703C56
RGB: (112,60,86)

Color info

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

RGB color model

#703C56 color RGB value is (112,60,86).

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

RGB channels and saturation

R 112 of 255 = 44%
G 60 of 255 = 24%
B 86 of 255 = 34%

112
60
86

R + G + B ~ 34%. #703C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 60 + 86 = 258 (100%)
R 112 of 258 ~ 43.41%
G 60 of 258 ~ 23.26%
B 86 of 258 ~ 33.33%

%43.41
%23.26
%33.33

CMYK color model

#703C56 color CMYK value is (0,46,23,56).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 23.21%
  • key color value is 56.08%
CMYK:
(0,46,23,56)
C0M46Y23K56 
(0%,46%,23%,56%)
(0.00/0.46/0.23/0.56)	

CMYK percentages

%0
%46.43
%23.21
%56.08

Codes

Color #703C56 in popluar color models

703C56
RGB1126086
HSL330°30.23%33.73%
HSB/HSV330°46.43%43.92%
CMYK0.00%46.43%23.21%
56.08%

Color #703C56 in popluar number systems.

HEX703C56
Decimal1126086
Binary11100001111001010110
Octal16074126

Shades and tints

Shades of #703C56

#703C56
(112,60,86)
#66374F
(102,55,79)
#5C3248
(92,50,72)
#522D41
(82,45,65)
#48283A
(72,40,58)
#3E2333
(62,35,51)
#341E2C
(52,30,44)
#2A1925
(42,25,37)
#20141E
(32,20,30)
#160F17
(22,15,23)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #703C56

#703C56
(112,60,86)
#7D4D65
(125,77,101)
#8A5E74
(138,94,116)
#976F83
(151,111,131)
#A48092
(164,128,146)
#B191A1
(177,145,161)
#BEA2B0
(190,162,176)
#CBB3BF
(203,179,191)
#D8C4CE
(216,196,206)
#E5D5DD
(229,213,221)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703C56; }

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

This text font color is #703C56.


Background Color

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

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

This div background color is #703C56.


Border color

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

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

This div border color is #703C56.


Opacity

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

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

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

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

This text has shadow with #703C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703C56 on black background.


Color preview on white background

This text has color #703C56 on white background.



Black color preview on #703C56 background

This text has black color on #703C56 background.


White color preview on #703C56 background

This text has white color on #703C56 background.