COLOR #705647

HEX: #705647
RGB: (112,86,71)

Color info

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

RGB color model

#705647 color RGB value is (112,86,71).

  • red value is 112;
  • green value is 86;
  • blue value is 71.
RGB:
(112,86,71)
(44%,34%,28%)

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 71 of 255 = 28%

112
86
71

R + G + B ~ 35%. #705647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 71 = 269 (100%)
R 112 of 269 ~ 41.64%
G 86 of 269 ~ 31.97%
B 71 of 269 ~ 26.39%

%41.64
%31.97
%26.39

CMYK color model

#705647 color CMYK value is (0,23,37,56).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 36.61%
  • key color value is 56.08%
CMYK:
(0,23,37,56)
C0M23Y37K56 
(0%,23%,37%,56%)
(0.00/0.23/0.37/0.56)	

CMYK percentages

%0
%23.21
%36.61
%56.08

Codes

Color #705647 in popluar color models

705647
RGB1128671
HSL22°22.40%35.88%
HSB/HSV22°36.61%43.92%
CMYK0.00%23.21%36.61%
56.08%

Color #705647 in popluar number systems.

HEX705647
Decimal1128671
Binary111000010101101000111
Octal160126107

Shades and tints

Shades of #705647

#705647
(112,86,71)
#664F41
(102,79,65)
#5C483B
(92,72,59)
#524135
(82,65,53)
#483A2F
(72,58,47)
#3E3329
(62,51,41)
#342C23
(52,44,35)
#2A251D
(42,37,29)
#201E17
(32,30,23)
#161711
(22,23,17)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #705647

#705647
(112,86,71)
#7D6557
(125,101,87)
#8A7467
(138,116,103)
#978377
(151,131,119)
#A49287
(164,146,135)
#B1A197
(177,161,151)
#BEB0A7
(190,176,167)
#CBBFB7
(203,191,183)
#D8CEC7
(216,206,199)
#E5DDD7
(229,221,215)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705647 color. Also use rgb(112,86,71) instead hex code.

Text Font Color

.myTextColor { color: #705647; }

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

This text font color is #705647.


Background Color

.myBgColor { background-color: #705647; }

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

This div background color is #705647.


Border color

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

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

This div border color is #705647.


Opacity

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

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

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

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

This text has shadow with #705647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705647 on black background.


Color preview on white background

This text has color #705647 on white background.



Black color preview on #705647 background

This text has black color on #705647 background.


White color preview on #705647 background

This text has white color on #705647 background.