COLOR #700E5E

HEX: #700E5E
RGB: (112,14,94)

Color info

#700E5E contains mainly red and blue colors. Web safe color of #700E5E is #660066 (or #606).

RGB color model

#700E5E color RGB value is (112,14,94).

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

RGB channels and saturation

R 112 of 255 = 44%
G 14 of 255 = 5%
B 94 of 255 = 37%

112
14
94

R + G + B ~ 29%. #700E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 14 + 94 = 220 (100%)
R 112 of 220 ~ 50.91%
G 14 of 220 ~ 6.36%
B 94 of 220 ~ 42.73%

%50.91
%42.73

CMYK color model

#700E5E color CMYK value is (0,88,16,56).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 16.07%
  • key color value is 56.08%
CMYK:
(0,88,16,56)
C0M88Y16K56 
(0%,88%,16%,56%)
(0.00/0.88/0.16/0.56)	

CMYK percentages

%0
%87.5
%16.07
%56.08

Codes

Color #700E5E in popluar color models

700E5E
RGB1121494
HSL311°77.78%24.71%
HSB/HSV311°87.50%43.92%
CMYK0.00%87.50%16.07%
56.08%

Color #700E5E in popluar number systems.

HEX700E5E
Decimal1121494
Binary111000011101011110
Octal16016136

Shades and tints

Shades of #700E5E

#700E5E
(112,14,94)
#660D56
(102,13,86)
#5C0C4E
(92,12,78)
#520B46
(82,11,70)
#480A3E
(72,10,62)
#3E0936
(62,9,54)
#34082E
(52,8,46)
#2A0726
(42,7,38)
#20061E
(32,6,30)
#160516
(22,5,22)
#0C040E
(12,4,14)
#000000
(0,0,0)

Tints of #700E5E

#700E5E
(112,14,94)
#7D236C
(125,35,108)
#8A387A
(138,56,122)
#974D88
(151,77,136)
#A46296
(164,98,150)
#B177A4
(177,119,164)
#BE8CB2
(190,140,178)
#CBA1C0
(203,161,192)
#D8B6CE
(216,182,206)
#E5CBDC
(229,203,220)
#F2E0EA
(242,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700E5E; }

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

This text font color is #700E5E.


Background Color

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

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

This div background color is #700E5E.


Border color

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

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

This div border color is #700E5E.


Opacity

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

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

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

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

This text has shadow with #700E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700E5E on black background.


Color preview on white background

This text has color #700E5E on white background.



Black color preview on #700E5E background

This text has black color on #700E5E background.


White color preview on #700E5E background

This text has white color on #700E5E background.