COLOR #704A6F

HEX: #704A6F
RGB: (112,74,111)

Color info

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

RGB color model

#704A6F color RGB value is (112,74,111).

  • red value is 112;
  • green value is 74;
  • blue value is 111.
RGB:
(112,74,111)
(44%,29%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 74 of 255 = 29%
B 111 of 255 = 44%

112
74
111

R + G + B ~ 39%. #704A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 74 + 111 = 297 (100%)
R 112 of 297 ~ 37.71%
G 74 of 297 ~ 24.92%
B 111 of 297 ~ 37.37%

%37.71
%24.92
%37.37

CMYK color model

#704A6F color CMYK value is (0,34,1,56).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(0,34,1,56)
C0M34Y1K56 
(0%,34%,1%,56%)
(0.00/0.34/0.01/0.56)	

CMYK percentages

%0
%33.93
%0.89
%56.08

Codes

Color #704A6F in popluar color models

704A6F
RGB11274111
HSL302°20.43%36.47%
HSB/HSV302°33.93%43.92%
CMYK0.00%33.93%0.89%
56.08%

Color #704A6F in popluar number systems.

HEX704A6F
Decimal11274111
Binary111000010010101101111
Octal160112157

Shades and tints

Shades of #704A6F

#704A6F
(112,74,111)
#664465
(102,68,101)
#5C3E5B
(92,62,91)
#523851
(82,56,81)
#483247
(72,50,71)
#3E2C3D
(62,44,61)
#342633
(52,38,51)
#2A2029
(42,32,41)
#201A1F
(32,26,31)
#161415
(22,20,21)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #704A6F

#704A6F
(112,74,111)
#7D5A7C
(125,90,124)
#8A6A89
(138,106,137)
#977A96
(151,122,150)
#A48AA3
(164,138,163)
#B19AB0
(177,154,176)
#BEAABD
(190,170,189)
#CBBACA
(203,186,202)
#D8CAD7
(216,202,215)
#E5DAE4
(229,218,228)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704A6F color. Also use rgb(112,74,111) instead hex code.

Text Font Color

.myTextColor { color: #704A6F; }

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

This text font color is #704A6F.


Background Color

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

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

This div background color is #704A6F.


Border color

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

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

This div border color is #704A6F.


Opacity

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

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

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

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

This text has shadow with #704A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704A6F on black background.


Color preview on white background

This text has color #704A6F on white background.



Black color preview on #704A6F background

This text has black color on #704A6F background.


White color preview on #704A6F background

This text has white color on #704A6F background.