COLOR #705600

HEX: #705600
RGB: (112,86,0)

Color info

#705600 contains only red and green colors. Web safe color of #705600 is #666600 (or #660).

RGB color model

#705600 color RGB value is (112,86,0).

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

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 0 of 255 = 0%

112
86
0

R + G + B ~ 26%. #705600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 0 = 198 (100%)
R 112 of 198 ~ 56.57%
G 86 of 198 ~ 43.43%
B 0 of 198 ~ 0%

%56.57
%43.43

CMYK color model

#705600 color CMYK value is (0,23,100,56).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 100.00%
  • key color value is 56.08%
CMYK:
(0,23,100,56)
C0M23Y100K56 
(0%,23%,100%,56%)
(0.00/0.23/1.00/0.56)	

CMYK percentages

%0
%23.21
%100
%56.08

Codes

Color #705600 in popluar color models

705600
RGB112860
HSL46°100.00%21.96%
HSB/HSV46°100.00%43.92%
CMYK0.00%23.21%100.00%
56.08%

Color #705600 in popluar number systems.

HEX705600
Decimal112860
Binary111000010101100
Octal1601260

Shades and tints

Shades of #705600

#705600
(112,86,0)
#664F00
(102,79,0)
#5C4800
(92,72,0)
#524100
(82,65,0)
#483A00
(72,58,0)
#3E3300
(62,51,0)
#342C00
(52,44,0)
#2A2500
(42,37,0)
#201E00
(32,30,0)
#161700
(22,23,0)
#0C1000
(12,16,0)
#000000
(0,0,0)

Tints of #705600

#705600
(112,86,0)
#7D6517
(125,101,23)
#8A742E
(138,116,46)
#978345
(151,131,69)
#A4925C
(164,146,92)
#B1A173
(177,161,115)
#BEB08A
(190,176,138)
#CBBFA1
(203,191,161)
#D8CEB8
(216,206,184)
#E5DDCF
(229,221,207)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705600; }

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

This text font color is #705600.


Background Color

.myBgColor { background-color: #705600; }

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

This div background color is #705600.


Border color

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

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

This div border color is #705600.


Opacity

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

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

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

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

This text has shadow with #705600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705600 on black background.


Color preview on white background

This text has color #705600 on white background.



Black color preview on #705600 background

This text has black color on #705600 background.


White color preview on #705600 background

This text has white color on #705600 background.