COLOR #70591F

HEX: #70591F
RGB: (112,89,31)

Color info

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

RGB color model

#70591F color RGB value is (112,89,31).

  • red value is 112;
  • green value is 89;
  • blue value is 31.
RGB:
(112,89,31)
(44%,35%,12%)

RGB channels and saturation

R 112 of 255 = 44%
G 89 of 255 = 35%
B 31 of 255 = 12%

112
89
31

R + G + B ~ 30%. #70591F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 89 + 31 = 232 (100%)
R 112 of 232 ~ 48.28%
G 89 of 232 ~ 38.36%
B 31 of 232 ~ 13.36%

%48.28
%38.36
%13.36

CMYK color model

#70591F color CMYK value is (0,21,72,56).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 72.32%
  • key color value is 56.08%
CMYK:
(0,21,72,56)
C0M21Y72K56 
(0%,21%,72%,56%)
(0.00/0.21/0.72/0.56)	

CMYK percentages

%0
%20.54
%72.32
%56.08

Codes

Color #70591F in popluar color models

70591F
RGB1128931
HSL43°56.64%28.04%
HSB/HSV43°72.32%43.92%
CMYK0.00%20.54%72.32%
56.08%

Color #70591F in popluar number systems.

HEX70591F
Decimal1128931
Binary1110000101100111111
Octal16013137

Shades and tints

Shades of #70591F

#70591F
(112,89,31)
#66511D
(102,81,29)
#5C491B
(92,73,27)
#524119
(82,65,25)
#483917
(72,57,23)
#3E3115
(62,49,21)
#342913
(52,41,19)
#2A2111
(42,33,17)
#20190F
(32,25,15)
#16110D
(22,17,13)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #70591F

#70591F
(112,89,31)
#7D6833
(125,104,51)
#8A7747
(138,119,71)
#97865B
(151,134,91)
#A4956F
(164,149,111)
#B1A483
(177,164,131)
#BEB397
(190,179,151)
#CBC2AB
(203,194,171)
#D8D1BF
(216,209,191)
#E5E0D3
(229,224,211)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70591F; }

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

This text font color is #70591F.


Background Color

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

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

This div background color is #70591F.


Border color

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

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

This div border color is #70591F.


Opacity

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

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

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

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

This text has shadow with #70591F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70591F on black background.


Color preview on white background

This text has color #70591F on white background.



Black color preview on #70591F background

This text has black color on #70591F background.


White color preview on #70591F background

This text has white color on #70591F background.