COLOR #704664

HEX: #704664
RGB: (112,70,100)

Color info

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

RGB color model

#704664 color RGB value is (112,70,100).

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

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 100 of 255 = 39%

112
70
100

R + G + B ~ 37%. #704664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 100 = 282 (100%)
R 112 of 282 ~ 39.72%
G 70 of 282 ~ 24.82%
B 100 of 282 ~ 35.46%

%39.72
%24.82
%35.46

CMYK color model

#704664 color CMYK value is (0,38,11,56).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK:
(0,38,11,56)
C0M38Y11K56 
(0%,38%,11%,56%)
(0.00/0.38/0.11/0.56)	

CMYK percentages

%0
%37.5
%10.71
%56.08

Codes

Color #704664 in popluar color models

704664
RGB11270100
HSL317°23.08%35.69%
HSB/HSV317°37.50%43.92%
CMYK0.00%37.50%10.71%
56.08%

Color #704664 in popluar number systems.

HEX704664
Decimal11270100
Binary111000010001101100100
Octal160106144

Shades and tints

Shades of #704664

#704664
(112,70,100)
#66405B
(102,64,91)
#5C3A52
(92,58,82)
#523449
(82,52,73)
#482E40
(72,46,64)
#3E2837
(62,40,55)
#34222E
(52,34,46)
#2A1C25
(42,28,37)
#20161C
(32,22,28)
#161013
(22,16,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #704664

#704664
(112,70,100)
#7D5672
(125,86,114)
#8A6680
(138,102,128)
#97768E
(151,118,142)
#A4869C
(164,134,156)
#B196AA
(177,150,170)
#BEA6B8
(190,166,184)
#CBB6C6
(203,182,198)
#D8C6D4
(216,198,212)
#E5D6E2
(229,214,226)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704664; }

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

This text font color is #704664.


Background Color

.myBgColor { background-color: #704664; }

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

This div background color is #704664.


Border color

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

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

This div border color is #704664.


Opacity

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

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

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

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

This text has shadow with #704664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704664 on black background.


Color preview on white background

This text has color #704664 on white background.



Black color preview on #704664 background

This text has black color on #704664 background.


White color preview on #704664 background

This text has white color on #704664 background.