COLOR #700E2D

HEX: #700E2D
RGB: (112,14,45)

Color info

#700E2D contains mainly red color. Web safe color of #700E2D is #660033 (or #603).

RGB color model

#700E2D color RGB value is (112,14,45).

  • red value is 112;
  • green value is 14;
  • blue value is 45.
RGB:
(112,14,45)
(44%,5%,18%)

RGB channels and saturation

R 112 of 255 = 44%
G 14 of 255 = 5%
B 45 of 255 = 18%

112
14
45

R + G + B ~ 22%. #700E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 14 + 45 = 171 (100%)
R 112 of 171 ~ 65.5%
G 14 of 171 ~ 8.19%
B 45 of 171 ~ 26.32%

%65.5
%26.32

CMYK color model

#700E2D color CMYK value is (0,88,60,56).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 59.82%
  • key color value is 56.08%
CMYK:
(0,88,60,56)
C0M88Y60K56 
(0%,88%,60%,56%)
(0.00/0.88/0.60/0.56)	

CMYK percentages

%0
%87.5
%59.82
%56.08

Codes

Color #700E2D in popluar color models

700E2D
RGB1121445
HSL341°77.78%24.71%
HSB/HSV341°87.50%43.92%
CMYK0.00%87.50%59.82%
56.08%

Color #700E2D in popluar number systems.

HEX700E2D
Decimal1121445
Binary11100001110101101
Octal1601655

Shades and tints

Shades of #700E2D

#700E2D
(112,14,45)
#660D29
(102,13,41)
#5C0C25
(92,12,37)
#520B21
(82,11,33)
#480A1D
(72,10,29)
#3E0919
(62,9,25)
#340815
(52,8,21)
#2A0711
(42,7,17)
#20060D
(32,6,13)
#160509
(22,5,9)
#0C0405
(12,4,5)
#000000
(0,0,0)

Tints of #700E2D

#700E2D
(112,14,45)
#7D2340
(125,35,64)
#8A3853
(138,56,83)
#974D66
(151,77,102)
#A46279
(164,98,121)
#B1778C
(177,119,140)
#BE8C9F
(190,140,159)
#CBA1B2
(203,161,178)
#D8B6C5
(216,182,197)
#E5CBD8
(229,203,216)
#F2E0EB
(242,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700E2D color. Also use rgb(112,14,45) instead hex code.

Text Font Color

.myTextColor { color: #700E2D; }

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

This text font color is #700E2D.


Background Color

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

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

This div background color is #700E2D.


Border color

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

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

This div border color is #700E2D.


Opacity

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

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

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

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

This text has shadow with #700E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700E2D on black background.


Color preview on white background

This text has color #700E2D on white background.



Black color preview on #700E2D background

This text has black color on #700E2D background.


White color preview on #700E2D background

This text has white color on #700E2D background.