COLOR #70711A

HEX: #70711A
RGB: (112,113,26)

Color info

#70711A contains mainly red and green colors. Web safe color of #70711A is #666600 (or #660).

RGB color model

#70711A color RGB value is (112,113,26).

  • red value is 112;
  • green value is 113;
  • blue value is 26.
RGB:
(112,113,26)
(44%,44%,10%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 26 of 255 = 10%

112
113
26

R + G + B ~ 33%. #70711A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 26 = 251 (100%)
R 112 of 251 ~ 44.62%
G 113 of 251 ~ 45.02%
B 26 of 251 ~ 10.36%

%44.62
%45.02
%10.36

CMYK color model

#70711A color CMYK value is (1,0,77,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 76.99%
  • key color value is 55.69%
CMYK:
(1,0,77,56)
C1M0Y77K56 
(1%,0%,77%,56%)
(0.01/0.00/0.77/0.56)	

CMYK percentages

%0.88
%0
%76.99
%55.69

Codes

Color #70711A in popluar color models

70711A
RGB11211326
HSL61°62.59%27.25%
HSB/HSV61°76.99%44.31%
CMYK0.88%0.00%76.99%
55.69%

Color #70711A in popluar number systems.

HEX70711A
Decimal11211326
Binary1110000111000111010
Octal16016132

Shades and tints

Shades of #70711A

#70711A
(112,113,26)
#666718
(102,103,24)
#5C5D16
(92,93,22)
#525314
(82,83,20)
#484912
(72,73,18)
#3E3F10
(62,63,16)
#34350E
(52,53,14)
#2A2B0C
(42,43,12)
#20210A
(32,33,10)
#161708
(22,23,8)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #70711A

#70711A
(112,113,26)
#7D7D2E
(125,125,46)
#8A8942
(138,137,66)
#979556
(151,149,86)
#A4A16A
(164,161,106)
#B1AD7E
(177,173,126)
#BEB992
(190,185,146)
#CBC5A6
(203,197,166)
#D8D1BA
(216,209,186)
#E5DDCE
(229,221,206)
#F2E9E2
(242,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70711A color. Also use rgb(112,113,26) instead hex code.

Text Font Color

.myTextColor { color: #70711A; }

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

This text font color is #70711A.


Background Color

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

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

This div background color is #70711A.


Border color

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

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

This div border color is #70711A.


Opacity

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

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

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

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

This text has shadow with #70711A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70711A on black background.


Color preview on white background

This text has color #70711A on white background.



Black color preview on #70711A background

This text has black color on #70711A background.


White color preview on #70711A background

This text has white color on #70711A background.