COLOR #70721C

HEX: #70721C
RGB: (112,114,28)

Color info

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

RGB color model

#70721C color RGB value is (112,114,28).

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

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 28 of 255 = 11%

112
114
28

R + G + B ~ 33%. #70721C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 28 = 254 (100%)
R 112 of 254 ~ 44.09%
G 114 of 254 ~ 44.88%
B 28 of 254 ~ 11.02%

%44.09
%44.88
%11.02

CMYK color model

#70721C color CMYK value is (2,0,75,55).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 55.29%
CMYK:
(2,0,75,55)
C2M0Y75K55 
(2%,0%,75%,55%)
(0.02/0.00/0.75/0.55)	

CMYK percentages

%1.75
%0
%75.44
%55.29

Codes

Color #70721C in popluar color models

70721C
RGB11211428
HSL61°60.56%27.84%
HSB/HSV61°75.44%44.71%
CMYK1.75%0.00%75.44%
55.29%

Color #70721C in popluar number systems.

HEX70721C
Decimal11211428
Binary1110000111001011100
Octal16016234

Shades and tints

Shades of #70721C

#70721C
(112,114,28)
#66681A
(102,104,26)
#5C5E18
(92,94,24)
#525416
(82,84,22)
#484A14
(72,74,20)
#3E4012
(62,64,18)
#343610
(52,54,16)
#2A2C0E
(42,44,14)
#20220C
(32,34,12)
#16180A
(22,24,10)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #70721C

#70721C
(112,114,28)
#7D7E30
(125,126,48)
#8A8A44
(138,138,68)
#979658
(151,150,88)
#A4A26C
(164,162,108)
#B1AE80
(177,174,128)
#BEBA94
(190,186,148)
#CBC6A8
(203,198,168)
#D8D2BC
(216,210,188)
#E5DED0
(229,222,208)
#F2EAE4
(242,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70721C; }

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

This text font color is #70721C.


Background Color

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

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

This div background color is #70721C.


Border color

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

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

This div border color is #70721C.


Opacity

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

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

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

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

This text has shadow with #70721C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70721C on black background.


Color preview on white background

This text has color #70721C on white background.



Black color preview on #70721C background

This text has black color on #70721C background.


White color preview on #70721C background

This text has white color on #70721C background.