COLOR #703F66

HEX: #703F66
RGB: (112,63,102)

Color info

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

RGB color model

#703F66 color RGB value is (112,63,102).

  • red value is 112;
  • green value is 63;
  • blue value is 102.
RGB:
(112,63,102)
(44%,25%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 63 of 255 = 25%
B 102 of 255 = 40%

112
63
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 63 + 102 = 277 (100%)
R 112 of 277 ~ 40.43%
G 63 of 277 ~ 22.74%
B 102 of 277 ~ 36.82%

%40.43
%22.74
%36.82

CMYK color model

#703F66 color CMYK value is (0,44,9,56).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 8.93%
  • key color value is 56.08%
CMYK:
(0,44,9,56)
C0M44Y9K56 
(0%,44%,9%,56%)
(0.00/0.44/0.09/0.56)	

CMYK percentages

%0
%43.75
%8.93
%56.08

Codes

Color #703F66 in popluar color models

703F66
RGB11263102
HSL312°28.00%34.31%
HSB/HSV312°43.75%43.92%
CMYK0.00%43.75%8.93%
56.08%

Color #703F66 in popluar number systems.

HEX703F66
Decimal11263102
Binary11100001111111100110
Octal16077146

Shades and tints

Shades of #703F66

#703F66
(112,63,102)
#663A5D
(102,58,93)
#5C3554
(92,53,84)
#52304B
(82,48,75)
#482B42
(72,43,66)
#3E2639
(62,38,57)
#342130
(52,33,48)
#2A1C27
(42,28,39)
#20171E
(32,23,30)
#161215
(22,18,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #703F66

#703F66
(112,63,102)
#7D5073
(125,80,115)
#8A6180
(138,97,128)
#97728D
(151,114,141)
#A4839A
(164,131,154)
#B194A7
(177,148,167)
#BEA5B4
(190,165,180)
#CBB6C1
(203,182,193)
#D8C7CE
(216,199,206)
#E5D8DB
(229,216,219)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703F66 color. Also use rgb(112,63,102) instead hex code.

Text Font Color

.myTextColor { color: #703F66; }

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

This text font color is #703F66.


Background Color

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

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

This div background color is #703F66.


Border color

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

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

This div border color is #703F66.


Opacity

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

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

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

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

This text has shadow with #703F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703F66 on black background.


Color preview on white background

This text has color #703F66 on white background.



Black color preview on #703F66 background

This text has black color on #703F66 background.


White color preview on #703F66 background

This text has white color on #703F66 background.