COLOR #700F0E

HEX: #700F0E
RGB: (112,15,14)

Color info

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

RGB color model

#700F0E color RGB value is (112,15,14).

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

RGB channels and saturation

R 112 of 255 = 44%
G 15 of 255 = 6%
B 14 of 255 = 5%

112
15
14

R + G + B ~ 18%. #700F0E is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 15 + 14 = 141 (100%)
R 112 of 141 ~ 79.43%
G 15 of 141 ~ 10.64%
B 14 of 141 ~ 9.93%

%79.43
%10.64
%9.93

CMYK color model

#700F0E color CMYK value is (0,87,88,56).

  • cyan value is 0.00%
  • magenta value is 86.61%
  • yellow value is 87.50%
  • key color value is 56.08%
CMYK:
(0,87,88,56)
C0M87Y88K56 
(0%,87%,88%,56%)
(0.00/0.87/0.88/0.56)	

CMYK percentages

%0
%86.61
%87.5
%56.08

Codes

Color #700F0E in popluar color models

700F0E
RGB1121514
HSL77.78%24.71%
HSB/HSV87.50%43.92%
CMYK0.00%86.61%87.50%
56.08%

Color #700F0E in popluar number systems.

HEX700F0E
Decimal1121514
Binary111000011111110
Octal1601716

Shades and tints

Shades of #700F0E

#700F0E
(112,15,14)
#660E0D
(102,14,13)
#5C0D0C
(92,13,12)
#520C0B
(82,12,11)
#480B0A
(72,11,10)
#3E0A09
(62,10,9)
#340908
(52,9,8)
#2A0807
(42,8,7)
#200706
(32,7,6)
#160605
(22,6,5)
#0C0504
(12,5,4)
#000000
(0,0,0)

Tints of #700F0E

#700F0E
(112,15,14)
#7D2423
(125,36,35)
#8A3938
(138,57,56)
#974E4D
(151,78,77)
#A46362
(164,99,98)
#B17877
(177,120,119)
#BE8D8C
(190,141,140)
#CBA2A1
(203,162,161)
#D8B7B6
(216,183,182)
#E5CCCB
(229,204,203)
#F2E1E0
(242,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700F0E; }

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

This text font color is #700F0E.


Background Color

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

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

This div background color is #700F0E.


Border color

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

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

This div border color is #700F0E.


Opacity

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

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

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

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

This text has shadow with #700F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700F0E on black background.


Color preview on white background

This text has color #700F0E on white background.



Black color preview on #700F0E background

This text has black color on #700F0E background.


White color preview on #700F0E background

This text has white color on #700F0E background.