COLOR #704671

HEX: #704671
RGB: (112,70,113)

Color info

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

RGB color model

#704671 color RGB value is (112,70,113).

  • red value is 112;
  • green value is 70;
  • blue value is 113.
RGB:
(112,70,113)
(44%,27%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 113 of 255 = 44%

112
70
113

R + G + B ~ 38%. #704671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 113 = 295 (100%)
R 112 of 295 ~ 37.97%
G 70 of 295 ~ 23.73%
B 113 of 295 ~ 38.31%

%37.97
%23.73
%38.31

CMYK color model

#704671 color CMYK value is (1,38,0,56).

  • cyan value is 0.88%
  • magenta value is 38.05%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(1,38,0,56)
C1M38Y0K56 
(1%,38%,0%,56%)
(0.01/0.38/0.00/0.56)	

CMYK percentages

%0.88
%38.05
%0
%55.69

Codes

Color #704671 in popluar color models

704671
RGB11270113
HSL299°23.50%35.88%
HSB/HSV299°38.05%44.31%
CMYK0.88%38.05%0.00%
55.69%

Color #704671 in popluar number systems.

HEX704671
Decimal11270113
Binary111000010001101110001
Octal160106161

Shades and tints

Shades of #704671

#704671
(112,70,113)
#664067
(102,64,103)
#5C3A5D
(92,58,93)
#523453
(82,52,83)
#482E49
(72,46,73)
#3E283F
(62,40,63)
#342235
(52,34,53)
#2A1C2B
(42,28,43)
#201621
(32,22,33)
#161017
(22,16,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #704671

#704671
(112,70,113)
#7D567D
(125,86,125)
#8A6689
(138,102,137)
#977695
(151,118,149)
#A486A1
(164,134,161)
#B196AD
(177,150,173)
#BEA6B9
(190,166,185)
#CBB6C5
(203,182,197)
#D8C6D1
(216,198,209)
#E5D6DD
(229,214,221)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704671 color. Also use rgb(112,70,113) instead hex code.

Text Font Color

.myTextColor { color: #704671; }

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

This text font color is #704671.


Background Color

.myBgColor { background-color: #704671; }

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

This div background color is #704671.


Border color

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

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

This div border color is #704671.


Opacity

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

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

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

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

This text has shadow with #704671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704671 on black background.


Color preview on white background

This text has color #704671 on white background.



Black color preview on #704671 background

This text has black color on #704671 background.


White color preview on #704671 background

This text has white color on #704671 background.