COLOR #703C5C

HEX: #703C5C
RGB: (112,60,92)

Color info

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

RGB color model

#703C5C color RGB value is (112,60,92).

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

RGB channels and saturation

R 112 of 255 = 44%
G 60 of 255 = 24%
B 92 of 255 = 36%

112
60
92

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

Portions of RGB colors in percentages

R + G + B =
112 + 60 + 92 = 264 (100%)
R 112 of 264 ~ 42.42%
G 60 of 264 ~ 22.73%
B 92 of 264 ~ 34.85%

%42.42
%22.73
%34.85

CMYK color model

#703C5C color CMYK value is (0,46,18,56).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 17.86%
  • key color value is 56.08%
CMYK:
(0,46,18,56)
C0M46Y18K56 
(0%,46%,18%,56%)
(0.00/0.46/0.18/0.56)	

CMYK percentages

%0
%46.43
%17.86
%56.08

Codes

Color #703C5C in popluar color models

703C5C
RGB1126092
HSL323°30.23%33.73%
HSB/HSV323°46.43%43.92%
CMYK0.00%46.43%17.86%
56.08%

Color #703C5C in popluar number systems.

HEX703C5C
Decimal1126092
Binary11100001111001011100
Octal16074134

Shades and tints

Shades of #703C5C

#703C5C
(112,60,92)
#663754
(102,55,84)
#5C324C
(92,50,76)
#522D44
(82,45,68)
#48283C
(72,40,60)
#3E2334
(62,35,52)
#341E2C
(52,30,44)
#2A1924
(42,25,36)
#20141C
(32,20,28)
#160F14
(22,15,20)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #703C5C

#703C5C
(112,60,92)
#7D4D6A
(125,77,106)
#8A5E78
(138,94,120)
#976F86
(151,111,134)
#A48094
(164,128,148)
#B191A2
(177,145,162)
#BEA2B0
(190,162,176)
#CBB3BE
(203,179,190)
#D8C4CC
(216,196,204)
#E5D5DA
(229,213,218)
#F2E6E8
(242,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703C5C; }

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

This text font color is #703C5C.


Background Color

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

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

This div background color is #703C5C.


Border color

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

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

This div border color is #703C5C.


Opacity

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

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

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

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

This text has shadow with #703C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703C5C on black background.


Color preview on white background

This text has color #703C5C on white background.



Black color preview on #703C5C background

This text has black color on #703C5C background.


White color preview on #703C5C background

This text has white color on #703C5C background.