COLOR #704907

HEX: #704907
RGB: (112,73,7)

Color info

#704907 contains mainly red and green colors. Web safe color of #704907 is #663300 (or #630).

RGB color model

#704907 color RGB value is (112,73,7).

  • red value is 112;
  • green value is 73;
  • blue value is 7.
RGB:
(112,73,7)
(44%,29%,3%)

RGB channels and saturation

R 112 of 255 = 44%
G 73 of 255 = 29%
B 7 of 255 = 3%

112
73
7

R + G + B ~ 25%. #704907 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 73 + 7 = 192 (100%)
R 112 of 192 ~ 58.33%
G 73 of 192 ~ 38.02%
B 7 of 192 ~ 3.65%

%58.33
%38.02

CMYK color model

#704907 color CMYK value is (0,35,94,56).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 93.75%
  • key color value is 56.08%
CMYK:
(0,35,94,56)
C0M35Y94K56 
(0%,35%,94%,56%)
(0.00/0.35/0.94/0.56)	

CMYK percentages

%0
%34.82
%93.75
%56.08

Codes

Color #704907 in popluar color models

704907
RGB112737
HSL38°88.24%23.33%
HSB/HSV38°93.75%43.92%
CMYK0.00%34.82%93.75%
56.08%

Color #704907 in popluar number systems.

HEX704907
Decimal112737
Binary11100001001001111
Octal1601117

Shades and tints

Shades of #704907

#704907
(112,73,7)
#664307
(102,67,7)
#5C3D07
(92,61,7)
#523707
(82,55,7)
#483107
(72,49,7)
#3E2B07
(62,43,7)
#342507
(52,37,7)
#2A1F07
(42,31,7)
#201907
(32,25,7)
#161307
(22,19,7)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #704907

#704907
(112,73,7)
#7D591D
(125,89,29)
#8A6933
(138,105,51)
#977949
(151,121,73)
#A4895F
(164,137,95)
#B19975
(177,153,117)
#BEA98B
(190,169,139)
#CBB9A1
(203,185,161)
#D8C9B7
(216,201,183)
#E5D9CD
(229,217,205)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704907 color. Also use rgb(112,73,7) instead hex code.

Text Font Color

.myTextColor { color: #704907; }

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

This text font color is #704907.


Background Color

.myBgColor { background-color: #704907; }

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

This div background color is #704907.


Border color

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

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

This div border color is #704907.


Opacity

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

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

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

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

This text has shadow with #704907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704907 on black background.


Color preview on white background

This text has color #704907 on white background.



Black color preview on #704907 background

This text has black color on #704907 background.


White color preview on #704907 background

This text has white color on #704907 background.