COLOR #706420

HEX: #706420 RGB: (112,100,32)

Color info

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

RGB color model

#706420 color RGB value is (112,100,32).

RGB: (112,100,32) (44%, 39%, 13%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 32 of 255 = 13%

112
100
32

R + G + B ~ 32%. #706420 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 100 + 32 = 244 (100%)
R 112 of 244 ~ 45.9%
G 100 of 244 ~ 40.98%
B 32 of 244 ~ 13.11'%

%45.9
%40.98
%13.11

CMYK color model

#706420 color CMYK value is (0,11,71,56).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 71.43%
  • key color value is 56.08%
CMYK: (0,11,71,56) C0M11Y71K56 (0%,11%,71%,56%) (0.00/0.11/0.71/0.56) 

CMYK percentages

%0
%10.71
%71.43
%56.08

Codes

Color #706420 in popluar color models

70 64 20
RGB 112 100 32
HSL 51° 55.56% 28.24%
HSB/HSV 51° 71.43% 43.92%
CMYK 0.00% 10.71% 71.43%
56.08%

Color #706420 in popluar number systems.

HEX 70 64 20
Decimal 112 100 32
Binary 1110000 1100100 100000
Octal 160 144 40

Shades and tints

Shades of #706420

#706420
(112,100,32)
#665B1E
(102,91,30)
#5C521C
(92,82,28)
#52491A
(82,73,26)
#484018
(72,64,24)
#3E3716
(62,55,22)
#342E14
(52,46,20)
#2A2512
(42,37,18)
#201C10
(32,28,16)
#16130E
(22,19,14)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #706420

#706420
(112,100,32)
#7D7234
(125,114,52)
#8A8048
(138,128,72)
#978E5C
(151,142,92)
#A49C70
(164,156,112)
#B1AA84
(177,170,132)
#BEB898
(190,184,152)
#CBC6AC
(203,198,172)
#D8D4C0
(216,212,192)
#E5E2D4
(229,226,212)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706420 color. Also use rgb(112,100,32) instead hex code.

Text Font Color

.myTextColor { color: #706420; }

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

This text font color is #706420.

Background Color

.myBgColor { background-color: #706420; }

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

This div background color is #706420.

Border color

.myBorderColor { border: 1px solid #706420; }

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

This div border color is #706420.

Opacity

.myOpacity80 { color: #706420; opacity: 0.8; }

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

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

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

This text has shadow with #706420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706420.

Preview

Color preview on black background

This text has color #706420 on black background.


Color preview on white background

This text has color #706420 on white background.


Black color preview on #706420 background

This text has black color on #706420 background.


White color preview on #706420 background

This text has white color on #706420 background.


Related colors

Complementary color

Complementary color for #hex is #8F9BDF.


I love getcolorcode.com

Triadic colors

1 #207064 and #642070 with #706420 are triadic colors.

2 #206470 and #647020 with #706420 are triadic colors.