COLOR #704659

HEX: #704659
RGB: (112,70,89)

Color info

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

RGB color model

#704659 color RGB value is (112,70,89).

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

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 89 of 255 = 35%

112
70
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 89 = 271 (100%)
R 112 of 271 ~ 41.33%
G 70 of 271 ~ 25.83%
B 89 of 271 ~ 32.84%

%41.33
%25.83
%32.84

CMYK color model

#704659 color CMYK value is (0,38,21,56).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(0,38,21,56)
C0M38Y21K56 
(0%,38%,21%,56%)
(0.00/0.38/0.21/0.56)	

CMYK percentages

%0
%37.5
%20.54
%56.08

Codes

Color #704659 in popluar color models

704659
RGB1127089
HSL333°23.08%35.69%
HSB/HSV333°37.50%43.92%
CMYK0.00%37.50%20.54%
56.08%

Color #704659 in popluar number systems.

HEX704659
Decimal1127089
Binary111000010001101011001
Octal160106131

Shades and tints

Shades of #704659

#704659
(112,70,89)
#664051
(102,64,81)
#5C3A49
(92,58,73)
#523441
(82,52,65)
#482E39
(72,46,57)
#3E2831
(62,40,49)
#342229
(52,34,41)
#2A1C21
(42,28,33)
#201619
(32,22,25)
#161011
(22,16,17)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #704659

#704659
(112,70,89)
#7D5668
(125,86,104)
#8A6677
(138,102,119)
#977686
(151,118,134)
#A48695
(164,134,149)
#B196A4
(177,150,164)
#BEA6B3
(190,166,179)
#CBB6C2
(203,182,194)
#D8C6D1
(216,198,209)
#E5D6E0
(229,214,224)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704659; }

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

This text font color is #704659.


Background Color

.myBgColor { background-color: #704659; }

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

This div background color is #704659.


Border color

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

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

This div border color is #704659.


Opacity

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

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

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

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

This text has shadow with #704659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704659 on black background.


Color preview on white background

This text has color #704659 on white background.



Black color preview on #704659 background

This text has black color on #704659 background.


White color preview on #704659 background

This text has white color on #704659 background.