COLOR #704379

HEX: #704379
RGB: (112,67,121)

Color info

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

RGB color model

#704379 color RGB value is (112,67,121).

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

RGB channels and saturation

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

112
67
121

R + G + B ~ 39%. #704379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 67 + 121 = 300 (100%)
R 112 of 300 ~ 37.33%
G 67 of 300 ~ 22.33%
B 121 of 300 ~ 40.33%

%37.33
%22.33
%40.33

CMYK color model

#704379 color CMYK value is (7,45,0,53).

  • cyan value is 7.44%
  • magenta value is 44.63%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,45,0,53)
C7M45Y0K53 
(7%,45%,0%,53%)
(0.07/0.45/0.00/0.53)	

CMYK percentages

%7.44
%44.63
%0
%52.55

Codes

Color #704379 in popluar color models

704379
RGB11267121
HSL290°28.72%36.86%
HSB/HSV290°44.63%47.45%
CMYK7.44%44.63%0.00%
52.55%

Color #704379 in popluar number systems.

HEX704379
Decimal11267121
Binary111000010000111111001
Octal160103171

Shades and tints

Shades of #704379

#704379
(112,67,121)
#663D6E
(102,61,110)
#5C3763
(92,55,99)
#523158
(82,49,88)
#482B4D
(72,43,77)
#3E2542
(62,37,66)
#341F37
(52,31,55)
#2A192C
(42,25,44)
#201321
(32,19,33)
#160D16
(22,13,22)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #704379

#704379
(112,67,121)
#7D5485
(125,84,133)
#8A6591
(138,101,145)
#97769D
(151,118,157)
#A487A9
(164,135,169)
#B198B5
(177,152,181)
#BEA9C1
(190,169,193)
#CBBACD
(203,186,205)
#D8CBD9
(216,203,217)
#E5DCE5
(229,220,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704379; }

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

This text font color is #704379.


Background Color

.myBgColor { background-color: #704379; }

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

This div background color is #704379.


Border color

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

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

This div border color is #704379.


Opacity

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

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

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

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

This text has shadow with #704379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704379 on black background.


Color preview on white background

This text has color #704379 on white background.



Black color preview on #704379 background

This text has black color on #704379 background.


White color preview on #704379 background

This text has white color on #704379 background.