COLOR #700C19

HEX: #700C19
RGB: (112,12,25)

Color info

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

RGB color model

#700C19 color RGB value is (112,12,25).

  • red value is 112;
  • green value is 12;
  • blue value is 25.
RGB:
(112,12,25)
(44%,5%,10%)

RGB channels and saturation

R 112 of 255 = 44%
G 12 of 255 = 5%
B 25 of 255 = 10%

112
12
25

R + G + B ~ 20%. #700C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 12 + 25 = 149 (100%)
R 112 of 149 ~ 75.17%
G 12 of 149 ~ 8.05%
B 25 of 149 ~ 16.78%

%75.17
%16.78

CMYK color model

#700C19 color CMYK value is (0,89,78,56).

  • cyan value is 0.00%
  • magenta value is 89.29%
  • yellow value is 77.68%
  • key color value is 56.08%
CMYK:
(0,89,78,56)
C0M89Y78K56 
(0%,89%,78%,56%)
(0.00/0.89/0.78/0.56)	

CMYK percentages

%0
%89.29
%77.68
%56.08

Codes

Color #700C19 in popluar color models

700C19
RGB1121225
HSL352°80.65%24.31%
HSB/HSV352°89.29%43.92%
CMYK0.00%89.29%77.68%
56.08%

Color #700C19 in popluar number systems.

HEX700C19
Decimal1121225
Binary1110000110011001
Octal1601431

Shades and tints

Shades of #700C19

#700C19
(112,12,25)
#660B17
(102,11,23)
#5C0A15
(92,10,21)
#520913
(82,9,19)
#480811
(72,8,17)
#3E070F
(62,7,15)
#34060D
(52,6,13)
#2A050B
(42,5,11)
#200409
(32,4,9)
#160307
(22,3,7)
#0C0205
(12,2,5)
#000000
(0,0,0)

Tints of #700C19

#700C19
(112,12,25)
#7D222D
(125,34,45)
#8A3841
(138,56,65)
#974E55
(151,78,85)
#A46469
(164,100,105)
#B17A7D
(177,122,125)
#BE9091
(190,144,145)
#CBA6A5
(203,166,165)
#D8BCB9
(216,188,185)
#E5D2CD
(229,210,205)
#F2E8E1
(242,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700C19 color. Also use rgb(112,12,25) instead hex code.

Text Font Color

.myTextColor { color: #700C19; }

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

This text font color is #700C19.


Background Color

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

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

This div background color is #700C19.


Border color

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

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

This div border color is #700C19.


Opacity

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

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

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

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

This text has shadow with #700C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700C19 on black background.


Color preview on white background

This text has color #700C19 on white background.



Black color preview on #700C19 background

This text has black color on #700C19 background.


White color preview on #700C19 background

This text has white color on #700C19 background.