COLOR #706C20

HEX: #706C20
RGB: (112,108,32)

Color info

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

RGB color model

#706C20 color RGB value is (112,108,32).

  • red value is 112;
  • green value is 108;
  • blue value is 32.
RGB:
(112,108,32)
(44%,42%,13%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 32 of 255 = 13%

112
108
32

R + G + B ~ 33%. #706C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 32 = 252 (100%)
R 112 of 252 ~ 44.44%
G 108 of 252 ~ 42.86%
B 32 of 252 ~ 12.7%

%44.44
%42.86
%12.7

CMYK color model

#706C20 color CMYK value is (0,4,71,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 71.43%
  • key color value is 56.08%
CMYK:
(0,4,71,56)
C0M4Y71K56 
(0%,4%,71%,56%)
(0.00/0.04/0.71/0.56)	

CMYK percentages

%0
%3.57
%71.43
%56.08

Codes

Color #706C20 in popluar color models

706C20
RGB11210832
HSL57°55.56%28.24%
HSB/HSV57°71.43%43.92%
CMYK0.00%3.57%71.43%
56.08%

Color #706C20 in popluar number systems.

HEX706C20
Decimal11210832
Binary11100001101100100000
Octal16015440

Shades and tints

Shades of #706C20

#706C20
(112,108,32)
#66631E
(102,99,30)
#5C5A1C
(92,90,28)
#52511A
(82,81,26)
#484818
(72,72,24)
#3E3F16
(62,63,22)
#343614
(52,54,20)
#2A2D12
(42,45,18)
#202410
(32,36,16)
#161B0E
(22,27,14)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #706C20

#706C20
(112,108,32)
#7D7934
(125,121,52)
#8A8648
(138,134,72)
#97935C
(151,147,92)
#A4A070
(164,160,112)
#B1AD84
(177,173,132)
#BEBA98
(190,186,152)
#CBC7AC
(203,199,172)
#D8D4C0
(216,212,192)
#E5E1D4
(229,225,212)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C20; }

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

This text font color is #706C20.


Background Color

.myBgColor { background-color: #706C20; }

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

This div background color is #706C20.


Border color

.myBorderColor { border: 1px solid #706C20; }

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

This div border color is #706C20.


Opacity

.myOpacity80 { color: #706C20; opacity: 0.8; }

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

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

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

This text has shadow with #706C20 color.

.textShadow {text-shadow: 3px 3px 1px #706C20, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C20 on black background.


Color preview on white background

This text has color #706C20 on white background.



Black color preview on #706C20 background

This text has black color on #706C20 background.


White color preview on #706C20 background

This text has white color on #706C20 background.