COLOR #70511F

HEX: #70511F RGB: (112,81,31)

Color info

#70511F contains mainly red and green colors. Web safe color of #70511F is #666633 (or #663).

RGB color model

#70511F color RGB value is (112,81,31).

RGB: (112,81,31) (44%, 32%, 12%)

RGB channels and saturation

R 112 of 255 = 44%
G 81 of 255 = 32%
B 31 of 255 = 12%

112
81
31

R + G + B ~ 29%. #70511F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 81 + 31 = 224 (100%)
R 112 of 224 ~ 50%
G 81 of 224 ~ 36.16%
B 31 of 224 ~ 13.84'%

%50
%36.16
%13.84

CMYK color model

#70511F color CMYK value is (0,28,72,56).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 72.32%
  • key color value is 56.08%

CMYK: (0,28,72,56)
C0M28Y72K56 (0%, 28%, 72%, 56%)
(0.00 / 0.28 / 0.72 / 0.56)

CMYK percentages

%0
%27.68
%72.32
%56.08

Codes

Color #70511F in popluar color models

70 51 1F
RGB 112 81 31
HSL 37° 56.64% 28.04%
HSB/HSV 37° 72.32% 43.92%
CMYK 0.00% 27.68% 72.32%
56.08%

Color #70511F in popluar number systems.

HEX 70 51 1F
Decimal 112 81 31
Binary 1110000 1010001 11111
Octal 160 121 37

Shades and tints

Shades of #70511F

#70511F
(112,81,31)
#664A1D
(102,74,29)
#5C431B
(92,67,27)
#523C19
(82,60,25)
#483517
(72,53,23)
#3E2E15
(62,46,21)
#342713
(52,39,19)
#2A2011
(42,32,17)
#20190F
(32,25,15)
#16120D
(22,18,13)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #70511F

#70511F
(112,81,31)
#7D6033
(125,96,51)
#8A6F47
(138,111,71)
#977E5B
(151,126,91)
#A48D6F
(164,141,111)
#B19C83
(177,156,131)
#BEAB97
(190,171,151)
#CBBAAB
(203,186,171)
#D8C9BF
(216,201,191)
#E5D8D3
(229,216,211)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70511F color. Also use rgb(112,81,31) instead hex code.

Text Font Color

.myTextColor { color: #70511F; }

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

This text font color is #70511F.

Background Color

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

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

This div background color is #70511F.

Border color

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

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

This div border color is #70511F.

Opacity

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

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

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

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

This text has shadow with #70511F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70511F.

Preview

Color preview on black background

This text has color #70511F on black background.


Color preview on white background

This text has color #70511F on white background.


Black color preview on #70511F background

This text has black color on #70511F background.


White color preview on #70511F background

This text has white color on #70511F background.


Related colors

Complementary color

Complementary color for #hex is #8FAEE0.


I love getcolorcode.com

Triadic colors

1 #1F7051 and #511F70 with #70511F are triadic colors.

2 #1F5170 and #51701F with #70511F are triadic colors.