COLOR #704370

HEX: #704370
RGB: (112,67,112)

Color info

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

RGB color model

#704370 color RGB value is (112,67,112).

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

RGB channels and saturation

R 112 of 255 = 44%
G 67 of 255 = 26%
B 112 of 255 = 44%

112
67
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 67 + 112 = 291 (100%)
R 112 of 291 ~ 38.49%
G 67 of 291 ~ 23.02%
B 112 of 291 ~ 38.49%

%38.49
%23.02
%38.49

CMYK color model

#704370 color CMYK value is (0,40,0,56).

  • cyan value is 0.00%
  • magenta value is 40.18%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(0,40,0,56)
C0M40Y0K56 
(0%,40%,0%,56%)
(0.00/0.40/0.00/0.56)	

CMYK percentages

%0
%40.18
%0
%56.08

Codes

Color #704370 in popluar color models

704370
RGB11267112
HSL300°25.14%35.10%
HSB/HSV300°40.18%43.92%
CMYK0.00%40.18%0.00%
56.08%

Color #704370 in popluar number systems.

HEX704370
Decimal11267112
Binary111000010000111110000
Octal160103160

Shades and tints

Shades of #704370

#704370
(112,67,112)
#663D66
(102,61,102)
#5C375C
(92,55,92)
#523152
(82,49,82)
#482B48
(72,43,72)
#3E253E
(62,37,62)
#341F34
(52,31,52)
#2A192A
(42,25,42)
#201320
(32,19,32)
#160D16
(22,13,22)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #704370

#704370
(112,67,112)
#7D547D
(125,84,125)
#8A658A
(138,101,138)
#977697
(151,118,151)
#A487A4
(164,135,164)
#B198B1
(177,152,177)
#BEA9BE
(190,169,190)
#CBBACB
(203,186,203)
#D8CBD8
(216,203,216)
#E5DCE5
(229,220,229)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704370; }

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

This text font color is #704370.


Background Color

.myBgColor { background-color: #704370; }

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

This div background color is #704370.


Border color

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

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

This div border color is #704370.


Opacity

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

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

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

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

This text has shadow with #704370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704370 on black background.


Color preview on white background

This text has color #704370 on white background.



Black color preview on #704370 background

This text has black color on #704370 background.


White color preview on #704370 background

This text has white color on #704370 background.