COLOR #706F40

HEX: #706F40
RGB: (112,111,64)

Color info

#706F40 contains red, green and blue colors in about the same proportion. Web safe color of #706F40 is #666633 (or #663).

RGB color model

#706F40 color RGB value is (112,111,64).

  • red value is 112;
  • green value is 111;
  • blue value is 64.
RGB:
(112,111,64)
(44%,44%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 64 of 255 = 25%

112
111
64

R + G + B ~ 38%. #706F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 64 = 287 (100%)
R 112 of 287 ~ 39.02%
G 111 of 287 ~ 38.68%
B 64 of 287 ~ 22.3%

%39.02
%38.68
%22.3

CMYK color model

#706F40 color CMYK value is (0,1,43,56).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 42.86%
  • key color value is 56.08%
CMYK:
(0,1,43,56)
C0M1Y43K56 
(0%,1%,43%,56%)
(0.00/0.01/0.43/0.56)	

CMYK percentages

%0
%0.89
%42.86
%56.08

Codes

Color #706F40 in popluar color models

706F40
RGB11211164
HSL59°27.27%34.51%
HSB/HSV59°42.86%43.92%
CMYK0.00%0.89%42.86%
56.08%

Color #706F40 in popluar number systems.

HEX706F40
Decimal11211164
Binary111000011011111000000
Octal160157100

Shades and tints

Shades of #706F40

#706F40
(112,111,64)
#66653B
(102,101,59)
#5C5B36
(92,91,54)
#525131
(82,81,49)
#48472C
(72,71,44)
#3E3D27
(62,61,39)
#343322
(52,51,34)
#2A291D
(42,41,29)
#201F18
(32,31,24)
#161513
(22,21,19)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #706F40

#706F40
(112,111,64)
#7D7C51
(125,124,81)
#8A8962
(138,137,98)
#979673
(151,150,115)
#A4A384
(164,163,132)
#B1B095
(177,176,149)
#BEBDA6
(190,189,166)
#CBCAB7
(203,202,183)
#D8D7C8
(216,215,200)
#E5E4D9
(229,228,217)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706F40 color. Also use rgb(112,111,64) instead hex code.

Text Font Color

.myTextColor { color: #706F40; }

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

This text font color is #706F40.


Background Color

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

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

This div background color is #706F40.


Border color

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

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

This div border color is #706F40.


Opacity

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

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

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

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

This text has shadow with #706F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706F40 on black background.


Color preview on white background

This text has color #706F40 on white background.



Black color preview on #706F40 background

This text has black color on #706F40 background.


White color preview on #706F40 background

This text has white color on #706F40 background.