COLOR #70313A

HEX: #70313A
RGB: (112,49,58)

Color info

#70313A contains mainly red and blue colors. Web safe color of #70313A is #663333 (or #633).

RGB color model

#70313A color RGB value is (112,49,58).

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

RGB channels and saturation

R 112 of 255 = 44%
G 49 of 255 = 19%
B 58 of 255 = 23%

112
49
58

R + G + B ~ 29%. #70313A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 49 + 58 = 219 (100%)
R 112 of 219 ~ 51.14%
G 49 of 219 ~ 22.37%
B 58 of 219 ~ 26.48%

%51.14
%22.37
%26.48

CMYK color model

#70313A color CMYK value is (0,56,48,56).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 48.21%
  • key color value is 56.08%
CMYK:
(0,56,48,56)
C0M56Y48K56 
(0%,56%,48%,56%)
(0.00/0.56/0.48/0.56)	

CMYK percentages

%0
%56.25
%48.21
%56.08

Codes

Color #70313A in popluar color models

70313A
RGB1124958
HSL351°39.13%31.57%
HSB/HSV351°56.25%43.92%
CMYK0.00%56.25%48.21%
56.08%

Color #70313A in popluar number systems.

HEX70313A
Decimal1124958
Binary1110000110001111010
Octal1606172

Shades and tints

Shades of #70313A

#70313A
(112,49,58)
#662D35
(102,45,53)
#5C2930
(92,41,48)
#52252B
(82,37,43)
#482126
(72,33,38)
#3E1D21
(62,29,33)
#34191C
(52,25,28)
#2A1517
(42,21,23)
#201112
(32,17,18)
#160D0D
(22,13,13)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #70313A

#70313A
(112,49,58)
#7D434B
(125,67,75)
#8A555C
(138,85,92)
#97676D
(151,103,109)
#A4797E
(164,121,126)
#B18B8F
(177,139,143)
#BE9DA0
(190,157,160)
#CBAFB1
(203,175,177)
#D8C1C2
(216,193,194)
#E5D3D3
(229,211,211)
#F2E5E4
(242,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70313A color. Also use rgb(112,49,58) instead hex code.

Text Font Color

.myTextColor { color: #70313A; }

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

This text font color is #70313A.


Background Color

.myBgColor { background-color: #70313A; }

<div style="background-color:#70313A">Inner text</div>

This div background color is #70313A.


Border color

.myBorderColor { border: 1px solid #70313A; }

<div style="border:3px solid #70313A">Div</div>

This div border color is #70313A.


Opacity

.myOpacity80 { color: #70313A; opacity: 0.8; }

<p style="color:#70313A;opacity:0.8;">80%</p>

Text with #70313A 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 #70313A;}

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

This text has shadow with #70313A color.

.textShadow {text-shadow: 3px 3px 1px #70313A, 3px 3px 1px red;}

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

This text has shadow with #70313A primary color and red secondary color.


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

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

This text has shadow with #70313A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70313A on black background.


Color preview on white background

This text has color #70313A on white background.



Black color preview on #70313A background

This text has black color on #70313A background.


White color preview on #70313A background

This text has white color on #70313A background.