COLOR #703C6F

HEX: #703C6F RGB: (112,60,111)

Color info

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

RGB color model

#703C6F color RGB value is (112,60,111).

RGB: (112,60,111) (44%, 24%, 44%)

RGB channels and saturation

R 112 of 255 = 44%
G 60 of 255 = 24%
B 111 of 255 = 44%

112
60
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 60 + 111 = 283 (100%)
R 112 of 283 ~ 39.58%
G 60 of 283 ~ 21.2%
B 111 of 283 ~ 39.22'%

%39.58
%21.2
%39.22

CMYK color model

#703C6F color CMYK value is (0,46,1,56).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 0.89%
  • key color value is 56.08%

CMYK: (0,46,1,56)
C0M46Y1K56 (0%, 46%, 1%, 56%)
(0.00 / 0.46 / 0.01 / 0.56)

CMYK percentages

%0
%46.43
%0.89
%56.08

Codes

Color #703C6F in popluar color models

70 3C 6F
RGB 112 60 111
HSL 301° 30.23% 33.73%
HSB/HSV 301° 46.43% 43.92%
CMYK 0.00% 46.43% 0.89%
56.08%

Color #703C6F in popluar number systems.

HEX 70 3C 6F
Decimal 112 60 111
Binary 1110000 111100 1101111
Octal 160 74 157

Shades and tints

Shades of #703C6F

#703C6F
(112,60,111)
#663765
(102,55,101)
#5C325B
(92,50,91)
#522D51
(82,45,81)
#482847
(72,40,71)
#3E233D
(62,35,61)
#341E33
(52,30,51)
#2A1929
(42,25,41)
#20141F
(32,20,31)
#160F15
(22,15,21)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #703C6F

#703C6F
(112,60,111)
#7D4D7C
(125,77,124)
#8A5E89
(138,94,137)
#976F96
(151,111,150)
#A480A3
(164,128,163)
#B191B0
(177,145,176)
#BEA2BD
(190,162,189)
#CBB3CA
(203,179,202)
#D8C4D7
(216,196,215)
#E5D5E4
(229,213,228)
#F2E6F1
(242,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703C6F; }

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

This text font color is #703C6F.

Background Color

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

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

This div background color is #703C6F.

Border color

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

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

This div border color is #703C6F.

Opacity

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

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

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

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

This text has shadow with #703C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703C6F.

Preview

Color preview on black background

This text has color #703C6F on black background.


Color preview on white background

This text has color #703C6F on white background.


Black color preview on #703C6F background

This text has black color on #703C6F background.


White color preview on #703C6F background

This text has white color on #703C6F background.


Related colors

Complementary color

Complementary color for #hex is #8FC390.


I love getcolorcode.com

Triadic colors

1 #6F703C and #3C6F70 with #703C6F are triadic colors.

2 #6F3C70 and #3C706F with #703C6F are triadic colors.