COLOR #704864

HEX: #704864
RGB: (112,72,100)

Color info

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

RGB color model

#704864 color RGB value is (112,72,100).

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

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 100 of 255 = 39%

112
72
100

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

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 100 = 284 (100%)
R 112 of 284 ~ 39.44%
G 72 of 284 ~ 25.35%
B 100 of 284 ~ 35.21%

%39.44
%25.35
%35.21

CMYK color model

#704864 color CMYK value is (0,36,11,56).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK:
(0,36,11,56)
C0M36Y11K56 
(0%,36%,11%,56%)
(0.00/0.36/0.11/0.56)	

CMYK percentages

%0
%35.71
%10.71
%56.08

Codes

Color #704864 in popluar color models

704864
RGB11272100
HSL318°21.74%36.08%
HSB/HSV318°35.71%43.92%
CMYK0.00%35.71%10.71%
56.08%

Color #704864 in popluar number systems.

HEX704864
Decimal11272100
Binary111000010010001100100
Octal160110144

Shades and tints

Shades of #704864

#704864
(112,72,100)
#66425B
(102,66,91)
#5C3C52
(92,60,82)
#523649
(82,54,73)
#483040
(72,48,64)
#3E2A37
(62,42,55)
#34242E
(52,36,46)
#2A1E25
(42,30,37)
#20181C
(32,24,28)
#161213
(22,18,19)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #704864

#704864
(112,72,100)
#7D5872
(125,88,114)
#8A6880
(138,104,128)
#97788E
(151,120,142)
#A4889C
(164,136,156)
#B198AA
(177,152,170)
#BEA8B8
(190,168,184)
#CBB8C6
(203,184,198)
#D8C8D4
(216,200,212)
#E5D8E2
(229,216,226)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704864; }

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

This text font color is #704864.


Background Color

.myBgColor { background-color: #704864; }

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

This div background color is #704864.


Border color

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

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

This div border color is #704864.


Opacity

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

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

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

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

This text has shadow with #704864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704864 on black background.


Color preview on white background

This text has color #704864 on white background.



Black color preview on #704864 background

This text has black color on #704864 background.


White color preview on #704864 background

This text has white color on #704864 background.