COLOR #70446F

HEX: #70446F
RGB: (112,68,111)

Color info

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

RGB color model

#70446F color RGB value is (112,68,111).

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

RGB channels and saturation

R 112 of 255 = 44%
G 68 of 255 = 27%
B 111 of 255 = 44%

112
68
111

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

Portions of RGB colors in percentages

R + G + B =
112 + 68 + 111 = 291 (100%)
R 112 of 291 ~ 38.49%
G 68 of 291 ~ 23.37%
B 111 of 291 ~ 38.14%

%38.49
%23.37
%38.14

CMYK color model

#70446F color CMYK value is (0,39,1,56).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK: (0,39,1,56) C0M39Y1K56 (0%,39%,1%,56%) (0.00/0.39/0.01/0.56)

CMYK percentages

%0
%39.29
%0.89
%56.08

Codes

Color #70446F in popluar color models

70446F
RGB11268111
HSL301°24.44%35.29%
HSB/HSV301°39.29%43.92%
CMYK0.00%39.29%0.89%
56.08%

Color #70446F in popluar number systems.

HEX70446F
Decimal11268111
Binary111000010001001101111
Octal160104157

Shades and tints

Shades of #70446F

#70446F
(112,68,111)
#663E65
(102,62,101)
#5C385B
(92,56,91)
#523251
(82,50,81)
#482C47
(72,44,71)
#3E263D
(62,38,61)
#342033
(52,32,51)
#2A1A29
(42,26,41)
#20141F
(32,20,31)
#160E15
(22,14,21)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #70446F

#70446F
(112,68,111)
#7D557C
(125,85,124)
#8A6689
(138,102,137)
#977796
(151,119,150)
#A488A3
(164,136,163)
#B199B0
(177,153,176)
#BEAABD
(190,170,189)
#CBBBCA
(203,187,202)
#D8CCD7
(216,204,215)
#E5DDE4
(229,221,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70446F color. Also use rgb(112,68,111) instead hex code.

Text Font Color

.myTextColor { color: #70446F; }

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

This text font color is #70446F.


Background Color

.myBgColor { background-color: #70446F; }

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

This div background color is #70446F.


Border color

.myBorderColor { border: 1px solid #70446F; }

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

This div border color is #70446F.


Opacity

.myOpacity80 { color: #70446F; opacity: 0.8; }

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

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

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

This text has shadow with #70446F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #70446F on black background.


Color preview on white background

This text has color #70446F on white background.



Black color preview on #70446F background

This text has black color on #70446F background.


White color preview on #70446F background

This text has white color on #70446F background.