COLOR #70482D

HEX: #70482D RGB: (112,72,45)

Color info

#70482D contains mainly red and green colors. Web safe color of #70482D is #663333 (or #633).

RGB color model

#70482D color RGB value is (112,72,45).

RGB: (112,72,45) (44%, 28%, 18%)

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 45 of 255 = 18%

112
72
45

R + G + B ~ 30%. #70482D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 72 + 45 = 229 (100%)
R 112 of 229 ~ 48.91%
G 72 of 229 ~ 31.44%
B 45 of 229 ~ 19.65'%

%48.91
%31.44
%19.65

CMYK color model

#70482D color CMYK value is (0,36,60,56).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 59.82%
  • key color value is 56.08%

CMYK: (0,36,60,56)
C0M36Y60K56 (0%, 36%, 60%, 56%)
(0.00 / 0.36 / 0.60 / 0.56)

CMYK percentages

%0
%35.71
%59.82
%56.08

Codes

Color #70482D in popluar color models

70 48 2D
RGB 112 72 45
HSL 24° 42.68% 30.78%
HSB/HSV 24° 59.82% 43.92%
CMYK 0.00% 35.71% 59.82%
56.08%

Color #70482D in popluar number systems.

HEX 70 48 2D
Decimal 112 72 45
Binary 1110000 1001000 101101
Octal 160 110 55

Shades and tints

Shades of #70482D

#70482D
(112,72,45)
#664229
(102,66,41)
#5C3C25
(92,60,37)
#523621
(82,54,33)
#48301D
(72,48,29)
#3E2A19
(62,42,25)
#342415
(52,36,21)
#2A1E11
(42,30,17)
#20180D
(32,24,13)
#161209
(22,18,9)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #70482D

#70482D
(112,72,45)
#7D5840
(125,88,64)
#8A6853
(138,104,83)
#977866
(151,120,102)
#A48879
(164,136,121)
#B1988C
(177,152,140)
#BEA89F
(190,168,159)
#CBB8B2
(203,184,178)
#D8C8C5
(216,200,197)
#E5D8D8
(229,216,216)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70482D color. Also use rgb(112,72,45) instead hex code.

Text Font Color

.myTextColor { color: #70482D; }

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

This text font color is #70482D.

Background Color

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

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

This div background color is #70482D.

Border color

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

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

This div border color is #70482D.

Opacity

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

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

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

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

This text has shadow with #70482D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70482D.

Preview

Color preview on black background

This text has color #70482D on black background.


Color preview on white background

This text has color #70482D on white background.


Black color preview on #70482D background

This text has black color on #70482D background.


White color preview on #70482D background

This text has white color on #70482D background.


Related colors

Complementary color

Complementary color for #hex is #8FB7D2.


I love getcolorcode.com

Triadic colors

1 #2D7048 and #482D70 with #70482D are triadic colors.

2 #2D4870 and #48702D with #70482D are triadic colors.