COLOR #703D63

HEX: #703D63 RGB: (112,61,99)

Color info

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

RGB color model

#703D63 color RGB value is (112,61,99).

RGB: (112,61,99) (44%, 24%, 39%)

RGB channels and saturation

R 112 of 255 = 44%
G 61 of 255 = 24%
B 99 of 255 = 39%

112
61
99

R + G + B ~ 36%. #703D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 61 + 99 = 272 (100%)
R 112 of 272 ~ 41.18%
G 61 of 272 ~ 22.43%
B 99 of 272 ~ 36.4'%

%41.18
%22.43
%36.4

CMYK color model

#703D63 color CMYK value is (0,46,12,56).

  • cyan value is 0.00%
  • magenta value is 45.54%
  • yellow value is 11.61%
  • key color value is 56.08%

CMYK: (0,46,12,56)
C0M46Y12K56 (0%, 46%, 12%, 56%)
(0.00 / 0.46 / 0.12 / 0.56)

CMYK percentages

%0
%45.54
%11.61
%56.08

Codes

Color #703D63 in popluar color models

70 3D 63
RGB 112 61 99
HSL 315° 29.48% 33.92%
HSB/HSV 315° 45.54% 43.92%
CMYK 0.00% 45.54% 11.61%
56.08%

Color #703D63 in popluar number systems.

HEX 70 3D 63
Decimal 112 61 99
Binary 1110000 111101 1100011
Octal 160 75 143

Shades and tints

Shades of #703D63

#703D63
(112,61,99)
#66385A
(102,56,90)
#5C3351
(92,51,81)
#522E48
(82,46,72)
#48293F
(72,41,63)
#3E2436
(62,36,54)
#341F2D
(52,31,45)
#2A1A24
(42,26,36)
#20151B
(32,21,27)
#161012
(22,16,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #703D63

#703D63
(112,61,99)
#7D4E71
(125,78,113)
#8A5F7F
(138,95,127)
#97708D
(151,112,141)
#A4819B
(164,129,155)
#B192A9
(177,146,169)
#BEA3B7
(190,163,183)
#CBB4C5
(203,180,197)
#D8C5D3
(216,197,211)
#E5D6E1
(229,214,225)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703D63 color. Also use rgb(112,61,99) instead hex code.

Text Font Color

.myTextColor { color: #703D63; }

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

This text font color is #703D63.

Background Color

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

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

This div background color is #703D63.

Border color

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

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

This div border color is #703D63.

Opacity

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

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

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

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

This text has shadow with #703D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703D63.

Preview

Color preview on black background

This text has color #703D63 on black background.


Color preview on white background

This text has color #703D63 on white background.


Black color preview on #703D63 background

This text has black color on #703D63 background.


White color preview on #703D63 background

This text has white color on #703D63 background.


Related colors

Complementary color

Complementary color for #hex is #8FC29C.


I love getcolorcode.com

Triadic colors

1 #63703D and #3D6370 with #703D63 are triadic colors.

2 #633D70 and #3D7063 with #703D63 are triadic colors.