COLOR #704E7B

HEX: #704E7B
RGB: (112,78,123)

Color info

#704E7B contains red, green and blue colors in about the same proportion. Web safe color of #704E7B is #666666 (or #666).

RGB color model

#704E7B color RGB value is (112,78,123).

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

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 123 of 255 = 48%

112
78
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 123 = 313 (100%)
R 112 of 313 ~ 35.78%
G 78 of 313 ~ 24.92%
B 123 of 313 ~ 39.3%

%35.78
%24.92
%39.3

CMYK color model

#704E7B color CMYK value is (9,37,0,52).

  • cyan value is 8.94%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (9,37,0,52) C9M37Y0K52 (9%,37%,0%,52%) (0.09/0.37/0.00/0.52)

CMYK percentages

%8.94
%36.59
%0
%51.76

Codes

Color #704E7B in popluar color models

704E7B
RGB11278123
HSL285°22.39%39.41%
HSB/HSV285°36.59%48.24%
CMYK8.94%36.59%0.00%
51.76%

Color #704E7B in popluar number systems.

HEX704E7B
Decimal11278123
Binary111000010011101111011
Octal160116173

Shades and tints

Shades of #704E7B

#704E7B
(112,78,123)
#664770
(102,71,112)
#5C4065
(92,64,101)
#52395A
(82,57,90)
#48324F
(72,50,79)
#3E2B44
(62,43,68)
#342439
(52,36,57)
#2A1D2E
(42,29,46)
#201623
(32,22,35)
#160F18
(22,15,24)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #704E7B

#704E7B
(112,78,123)
#7D5E87
(125,94,135)
#8A6E93
(138,110,147)
#977E9F
(151,126,159)
#A48EAB
(164,142,171)
#B19EB7
(177,158,183)
#BEAEC3
(190,174,195)
#CBBECF
(203,190,207)
#D8CEDB
(216,206,219)
#E5DEE7
(229,222,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E7B; }

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

This text font color is #704E7B.


Background Color

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

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

This div background color is #704E7B.


Border color

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

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

This div border color is #704E7B.


Opacity

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

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

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

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

This text has shadow with #704E7B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #704E7B on black background.


Color preview on white background

This text has color #704E7B on white background.



Black color preview on #704E7B background

This text has black color on #704E7B background.


White color preview on #704E7B background

This text has white color on #704E7B background.