COLOR #705209

HEX: #705209
RGB: (112,82,9)

Color info

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

RGB color model

#705209 color RGB value is (112,82,9).

  • red value is 112;
  • green value is 82;
  • blue value is 9.
RGB:
(112,82,9)
(44%,32%,4%)

RGB channels and saturation

R 112 of 255 = 44%
G 82 of 255 = 32%
B 9 of 255 = 4%

112
82
9

R + G + B ~ 27%. #705209 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 82 + 9 = 203 (100%)
R 112 of 203 ~ 55.17%
G 82 of 203 ~ 40.39%
B 9 of 203 ~ 4.43%

%55.17
%40.39

CMYK color model

#705209 color CMYK value is (0,27,92,56).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 91.96%
  • key color value is 56.08%
CMYK:
(0,27,92,56)
C0M27Y92K56 
(0%,27%,92%,56%)
(0.00/0.27/0.92/0.56)	

CMYK percentages

%0
%26.79
%91.96
%56.08

Codes

Color #705209 in popluar color models

705209
RGB112829
HSL43°85.12%23.73%
HSB/HSV43°91.96%43.92%
CMYK0.00%26.79%91.96%
56.08%

Color #705209 in popluar number systems.

HEX705209
Decimal112829
Binary111000010100101001
Octal16012211

Shades and tints

Shades of #705209

#705209
(112,82,9)
#664B09
(102,75,9)
#5C4409
(92,68,9)
#523D09
(82,61,9)
#483609
(72,54,9)
#3E2F09
(62,47,9)
#342809
(52,40,9)
#2A2109
(42,33,9)
#201A09
(32,26,9)
#161309
(22,19,9)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #705209

#705209
(112,82,9)
#7D611F
(125,97,31)
#8A7035
(138,112,53)
#977F4B
(151,127,75)
#A48E61
(164,142,97)
#B19D77
(177,157,119)
#BEAC8D
(190,172,141)
#CBBBA3
(203,187,163)
#D8CAB9
(216,202,185)
#E5D9CF
(229,217,207)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705209 color. Also use rgb(112,82,9) instead hex code.

Text Font Color

.myTextColor { color: #705209; }

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

This text font color is #705209.


Background Color

.myBgColor { background-color: #705209; }

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

This div background color is #705209.


Border color

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

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

This div border color is #705209.


Opacity

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

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

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

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

This text has shadow with #705209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705209 on black background.


Color preview on white background

This text has color #705209 on white background.



Black color preview on #705209 background

This text has black color on #705209 background.


White color preview on #705209 background

This text has white color on #705209 background.