COLOR #704F16

HEX: #704F16
RGB: (112,79,22)

Color info

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

RGB color model

#704F16 color RGB value is (112,79,22).

  • red value is 112;
  • green value is 79;
  • blue value is 22.
RGB:
(112,79,22)
(44%,31%,9%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 22 of 255 = 9%

112
79
22

R + G + B ~ 28%. #704F16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 79 + 22 = 213 (100%)
R 112 of 213 ~ 52.58%
G 79 of 213 ~ 37.09%
B 22 of 213 ~ 10.33%

%52.58
%37.09
%10.33

CMYK color model

#704F16 color CMYK value is (0,29,80,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 80.36%
  • key color value is 56.08%
CMYK:
(0,29,80,56)
C0M29Y80K56 
(0%,29%,80%,56%)
(0.00/0.29/0.80/0.56)	

CMYK percentages

%0
%29.46
%80.36
%56.08

Codes

Color #704F16 in popluar color models

704F16
RGB1127922
HSL38°67.16%26.27%
HSB/HSV38°80.36%43.92%
CMYK0.00%29.46%80.36%
56.08%

Color #704F16 in popluar number systems.

HEX704F16
Decimal1127922
Binary1110000100111110110
Octal16011726

Shades and tints

Shades of #704F16

#704F16
(112,79,22)
#664814
(102,72,20)
#5C4112
(92,65,18)
#523A10
(82,58,16)
#48330E
(72,51,14)
#3E2C0C
(62,44,12)
#34250A
(52,37,10)
#2A1E08
(42,30,8)
#201706
(32,23,6)
#161004
(22,16,4)
#0C0902
(12,9,2)
#000000
(0,0,0)

Tints of #704F16

#704F16
(112,79,22)
#7D5F2B
(125,95,43)
#8A6F40
(138,111,64)
#977F55
(151,127,85)
#A48F6A
(164,143,106)
#B19F7F
(177,159,127)
#BEAF94
(190,175,148)
#CBBFA9
(203,191,169)
#D8CFBE
(216,207,190)
#E5DFD3
(229,223,211)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704F16 color. Also use rgb(112,79,22) instead hex code.

Text Font Color

.myTextColor { color: #704F16; }

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

This text font color is #704F16.


Background Color

.myBgColor { background-color: #704F16; }

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

This div background color is #704F16.


Border color

.myBorderColor { border: 1px solid #704F16; }

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

This div border color is #704F16.


Opacity

.myOpacity80 { color: #704F16; opacity: 0.8; }

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

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

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

This text has shadow with #704F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704F16 on black background.


Color preview on white background

This text has color #704F16 on white background.



Black color preview on #704F16 background

This text has black color on #704F16 background.


White color preview on #704F16 background

This text has white color on #704F16 background.