COLOR #706646

HEX: #706646
RGB: (112,102,70)

Color info

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

RGB color model

#706646 color RGB value is (112,102,70).

  • red value is 112;
  • green value is 102;
  • blue value is 70.
RGB:
(112,102,70)
(44%,40%,27%)

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 70 of 255 = 27%

112
102
70

R + G + B ~ 37%. #706646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 70 = 284 (100%)
R 112 of 284 ~ 39.44%
G 102 of 284 ~ 35.92%
B 70 of 284 ~ 24.65%

%39.44
%35.92
%24.65

CMYK color model

#706646 color CMYK value is (0,9,38,56).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 37.50%
  • key color value is 56.08%
CMYK:
(0,9,38,56)
C0M9Y38K56 
(0%,9%,38%,56%)
(0.00/0.09/0.38/0.56)	

CMYK percentages

%0
%8.93
%37.5
%56.08

Codes

Color #706646 in popluar color models

706646
RGB11210270
HSL46°23.08%35.69%
HSB/HSV46°37.50%43.92%
CMYK0.00%8.93%37.50%
56.08%

Color #706646 in popluar number systems.

HEX706646
Decimal11210270
Binary111000011001101000110
Octal160146106

Shades and tints

Shades of #706646

#706646
(112,102,70)
#665D40
(102,93,64)
#5C543A
(92,84,58)
#524B34
(82,75,52)
#48422E
(72,66,46)
#3E3928
(62,57,40)
#343022
(52,48,34)
#2A271C
(42,39,28)
#201E16
(32,30,22)
#161510
(22,21,16)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #706646

#706646
(112,102,70)
#7D7356
(125,115,86)
#8A8066
(138,128,102)
#978D76
(151,141,118)
#A49A86
(164,154,134)
#B1A796
(177,167,150)
#BEB4A6
(190,180,166)
#CBC1B6
(203,193,182)
#D8CEC6
(216,206,198)
#E5DBD6
(229,219,214)
#F2E8E6
(242,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706646 color. Also use rgb(112,102,70) instead hex code.

Text Font Color

.myTextColor { color: #706646; }

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

This text font color is #706646.


Background Color

.myBgColor { background-color: #706646; }

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

This div background color is #706646.


Border color

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

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

This div border color is #706646.


Opacity

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

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

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

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

This text has shadow with #706646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706646 on black background.


Color preview on white background

This text has color #706646 on white background.



Black color preview on #706646 background

This text has black color on #706646 background.


White color preview on #706646 background

This text has white color on #706646 background.