COLOR #704E8E

HEX: #704E8E
RGB: (112,78,142)

Color info

#704E8E contains mainly red and blue colors. Web safe color of #704E8E is #666699 (or #669).

RGB color model

#704E8E color RGB value is (112,78,142).

  • red value is 112;
  • green value is 78;
  • blue value is 142.
RGB:
(112,78,142)
(44%,31%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 142 of 255 = 56%

112
78
142

R + G + B ~ 44%. #704E8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 142 = 332 (100%)
R 112 of 332 ~ 33.73%
G 78 of 332 ~ 23.49%
B 142 of 332 ~ 42.77%

%33.73
%23.49
%42.77

CMYK color model

#704E8E color CMYK value is (21,45,0,44).

  • cyan value is 21.13%
  • magenta value is 45.07%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(21,45,0,44)
C21M45Y0K44 
(21%,45%,0%,44%)
(0.21/0.45/0.00/0.44)	

CMYK percentages

%21.13
%45.07
%0
%44.31

Codes

Color #704E8E in popluar color models

704E8E
RGB11278142
HSL272°29.09%43.14%
HSB/HSV272°45.07%55.69%
CMYK21.13%45.07%0.00%
44.31%

Color #704E8E in popluar number systems.

HEX704E8E
Decimal11278142
Binary1110000100111010001110
Octal160116216

Shades and tints

Shades of #704E8E

#704E8E
(112,78,142)
#664782
(102,71,130)
#5C4076
(92,64,118)
#52396A
(82,57,106)
#48325E
(72,50,94)
#3E2B52
(62,43,82)
#342446
(52,36,70)
#2A1D3A
(42,29,58)
#20162E
(32,22,46)
#160F22
(22,15,34)
#0C0816
(12,8,22)
#000000
(0,0,0)

Tints of #704E8E

#704E8E
(112,78,142)
#7D5E98
(125,94,152)
#8A6EA2
(138,110,162)
#977EAC
(151,126,172)
#A48EB6
(164,142,182)
#B19EC0
(177,158,192)
#BEAECA
(190,174,202)
#CBBED4
(203,190,212)
#D8CEDE
(216,206,222)
#E5DEE8
(229,222,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704E8E color. Also use rgb(112,78,142) instead hex code.

Text Font Color

.myTextColor { color: #704E8E; }

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

This text font color is #704E8E.


Background Color

.myBgColor { background-color: #704E8E; }

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

This div background color is #704E8E.


Border color

.myBorderColor { border: 1px solid #704E8E; }

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

This div border color is #704E8E.


Opacity

.myOpacity80 { color: #704E8E; opacity: 0.8; }

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

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

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

This text has shadow with #704E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704E8E on black background.


Color preview on white background

This text has color #704E8E on white background.



Black color preview on #704E8E background

This text has black color on #704E8E background.


White color preview on #704E8E background

This text has white color on #704E8E background.