COLOR #700347

HEX: #700347
RGB: (112,3,71)

Color info

#700347 contains mainly red and blue colors. Web safe color of #700347 is #660033 (or #603).

RGB color model

#700347 color RGB value is (112,3,71).

  • red value is 112;
  • green value is 3;
  • blue value is 71.
RGB:
(112,3,71)
(44%,1%,28%)

RGB channels and saturation

R 112 of 255 = 44%
G 3 of 255 = 1%
B 71 of 255 = 28%

112
3
71

R + G + B ~ 24%. #700347 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 3 + 71 = 186 (100%)
R 112 of 186 ~ 60.22%
G 3 of 186 ~ 1.61%
B 71 of 186 ~ 38.17%

%60.22
%38.17

CMYK color model

#700347 color CMYK value is (0,97,37,56).

  • cyan value is 0.00%
  • magenta value is 97.32%
  • yellow value is 36.61%
  • key color value is 56.08%
CMYK:
(0,97,37,56)
C0M97Y37K56 
(0%,97%,37%,56%)
(0.00/0.97/0.37/0.56)	

CMYK percentages

%0
%97.32
%36.61
%56.08

Codes

Color #700347 in popluar color models

700347
RGB112371
HSL323°94.78%22.55%
HSB/HSV323°97.32%43.92%
CMYK0.00%97.32%36.61%
56.08%

Color #700347 in popluar number systems.

HEX700347
Decimal112371
Binary1110000111000111
Octal1603107

Shades and tints

Shades of #700347

#700347
(112,3,71)
#660341
(102,3,65)
#5C033B
(92,3,59)
#520335
(82,3,53)
#48032F
(72,3,47)
#3E0329
(62,3,41)
#340323
(52,3,35)
#2A031D
(42,3,29)
#200317
(32,3,23)
#160311
(22,3,17)
#0C030B
(12,3,11)
#000000
(0,0,0)

Tints of #700347

#700347
(112,3,71)
#7D1957
(125,25,87)
#8A2F67
(138,47,103)
#974577
(151,69,119)
#A45B87
(164,91,135)
#B17197
(177,113,151)
#BE87A7
(190,135,167)
#CB9DB7
(203,157,183)
#D8B3C7
(216,179,199)
#E5C9D7
(229,201,215)
#F2DFE7
(242,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700347 color. Also use rgb(112,3,71) instead hex code.

Text Font Color

.myTextColor { color: #700347; }

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

This text font color is #700347.


Background Color

.myBgColor { background-color: #700347; }

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

This div background color is #700347.


Border color

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

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

This div border color is #700347.


Opacity

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

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

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

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

This text has shadow with #700347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700347 on black background.


Color preview on white background

This text has color #700347 on white background.



Black color preview on #700347 background

This text has black color on #700347 background.


White color preview on #700347 background

This text has white color on #700347 background.