COLOR #703F6D

HEX: #703F6D
RGB: (112,63,109)

Color info

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

RGB color model

#703F6D color RGB value is (112,63,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 63 of 255 = 25%
B 109 of 255 = 43%

112
63
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 63 + 109 = 284 (100%)
R 112 of 284 ~ 39.44%
G 63 of 284 ~ 22.18%
B 109 of 284 ~ 38.38%

%39.44
%22.18
%38.38

CMYK color model

#703F6D color CMYK value is (0,44,3,56).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(0,44,3,56)
C0M44Y3K56 
(0%,44%,3%,56%)
(0.00/0.44/0.03/0.56)	

CMYK percentages

%0
%43.75
%2.68
%56.08

Codes

Color #703F6D in popluar color models

703F6D
RGB11263109
HSL304°28.00%34.31%
HSB/HSV304°43.75%43.92%
CMYK0.00%43.75%2.68%
56.08%

Color #703F6D in popluar number systems.

HEX703F6D
Decimal11263109
Binary11100001111111101101
Octal16077155

Shades and tints

Shades of #703F6D

#703F6D
(112,63,109)
#663A64
(102,58,100)
#5C355B
(92,53,91)
#523052
(82,48,82)
#482B49
(72,43,73)
#3E2640
(62,38,64)
#342137
(52,33,55)
#2A1C2E
(42,28,46)
#201725
(32,23,37)
#16121C
(22,18,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #703F6D

#703F6D
(112,63,109)
#7D507A
(125,80,122)
#8A6187
(138,97,135)
#977294
(151,114,148)
#A483A1
(164,131,161)
#B194AE
(177,148,174)
#BEA5BB
(190,165,187)
#CBB6C8
(203,182,200)
#D8C7D5
(216,199,213)
#E5D8E2
(229,216,226)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703F6D; }

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

This text font color is #703F6D.


Background Color

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

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

This div background color is #703F6D.


Border color

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

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

This div border color is #703F6D.


Opacity

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

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

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

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

This text has shadow with #703F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703F6D on black background.


Color preview on white background

This text has color #703F6D on white background.



Black color preview on #703F6D background

This text has black color on #703F6D background.


White color preview on #703F6D background

This text has white color on #703F6D background.