COLOR #704660

HEX: #704660
RGB: (112,70,96)

Color info

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

RGB color model

#704660 color RGB value is (112,70,96).

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

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 96 of 255 = 38%

112
70
96

R + G + B ~ 36%. #704660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 96 = 278 (100%)
R 112 of 278 ~ 40.29%
G 70 of 278 ~ 25.18%
B 96 of 278 ~ 34.53%

%40.29
%25.18
%34.53

CMYK color model

#704660 color CMYK value is (0,38,14,56).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 14.29%
  • key color value is 56.08%
CMYK:
(0,38,14,56)
C0M38Y14K56 
(0%,38%,14%,56%)
(0.00/0.38/0.14/0.56)	

CMYK percentages

%0
%37.5
%14.29
%56.08

Codes

Color #704660 in popluar color models

704660
RGB1127096
HSL323°23.08%35.69%
HSB/HSV323°37.50%43.92%
CMYK0.00%37.50%14.29%
56.08%

Color #704660 in popluar number systems.

HEX704660
Decimal1127096
Binary111000010001101100000
Octal160106140

Shades and tints

Shades of #704660

#704660
(112,70,96)
#664058
(102,64,88)
#5C3A50
(92,58,80)
#523448
(82,52,72)
#482E40
(72,46,64)
#3E2838
(62,40,56)
#342230
(52,34,48)
#2A1C28
(42,28,40)
#201620
(32,22,32)
#161018
(22,16,24)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #704660

#704660
(112,70,96)
#7D566E
(125,86,110)
#8A667C
(138,102,124)
#97768A
(151,118,138)
#A48698
(164,134,152)
#B196A6
(177,150,166)
#BEA6B4
(190,166,180)
#CBB6C2
(203,182,194)
#D8C6D0
(216,198,208)
#E5D6DE
(229,214,222)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704660; }

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

This text font color is #704660.


Background Color

.myBgColor { background-color: #704660; }

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

This div background color is #704660.


Border color

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

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

This div border color is #704660.


Opacity

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

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

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

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

This text has shadow with #704660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704660 on black background.


Color preview on white background

This text has color #704660 on white background.



Black color preview on #704660 background

This text has black color on #704660 background.


White color preview on #704660 background

This text has white color on #704660 background.