COLOR #704F82

HEX: #704F82
RGB: (112,79,130)

Color info

#704F82 contains red, green and blue colors in about the same proportion. Web safe color of #704F82 is #666699 (or #669).

RGB color model

#704F82 color RGB value is (112,79,130).

  • red value is 112;
  • green value is 79;
  • blue value is 130.
RGB:
(112,79,130)
(44%,31%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 130 of 255 = 51%

112
79
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 79 + 130 = 321 (100%)
R 112 of 321 ~ 34.89%
G 79 of 321 ~ 24.61%
B 130 of 321 ~ 40.5%

%34.89
%24.61
%40.5

CMYK color model

#704F82 color CMYK value is (14,39,0,49).

  • cyan value is 13.85%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(14,39,0,49)
C14M39Y0K49 
(14%,39%,0%,49%)
(0.14/0.39/0.00/0.49)	

CMYK percentages

%13.85
%39.23
%0
%49.02

Codes

Color #704F82 in popluar color models

704F82
RGB11279130
HSL279°24.40%40.98%
HSB/HSV279°39.23%50.98%
CMYK13.85%39.23%0.00%
49.02%

Color #704F82 in popluar number systems.

HEX704F82
Decimal11279130
Binary1110000100111110000010
Octal160117202

Shades and tints

Shades of #704F82

#704F82
(112,79,130)
#664877
(102,72,119)
#5C416C
(92,65,108)
#523A61
(82,58,97)
#483356
(72,51,86)
#3E2C4B
(62,44,75)
#342540
(52,37,64)
#2A1E35
(42,30,53)
#20172A
(32,23,42)
#16101F
(22,16,31)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #704F82

#704F82
(112,79,130)
#7D5F8D
(125,95,141)
#8A6F98
(138,111,152)
#977FA3
(151,127,163)
#A48FAE
(164,143,174)
#B19FB9
(177,159,185)
#BEAFC4
(190,175,196)
#CBBFCF
(203,191,207)
#D8CFDA
(216,207,218)
#E5DFE5
(229,223,229)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704F82 color. Also use rgb(112,79,130) instead hex code.

Text Font Color

.myTextColor { color: #704F82; }

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

This text font color is #704F82.


Background Color

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

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

This div background color is #704F82.


Border color

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

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

This div border color is #704F82.


Opacity

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

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

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

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

This text has shadow with #704F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704F82 on black background.


Color preview on white background

This text has color #704F82 on white background.



Black color preview on #704F82 background

This text has black color on #704F82 background.


White color preview on #704F82 background

This text has white color on #704F82 background.