COLOR #703F5D

HEX: #703F5D
RGB: (112,63,93)

Color info

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

RGB color model

#703F5D color RGB value is (112,63,93).

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

RGB channels and saturation

R 112 of 255 = 44%
G 63 of 255 = 25%
B 93 of 255 = 36%

112
63
93

R + G + B ~ 35%. #703F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 63 + 93 = 268 (100%)
R 112 of 268 ~ 41.79%
G 63 of 268 ~ 23.51%
B 93 of 268 ~ 34.7%

%41.79
%23.51
%34.7

CMYK color model

#703F5D color CMYK value is (0,44,17,56).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK:
(0,44,17,56)
C0M44Y17K56 
(0%,44%,17%,56%)
(0.00/0.44/0.17/0.56)	

CMYK percentages

%0
%43.75
%16.96
%56.08

Codes

Color #703F5D in popluar color models

703F5D
RGB1126393
HSL323°28.00%34.31%
HSB/HSV323°43.75%43.92%
CMYK0.00%43.75%16.96%
56.08%

Color #703F5D in popluar number systems.

HEX703F5D
Decimal1126393
Binary11100001111111011101
Octal16077135

Shades and tints

Shades of #703F5D

#703F5D
(112,63,93)
#663A55
(102,58,85)
#5C354D
(92,53,77)
#523045
(82,48,69)
#482B3D
(72,43,61)
#3E2635
(62,38,53)
#34212D
(52,33,45)
#2A1C25
(42,28,37)
#20171D
(32,23,29)
#161215
(22,18,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #703F5D

#703F5D
(112,63,93)
#7D506B
(125,80,107)
#8A6179
(138,97,121)
#977287
(151,114,135)
#A48395
(164,131,149)
#B194A3
(177,148,163)
#BEA5B1
(190,165,177)
#CBB6BF
(203,182,191)
#D8C7CD
(216,199,205)
#E5D8DB
(229,216,219)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703F5D; }

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

This text font color is #703F5D.


Background Color

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

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

This div background color is #703F5D.


Border color

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

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

This div border color is #703F5D.


Opacity

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

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

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

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

This text has shadow with #703F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703F5D on black background.


Color preview on white background

This text has color #703F5D on white background.



Black color preview on #703F5D background

This text has black color on #703F5D background.


White color preview on #703F5D background

This text has white color on #703F5D background.