COLOR #703F64

HEX: #703F64
RGB: (112,63,100)

Color info

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

RGB color model

#703F64 color RGB value is (112,63,100).

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

RGB channels and saturation

R 112 of 255 = 44%
G 63 of 255 = 25%
B 100 of 255 = 39%

112
63
100

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

Portions of RGB colors in percentages

R + G + B =
112 + 63 + 100 = 275 (100%)
R 112 of 275 ~ 40.73%
G 63 of 275 ~ 22.91%
B 100 of 275 ~ 36.36%

%40.73
%22.91
%36.36

CMYK color model

#703F64 color CMYK value is (0,44,11,56).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK:
(0,44,11,56)
C0M44Y11K56 
(0%,44%,11%,56%)
(0.00/0.44/0.11/0.56)	

CMYK percentages

%0
%43.75
%10.71
%56.08

Codes

Color #703F64 in popluar color models

703F64
RGB11263100
HSL315°28.00%34.31%
HSB/HSV315°43.75%43.92%
CMYK0.00%43.75%10.71%
56.08%

Color #703F64 in popluar number systems.

HEX703F64
Decimal11263100
Binary11100001111111100100
Octal16077144

Shades and tints

Shades of #703F64

#703F64
(112,63,100)
#663A5B
(102,58,91)
#5C3552
(92,53,82)
#523049
(82,48,73)
#482B40
(72,43,64)
#3E2637
(62,38,55)
#34212E
(52,33,46)
#2A1C25
(42,28,37)
#20171C
(32,23,28)
#161213
(22,18,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #703F64

#703F64
(112,63,100)
#7D5072
(125,80,114)
#8A6180
(138,97,128)
#97728E
(151,114,142)
#A4839C
(164,131,156)
#B194AA
(177,148,170)
#BEA5B8
(190,165,184)
#CBB6C6
(203,182,198)
#D8C7D4
(216,199,212)
#E5D8E2
(229,216,226)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703F64; }

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

This text font color is #703F64.


Background Color

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

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

This div background color is #703F64.


Border color

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

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

This div border color is #703F64.


Opacity

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

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

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

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

This text has shadow with #703F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703F64 on black background.


Color preview on white background

This text has color #703F64 on white background.



Black color preview on #703F64 background

This text has black color on #703F64 background.


White color preview on #703F64 background

This text has white color on #703F64 background.