COLOR #704159

HEX: #704159
RGB: (112,65,89)

Color info

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

RGB color model

#704159 color RGB value is (112,65,89).

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

RGB channels and saturation

R 112 of 255 = 44%
G 65 of 255 = 25%
B 89 of 255 = 35%

112
65
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 65 + 89 = 266 (100%)
R 112 of 266 ~ 42.11%
G 65 of 266 ~ 24.44%
B 89 of 266 ~ 33.46%

%42.11
%24.44
%33.46

CMYK color model

#704159 color CMYK value is (0,42,21,56).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(0,42,21,56)
C0M42Y21K56 
(0%,42%,21%,56%)
(0.00/0.42/0.21/0.56)	

CMYK percentages

%0
%41.96
%20.54
%56.08

Codes

Color #704159 in popluar color models

704159
RGB1126589
HSL329°26.55%34.71%
HSB/HSV329°41.96%43.92%
CMYK0.00%41.96%20.54%
56.08%

Color #704159 in popluar number systems.

HEX704159
Decimal1126589
Binary111000010000011011001
Octal160101131

Shades and tints

Shades of #704159

#704159
(112,65,89)
#663C51
(102,60,81)
#5C3749
(92,55,73)
#523241
(82,50,65)
#482D39
(72,45,57)
#3E2831
(62,40,49)
#342329
(52,35,41)
#2A1E21
(42,30,33)
#201919
(32,25,25)
#161411
(22,20,17)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #704159

#704159
(112,65,89)
#7D5268
(125,82,104)
#8A6377
(138,99,119)
#977486
(151,116,134)
#A48595
(164,133,149)
#B196A4
(177,150,164)
#BEA7B3
(190,167,179)
#CBB8C2
(203,184,194)
#D8C9D1
(216,201,209)
#E5DAE0
(229,218,224)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704159; }

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

This text font color is #704159.


Background Color

.myBgColor { background-color: #704159; }

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

This div background color is #704159.


Border color

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

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

This div border color is #704159.


Opacity

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

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

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

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

This text has shadow with #704159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704159 on black background.


Color preview on white background

This text has color #704159 on white background.



Black color preview on #704159 background

This text has black color on #704159 background.


White color preview on #704159 background

This text has white color on #704159 background.