COLOR #70386B

HEX: #70386B
RGB: (112,56,107)

Color info

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

RGB color model

#70386B color RGB value is (112,56,107).

  • red value is 112;
  • green value is 56;
  • blue value is 107.
RGB:
(112,56,107)
(44%,22%,42%)

RGB channels and saturation

R 112 of 255 = 44%
G 56 of 255 = 22%
B 107 of 255 = 42%

112
56
107

R + G + B ~ 36%. #70386B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 56 + 107 = 275 (100%)
R 112 of 275 ~ 40.73%
G 56 of 275 ~ 20.36%
B 107 of 275 ~ 38.91%

%40.73
%20.36
%38.91

CMYK color model

#70386B color CMYK value is (0,50,4,56).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK:
(0,50,4,56)
C0M50Y4K56 
(0%,50%,4%,56%)
(0.00/0.50/0.04/0.56)	

CMYK percentages

%0
%50
%4.46
%56.08

Codes

Color #70386B in popluar color models

70386B
RGB11256107
HSL305°33.33%32.94%
HSB/HSV305°50.00%43.92%
CMYK0.00%50.00%4.46%
56.08%

Color #70386B in popluar number systems.

HEX70386B
Decimal11256107
Binary11100001110001101011
Octal16070153

Shades and tints

Shades of #70386B

#70386B
(112,56,107)
#663362
(102,51,98)
#5C2E59
(92,46,89)
#522950
(82,41,80)
#482447
(72,36,71)
#3E1F3E
(62,31,62)
#341A35
(52,26,53)
#2A152C
(42,21,44)
#201023
(32,16,35)
#160B1A
(22,11,26)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #70386B

#70386B
(112,56,107)
#7D4A78
(125,74,120)
#8A5C85
(138,92,133)
#976E92
(151,110,146)
#A4809F
(164,128,159)
#B192AC
(177,146,172)
#BEA4B9
(190,164,185)
#CBB6C6
(203,182,198)
#D8C8D3
(216,200,211)
#E5DAE0
(229,218,224)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70386B color. Also use rgb(112,56,107) instead hex code.

Text Font Color

.myTextColor { color: #70386B; }

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

This text font color is #70386B.


Background Color

.myBgColor { background-color: #70386B; }

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

This div background color is #70386B.


Border color

.myBorderColor { border: 1px solid #70386B; }

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

This div border color is #70386B.


Opacity

.myOpacity80 { color: #70386B; opacity: 0.8; }

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

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

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

This text has shadow with #70386B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70386B on black background.


Color preview on white background

This text has color #70386B on white background.



Black color preview on #70386B background

This text has black color on #70386B background.


White color preview on #70386B background

This text has white color on #70386B background.