COLOR #700D17

HEX: #700D17
RGB: (112,13,23)

Color info

#700D17 contains mainly red color. Web safe color of #700D17 is #660000 (or #600).

RGB color model

#700D17 color RGB value is (112,13,23).

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

RGB channels and saturation

R 112 of 255 = 44%
G 13 of 255 = 5%
B 23 of 255 = 9%

112
13
23

R + G + B ~ 19%. #700D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 13 + 23 = 148 (100%)
R 112 of 148 ~ 75.68%
G 13 of 148 ~ 8.78%
B 23 of 148 ~ 15.54%

%75.68
%15.54

CMYK color model

#700D17 color CMYK value is (0,88,79,56).

  • cyan value is 0.00%
  • magenta value is 88.39%
  • yellow value is 79.46%
  • key color value is 56.08%
CMYK:
(0,88,79,56)
C0M88Y79K56 
(0%,88%,79%,56%)
(0.00/0.88/0.79/0.56)	

CMYK percentages

%0
%88.39
%79.46
%56.08

Codes

Color #700D17 in popluar color models

700D17
RGB1121323
HSL354°79.20%24.51%
HSB/HSV354°88.39%43.92%
CMYK0.00%88.39%79.46%
56.08%

Color #700D17 in popluar number systems.

HEX700D17
Decimal1121323
Binary1110000110110111
Octal1601527

Shades and tints

Shades of #700D17

#700D17
(112,13,23)
#660C15
(102,12,21)
#5C0B13
(92,11,19)
#520A11
(82,10,17)
#48090F
(72,9,15)
#3E080D
(62,8,13)
#34070B
(52,7,11)
#2A0609
(42,6,9)
#200507
(32,5,7)
#160405
(22,4,5)
#0C0303
(12,3,3)
#000000
(0,0,0)

Tints of #700D17

#700D17
(112,13,23)
#7D232C
(125,35,44)
#8A3941
(138,57,65)
#974F56
(151,79,86)
#A4656B
(164,101,107)
#B17B80
(177,123,128)
#BE9195
(190,145,149)
#CBA7AA
(203,167,170)
#D8BDBF
(216,189,191)
#E5D3D4
(229,211,212)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700D17; }

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

This text font color is #700D17.


Background Color

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

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

This div background color is #700D17.


Border color

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

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

This div border color is #700D17.


Opacity

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

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

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

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

This text has shadow with #700D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700D17 on black background.


Color preview on white background

This text has color #700D17 on white background.



Black color preview on #700D17 background

This text has black color on #700D17 background.


White color preview on #700D17 background

This text has white color on #700D17 background.