COLOR #70311B

HEX: #70311B
RGB: (112,49,27)

Color info

#70311B contains mainly red color. Web safe color of #70311B is #663333 (or #633).

RGB color model

#70311B color RGB value is (112,49,27).

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

RGB channels and saturation

R 112 of 255 = 44%
G 49 of 255 = 19%
B 27 of 255 = 11%

112
49
27

R + G + B ~ 25%. #70311B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 49 + 27 = 188 (100%)
R 112 of 188 ~ 59.57%
G 49 of 188 ~ 26.06%
B 27 of 188 ~ 14.36%

%59.57
%26.06
%14.36

CMYK color model

#70311B color CMYK value is (0,56,76,56).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 75.89%
  • key color value is 56.08%
CMYK:
(0,56,76,56)
C0M56Y76K56 
(0%,56%,76%,56%)
(0.00/0.56/0.76/0.56)	

CMYK percentages

%0
%56.25
%75.89
%56.08

Codes

Color #70311B in popluar color models

70311B
RGB1124927
HSL16°61.15%27.25%
HSB/HSV16°75.89%43.92%
CMYK0.00%56.25%75.89%
56.08%

Color #70311B in popluar number systems.

HEX70311B
Decimal1124927
Binary111000011000111011
Octal1606133

Shades and tints

Shades of #70311B

#70311B
(112,49,27)
#662D19
(102,45,25)
#5C2917
(92,41,23)
#522515
(82,37,21)
#482113
(72,33,19)
#3E1D11
(62,29,17)
#34190F
(52,25,15)
#2A150D
(42,21,13)
#20110B
(32,17,11)
#160D09
(22,13,9)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #70311B

#70311B
(112,49,27)
#7D432F
(125,67,47)
#8A5543
(138,85,67)
#976757
(151,103,87)
#A4796B
(164,121,107)
#B18B7F
(177,139,127)
#BE9D93
(190,157,147)
#CBAFA7
(203,175,167)
#D8C1BB
(216,193,187)
#E5D3CF
(229,211,207)
#F2E5E3
(242,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70311B color. Also use rgb(112,49,27) instead hex code.

Text Font Color

.myTextColor { color: #70311B; }

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

This text font color is #70311B.


Background Color

.myBgColor { background-color: #70311B; }

<div style="background-color:#70311B">Inner text</div>

This div background color is #70311B.


Border color

.myBorderColor { border: 1px solid #70311B; }

<div style="border:3px solid #70311B">Div</div>

This div border color is #70311B.


Opacity

.myOpacity80 { color: #70311B; opacity: 0.8; }

<p style="color:#70311B;opacity:0.8;">80%</p>

Text with #70311B 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 #70311B;}

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

This text has shadow with #70311B color.

.textShadow {text-shadow: 3px 3px 1px #70311B, 3px 3px 1px red;}

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

This text has shadow with #70311B primary color and red secondary color.


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

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

This text has shadow with #70311B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70311B on black background.


Color preview on white background

This text has color #70311B on white background.



Black color preview on #70311B background

This text has black color on #70311B background.


White color preview on #70311B background

This text has white color on #70311B background.