COLOR #700E3A

HEX: #700E3A
RGB: (112,14,58)

Color info

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

RGB color model

#700E3A color RGB value is (112,14,58).

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

RGB channels and saturation

R 112 of 255 = 44%
G 14 of 255 = 5%
B 58 of 255 = 23%

112
14
58

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

Portions of RGB colors in percentages

R + G + B =
112 + 14 + 58 = 184 (100%)
R 112 of 184 ~ 60.87%
G 14 of 184 ~ 7.61%
B 58 of 184 ~ 31.52%

%60.87
%31.52

CMYK color model

#700E3A color CMYK value is (0,88,48,56).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 48.21%
  • key color value is 56.08%
CMYK:
(0,88,48,56)
C0M88Y48K56 
(0%,88%,48%,56%)
(0.00/0.88/0.48/0.56)	

CMYK percentages

%0
%87.5
%48.21
%56.08

Codes

Color #700E3A in popluar color models

700E3A
RGB1121458
HSL333°77.78%24.71%
HSB/HSV333°87.50%43.92%
CMYK0.00%87.50%48.21%
56.08%

Color #700E3A in popluar number systems.

HEX700E3A
Decimal1121458
Binary11100001110111010
Octal1601672

Shades and tints

Shades of #700E3A

#700E3A
(112,14,58)
#660D35
(102,13,53)
#5C0C30
(92,12,48)
#520B2B
(82,11,43)
#480A26
(72,10,38)
#3E0921
(62,9,33)
#34081C
(52,8,28)
#2A0717
(42,7,23)
#200612
(32,6,18)
#16050D
(22,5,13)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #700E3A

#700E3A
(112,14,58)
#7D234B
(125,35,75)
#8A385C
(138,56,92)
#974D6D
(151,77,109)
#A4627E
(164,98,126)
#B1778F
(177,119,143)
#BE8CA0
(190,140,160)
#CBA1B1
(203,161,177)
#D8B6C2
(216,182,194)
#E5CBD3
(229,203,211)
#F2E0E4
(242,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700E3A; }

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

This text font color is #700E3A.


Background Color

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

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

This div background color is #700E3A.


Border color

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

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

This div border color is #700E3A.


Opacity

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

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

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

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

This text has shadow with #700E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700E3A on black background.


Color preview on white background

This text has color #700E3A on white background.



Black color preview on #700E3A background

This text has black color on #700E3A background.


White color preview on #700E3A background

This text has white color on #700E3A background.