COLOR #700D3C

HEX: #700D3C
RGB: (112,13,60)

Color info

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

RGB color model

#700D3C color RGB value is (112,13,60).

  • red value is 112;
  • green value is 13;
  • blue value is 60.
RGB:
(112,13,60)
(44%,5%,24%)

RGB channels and saturation

R 112 of 255 = 44%
G 13 of 255 = 5%
B 60 of 255 = 24%

112
13
60

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

Portions of RGB colors in percentages

R + G + B =
112 + 13 + 60 = 185 (100%)
R 112 of 185 ~ 60.54%
G 13 of 185 ~ 7.03%
B 60 of 185 ~ 32.43%

%60.54
%32.43

CMYK color model

#700D3C color CMYK value is (0,88,46,56).

  • cyan value is 0.00%
  • magenta value is 88.39%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(0,88,46,56)
C0M88Y46K56 
(0%,88%,46%,56%)
(0.00/0.88/0.46/0.56)	

CMYK percentages

%0
%88.39
%46.43
%56.08

Codes

Color #700D3C in popluar color models

700D3C
RGB1121360
HSL332°79.20%24.51%
HSB/HSV332°88.39%43.92%
CMYK0.00%88.39%46.43%
56.08%

Color #700D3C in popluar number systems.

HEX700D3C
Decimal1121360
Binary11100001101111100
Octal1601574

Shades and tints

Shades of #700D3C

#700D3C
(112,13,60)
#660C37
(102,12,55)
#5C0B32
(92,11,50)
#520A2D
(82,10,45)
#480928
(72,9,40)
#3E0823
(62,8,35)
#34071E
(52,7,30)
#2A0619
(42,6,25)
#200514
(32,5,20)
#16040F
(22,4,15)
#0C030A
(12,3,10)
#000000
(0,0,0)

Tints of #700D3C

#700D3C
(112,13,60)
#7D234D
(125,35,77)
#8A395E
(138,57,94)
#974F6F
(151,79,111)
#A46580
(164,101,128)
#B17B91
(177,123,145)
#BE91A2
(190,145,162)
#CBA7B3
(203,167,179)
#D8BDC4
(216,189,196)
#E5D3D5
(229,211,213)
#F2E9E6
(242,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700D3C color. Also use rgb(112,13,60) instead hex code.

Text Font Color

.myTextColor { color: #700D3C; }

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

This text font color is #700D3C.


Background Color

.myBgColor { background-color: #700D3C; }

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

This div background color is #700D3C.


Border color

.myBorderColor { border: 1px solid #700D3C; }

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

This div border color is #700D3C.


Opacity

.myOpacity80 { color: #700D3C; opacity: 0.8; }

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

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

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

This text has shadow with #700D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700D3C on black background.


Color preview on white background

This text has color #700D3C on white background.



Black color preview on #700D3C background

This text has black color on #700D3C background.


White color preview on #700D3C background

This text has white color on #700D3C background.