COLOR #703E6F

HEX: #703E6F RGB: (112,62,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
62
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 62 + 111 = 285 (100%)
R 112 of 285 ~ 39.3%
G 62 of 285 ~ 21.75%
B 111 of 285 ~ 38.95'%

%39.3
%21.75
%38.95

CMYK color model

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

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

CMYK: (0,45,1,56)
C0M45Y1K56 (0%, 45%, 1%, 56%)
(0.00 / 0.45 / 0.01 / 0.56)

CMYK percentages

%0
%44.64
%0.89
%56.08

Codes

Color #703E6F in popluar color models

70 3E 6F
RGB 112 62 111
HSL 301° 28.74% 34.12%
HSB/HSV 301° 44.64% 43.92%
CMYK 0.00% 44.64% 0.89%
56.08%

Color #703E6F in popluar number systems.

HEX 70 3E 6F
Decimal 112 62 111
Binary 1110000 111110 1101111
Octal 160 76 157

Shades and tints

Shades of #703E6F

#703E6F
(112,62,111)
#663965
(102,57,101)
#5C345B
(92,52,91)
#522F51
(82,47,81)
#482A47
(72,42,71)
#3E253D
(62,37,61)
#342033
(52,32,51)
#2A1B29
(42,27,41)
#20161F
(32,22,31)
#161115
(22,17,21)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #703E6F

#703E6F
(112,62,111)
#7D4F7C
(125,79,124)
#8A6089
(138,96,137)
#977196
(151,113,150)
#A482A3
(164,130,163)
#B193B0
(177,147,176)
#BEA4BD
(190,164,189)
#CBB5CA
(203,181,202)
#D8C6D7
(216,198,215)
#E5D7E4
(229,215,228)
#F2E8F1
(242,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703E6F; }

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

This text font color is #703E6F.

Background Color

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

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

This div background color is #703E6F.

Border color

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

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

This div border color is #703E6F.

Opacity

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

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

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

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

This text has shadow with #703E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703E6F.

Preview

Color preview on black background

This text has color #703E6F on black background.


Color preview on white background

This text has color #703E6F on white background.


Black color preview on #703E6F background

This text has black color on #703E6F background.


White color preview on #703E6F background

This text has white color on #703E6F background.


Related colors

Complementary color

Complementary color for #hex is #8FC190.


I love getcolorcode.com

Triadic colors

1 #6F703E and #3E6F70 with #703E6F are triadic colors.

2 #6F3E70 and #3E706F with #703E6F are triadic colors.