COLOR #70300D

HEX: #70300D RGB: (112,48,13)

Color info

#70300D contains mainly red color. Web safe color of #70300D is #663300 (or #630).

RGB color model

#70300D color RGB value is (112,48,13).

RGB: (112,48,13) (44%, 19%, 5%)

RGB channels and saturation

R 112 of 255 = 44%
G 48 of 255 = 19%
B 13 of 255 = 5%

112
48
13

R + G + B ~ 23%. #70300D is dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 48 + 13 = 173 (100%)
R 112 of 173 ~ 64.74%
G 48 of 173 ~ 27.75%
B 13 of 173 ~ 7.51'%

%64.74
%27.75

CMYK color model

#70300D color CMYK value is (0,57,88,56).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 88.39%
  • key color value is 56.08%

CMYK: (0,57,88,56)
C0M57Y88K56 (0%, 57%, 88%, 56%)
(0.00 / 0.57 / 0.88 / 0.56)

CMYK percentages

%0
%57.14
%88.39
%56.08

Codes

Color #70300D in popluar color models

70 30 0D
RGB 112 48 13
HSL 21° 79.20% 24.51%
HSB/HSV 21° 88.39% 43.92%
CMYK 0.00% 57.14% 88.39%
56.08%

Color #70300D in popluar number systems.

HEX 70 30 0D
Decimal 112 48 13
Binary 1110000 110000 1101
Octal 160 60 15

Shades and tints

Shades of #70300D

#70300D
(112,48,13)
#662C0C
(102,44,12)
#5C280B
(92,40,11)
#52240A
(82,36,10)
#482009
(72,32,9)
#3E1C08
(62,28,8)
#341807
(52,24,7)
#2A1406
(42,20,6)
#201005
(32,16,5)
#160C04
(22,12,4)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #70300D

#70300D
(112,48,13)
#7D4223
(125,66,35)
#8A5439
(138,84,57)
#97664F
(151,102,79)
#A47865
(164,120,101)
#B18A7B
(177,138,123)
#BE9C91
(190,156,145)
#CBAEA7
(203,174,167)
#D8C0BD
(216,192,189)
#E5D2D3
(229,210,211)
#F2E4E9
(242,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70300D color. Also use rgb(112,48,13) instead hex code.

Text Font Color

.myTextColor { color: #70300D; }

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

This text font color is #70300D.

Background Color

.myBgColor { background-color: #70300D; }

<div style="background-color:#70300D">Inner text</div>

This div background color is #70300D.

Border color

.myBorderColor { border: 1px solid #70300D; }

<div style="border:3px solid #70300D">Div</div>

This div border color is #70300D.

Opacity

.myOpacity80 { color: #70300D; opacity: 0.8; }

<p style="color:#70300D;opacity:0.8;">80%</p>

Text with #70300D 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 #70300D;}

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

This text has shadow with #70300D color.


.textShadow {text-shadow: 3px 3px 1px #70300D', 3px 3px 1px red;}

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

This text has shadow with #70300D primary color and red secondary color.


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

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

This text has shadow with #70300D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70300D; -webkit-box-shadow: 1px 1px 3px 2px #70300D; box-shadow:1px 1px 3px 2px #70300D;">
Div content here
</div>

This div box has shadow with color #70300D.

Preview

Color preview on black background

This text has color #70300D on black background.


Color preview on white background

This text has color #70300D on white background.


Black color preview on #70300D background

This text has black color on #70300D background.


White color preview on #70300D background

This text has white color on #70300D background.


Related colors

Complementary color

Complementary color for #hex is #8FCFF2.


I love getcolorcode.com

Triadic colors

1 #0D7030 and #300D70 with #70300D are triadic colors.

2 #0D3070 and #30700D with #70300D are triadic colors.