COLOR #704070

HEX: #704070
RGB: (112,64,112)

Color info

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

RGB color model

#704070 color RGB value is (112,64,112).

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

RGB channels and saturation

R 112 of 255 = 44%
G 64 of 255 = 25%
B 112 of 255 = 44%

112
64
112

R + G + B ~ 38%. #704070 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 64 + 112 = 288 (100%)
R 112 of 288 ~ 38.89%
G 64 of 288 ~ 22.22%
B 112 of 288 ~ 38.89%

%38.89
%22.22
%38.89

CMYK color model

#704070 color CMYK value is (0,43,0,56).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(0,43,0,56)
C0M43Y0K56 
(0%,43%,0%,56%)
(0.00/0.43/0.00/0.56)	

CMYK percentages

%0
%42.86
%0
%56.08

Codes

Color #704070 in popluar color models

704070
RGB11264112
HSL300°27.27%34.51%
HSB/HSV300°42.86%43.92%
CMYK0.00%42.86%0.00%
56.08%

Color #704070 in popluar number systems.

HEX704070
Decimal11264112
Binary111000010000001110000
Octal160100160

Shades and tints

Shades of #704070

#704070
(112,64,112)
#663B66
(102,59,102)
#5C365C
(92,54,92)
#523152
(82,49,82)
#482C48
(72,44,72)
#3E273E
(62,39,62)
#342234
(52,34,52)
#2A1D2A
(42,29,42)
#201820
(32,24,32)
#161316
(22,19,22)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #704070

#704070
(112,64,112)
#7D517D
(125,81,125)
#8A628A
(138,98,138)
#977397
(151,115,151)
#A484A4
(164,132,164)
#B195B1
(177,149,177)
#BEA6BE
(190,166,190)
#CBB7CB
(203,183,203)
#D8C8D8
(216,200,216)
#E5D9E5
(229,217,229)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704070 color. Also use rgb(112,64,112) instead hex code.

Text Font Color

.myTextColor { color: #704070; }

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

This text font color is #704070.


Background Color

.myBgColor { background-color: #704070; }

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

This div background color is #704070.


Border color

.myBorderColor { border: 1px solid #704070; }

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

This div border color is #704070.


Opacity

.myOpacity80 { color: #704070; opacity: 0.8; }

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

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

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

This text has shadow with #704070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704070 on black background.


Color preview on white background

This text has color #704070 on white background.



Black color preview on #704070 background

This text has black color on #704070 background.


White color preview on #704070 background

This text has white color on #704070 background.