COLOR #70310F

HEX: #70310F
RGB: (112,49,15)

Color info

#70310F contains mainly red color. Web safe color of #70310F is #663300 (or #630).

RGB color model

#70310F color RGB value is (112,49,15).

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

RGB channels and saturation

R 112 of 255 = 44%
G 49 of 255 = 19%
B 15 of 255 = 6%

112
49
15

R + G + B ~ 23%. #70310F is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 49 + 15 = 176 (100%)
R 112 of 176 ~ 63.64%
G 49 of 176 ~ 27.84%
B 15 of 176 ~ 8.52%

%63.64
%27.84

CMYK color model

#70310F color CMYK value is (0,56,87,56).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 86.61%
  • key color value is 56.08%
CMYK:
(0,56,87,56)
C0M56Y87K56 
(0%,56%,87%,56%)
(0.00/0.56/0.87/0.56)	

CMYK percentages

%0
%56.25
%86.61
%56.08

Codes

Color #70310F in popluar color models

70310F
RGB1124915
HSL21°76.38%24.90%
HSB/HSV21°86.61%43.92%
CMYK0.00%56.25%86.61%
56.08%

Color #70310F in popluar number systems.

HEX70310F
Decimal1124915
Binary11100001100011111
Octal1606117

Shades and tints

Shades of #70310F

#70310F
(112,49,15)
#662D0E
(102,45,14)
#5C290D
(92,41,13)
#52250C
(82,37,12)
#48210B
(72,33,11)
#3E1D0A
(62,29,10)
#341909
(52,25,9)
#2A1508
(42,21,8)
#201107
(32,17,7)
#160D06
(22,13,6)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #70310F

#70310F
(112,49,15)
#7D4324
(125,67,36)
#8A5539
(138,85,57)
#97674E
(151,103,78)
#A47963
(164,121,99)
#B18B78
(177,139,120)
#BE9D8D
(190,157,141)
#CBAFA2
(203,175,162)
#D8C1B7
(216,193,183)
#E5D3CC
(229,211,204)
#F2E5E1
(242,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70310F color. Also use rgb(112,49,15) instead hex code.

Text Font Color

.myTextColor { color: #70310F; }

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

This text font color is #70310F.


Background Color

.myBgColor { background-color: #70310F; }

<div style="background-color:#70310F">Inner text</div>

This div background color is #70310F.


Border color

.myBorderColor { border: 1px solid #70310F; }

<div style="border:3px solid #70310F">Div</div>

This div border color is #70310F.


Opacity

.myOpacity80 { color: #70310F; opacity: 0.8; }

<p style="color:#70310F;opacity:0.8;">80%</p>

Text with #70310F 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 #70310F;}

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

This text has shadow with #70310F color.

.textShadow {text-shadow: 3px 3px 1px #70310F, 3px 3px 1px red;}

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

This text has shadow with #70310F primary color and red secondary color.


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

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

This text has shadow with #70310F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70310F on black background.


Color preview on white background

This text has color #70310F on white background.



Black color preview on #70310F background

This text has black color on #70310F background.


White color preview on #70310F background

This text has white color on #70310F background.