COLOR #705417

HEX: #705417
RGB: (112,84,23)

Color info

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

RGB color model

#705417 color RGB value is (112,84,23).

  • red value is 112;
  • green value is 84;
  • blue value is 23.
RGB:
(112,84,23)
(44%,33%,9%)

RGB channels and saturation

R 112 of 255 = 44%
G 84 of 255 = 33%
B 23 of 255 = 9%

112
84
23

R + G + B ~ 29%. #705417 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 84 + 23 = 219 (100%)
R 112 of 219 ~ 51.14%
G 84 of 219 ~ 38.36%
B 23 of 219 ~ 10.5%

%51.14
%38.36
%10.5

CMYK color model

#705417 color CMYK value is (0,25,79,56).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 79.46%
  • key color value is 56.08%
CMYK:
(0,25,79,56)
C0M25Y79K56 
(0%,25%,79%,56%)
(0.00/0.25/0.79/0.56)	

CMYK percentages

%0
%25
%79.46
%56.08

Codes

Color #705417 in popluar color models

705417
RGB1128423
HSL41°65.93%26.47%
HSB/HSV41°79.46%43.92%
CMYK0.00%25.00%79.46%
56.08%

Color #705417 in popluar number systems.

HEX705417
Decimal1128423
Binary1110000101010010111
Octal16012427

Shades and tints

Shades of #705417

#705417
(112,84,23)
#664D15
(102,77,21)
#5C4613
(92,70,19)
#523F11
(82,63,17)
#48380F
(72,56,15)
#3E310D
(62,49,13)
#342A0B
(52,42,11)
#2A2309
(42,35,9)
#201C07
(32,28,7)
#161505
(22,21,5)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #705417

#705417
(112,84,23)
#7D632C
(125,99,44)
#8A7241
(138,114,65)
#978156
(151,129,86)
#A4906B
(164,144,107)
#B19F80
(177,159,128)
#BEAE95
(190,174,149)
#CBBDAA
(203,189,170)
#D8CCBF
(216,204,191)
#E5DBD4
(229,219,212)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705417 color. Also use rgb(112,84,23) instead hex code.

Text Font Color

.myTextColor { color: #705417; }

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

This text font color is #705417.


Background Color

.myBgColor { background-color: #705417; }

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

This div background color is #705417.


Border color

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

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

This div border color is #705417.


Opacity

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

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

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

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

This text has shadow with #705417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705417 on black background.


Color preview on white background

This text has color #705417 on white background.



Black color preview on #705417 background

This text has black color on #705417 background.


White color preview on #705417 background

This text has white color on #705417 background.