COLOR #70821C

HEX: #70821C
RGB: (112,130,28)

Color info

#70821C contains mainly red and green colors. Web safe color of #70821C is #669933 (or #693).

RGB color model

#70821C color RGB value is (112,130,28).

  • red value is 112;
  • green value is 130;
  • blue value is 28.
RGB:
(112,130,28)
(44%,51%,11%)

RGB channels and saturation

R 112 of 255 = 44%
G 130 of 255 = 51%
B 28 of 255 = 11%

112
130
28

R + G + B ~ 35%. #70821C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 130 + 28 = 270 (100%)
R 112 of 270 ~ 41.48%
G 130 of 270 ~ 48.15%
B 28 of 270 ~ 10.37%

%41.48
%48.15
%10.37

CMYK color model

#70821C color CMYK value is (14,0,78,49).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 78.46%
  • key color value is 49.02%
CMYK:
(14,0,78,49)
C14M0Y78K49 
(14%,0%,78%,49%)
(0.14/0.00/0.78/0.49)	

CMYK percentages

%13.85
%0
%78.46
%49.02

Codes

Color #70821C in popluar color models

70821C
RGB11213028
HSL71°64.56%30.98%
HSB/HSV71°78.46%50.98%
CMYK13.85%0.00%78.46%
49.02%

Color #70821C in popluar number systems.

HEX70821C
Decimal11213028
Binary11100001000001011100
Octal16020234

Shades and tints

Shades of #70821C

#70821C
(112,130,28)
#66771A
(102,119,26)
#5C6C18
(92,108,24)
#526116
(82,97,22)
#485614
(72,86,20)
#3E4B12
(62,75,18)
#344010
(52,64,16)
#2A350E
(42,53,14)
#202A0C
(32,42,12)
#161F0A
(22,31,10)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #70821C

#70821C
(112,130,28)
#7D8D30
(125,141,48)
#8A9844
(138,152,68)
#97A358
(151,163,88)
#A4AE6C
(164,174,108)
#B1B980
(177,185,128)
#BEC494
(190,196,148)
#CBCFA8
(203,207,168)
#D8DABC
(216,218,188)
#E5E5D0
(229,229,208)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70821C color. Also use rgb(112,130,28) instead hex code.

Text Font Color

.myTextColor { color: #70821C; }

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

This text font color is #70821C.


Background Color

.myBgColor { background-color: #70821C; }

<div style="background-color:#70821C">Inner text</div>

This div background color is #70821C.


Border color

.myBorderColor { border: 1px solid #70821C; }

<div style="border:3px solid #70821C">Div</div>

This div border color is #70821C.


Opacity

.myOpacity80 { color: #70821C; opacity: 0.8; }

<p style="color:#70821C;opacity:0.8;">80%</p>

Text with #70821C 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 #70821C;}

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

This text has shadow with #70821C color.

.textShadow {text-shadow: 3px 3px 1px #70821C, 3px 3px 1px red;}

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

This text has shadow with #70821C primary color and red secondary color.


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

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

This text has shadow with #70821C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70821C on black background.


Color preview on white background

This text has color #70821C on white background.



Black color preview on #70821C background

This text has black color on #70821C background.


White color preview on #70821C background

This text has white color on #70821C background.