COLOR #706C1C

HEX: #706C1C
RGB: (112,108,28)

Color info

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

RGB color model

#706C1C color RGB value is (112,108,28).

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

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 28 of 255 = 11%

112
108
28

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

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 28 = 248 (100%)
R 112 of 248 ~ 45.16%
G 108 of 248 ~ 43.55%
B 28 of 248 ~ 11.29%

%45.16
%43.55
%11.29

CMYK color model

#706C1C color CMYK value is (0,4,75,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 75.00%
  • key color value is 56.08%
CMYK:
(0,4,75,56)
C0M4Y75K56 
(0%,4%,75%,56%)
(0.00/0.04/0.75/0.56)	

CMYK percentages

%0
%3.57
%75
%56.08

Codes

Color #706C1C in popluar color models

706C1C
RGB11210828
HSL57°60.00%27.45%
HSB/HSV57°75.00%43.92%
CMYK0.00%3.57%75.00%
56.08%

Color #706C1C in popluar number systems.

HEX706C1C
Decimal11210828
Binary1110000110110011100
Octal16015434

Shades and tints

Shades of #706C1C

#706C1C
(112,108,28)
#66631A
(102,99,26)
#5C5A18
(92,90,24)
#525116
(82,81,22)
#484814
(72,72,20)
#3E3F12
(62,63,18)
#343610
(52,54,16)
#2A2D0E
(42,45,14)
#20240C
(32,36,12)
#161B0A
(22,27,10)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #706C1C

#706C1C
(112,108,28)
#7D7930
(125,121,48)
#8A8644
(138,134,68)
#979358
(151,147,88)
#A4A06C
(164,160,108)
#B1AD80
(177,173,128)
#BEBA94
(190,186,148)
#CBC7A8
(203,199,168)
#D8D4BC
(216,212,188)
#E5E1D0
(229,225,208)
#F2EEE4
(242,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C1C; }

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

This text font color is #706C1C.


Background Color

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

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

This div background color is #706C1C.


Border color

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

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

This div border color is #706C1C.


Opacity

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

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

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

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

This text has shadow with #706C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C1C on black background.


Color preview on white background

This text has color #706C1C on white background.



Black color preview on #706C1C background

This text has black color on #706C1C background.


White color preview on #706C1C background

This text has white color on #706C1C background.