COLOR #704E10

HEX: #704E10 RGB: (112,78,16)

Color info

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

RGB color model

#704E10 color RGB value is (112,78,16).

RGB: (112,78,16) (44%, 31%, 6%)

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 16 of 255 = 6%

112
78
16

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

Portions of RGB colors in percentages

R + G + B = 112 + 78 + 16 = 206 (100%)
R 112 of 206 ~ 54.37%
G 78 of 206 ~ 37.86%
B 16 of 206 ~ 7.77'%

%54.37
%37.86

CMYK color model

#704E10 color CMYK value is (0,30,86,56).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 85.71%
  • key color value is 56.08%

CMYK: (0,30,86,56)
C0M30Y86K56 (0%, 30%, 86%, 56%)
(0.00 / 0.30 / 0.86 / 0.56)

CMYK percentages

%0
%30.36
%85.71
%56.08

Codes

Color #704E10 in popluar color models

70 4E 10
RGB 112 78 16
HSL 39° 75.00% 25.10%
HSB/HSV 39° 85.71% 43.92%
CMYK 0.00% 30.36% 85.71%
56.08%

Color #704E10 in popluar number systems.

HEX 70 4E 10
Decimal 112 78 16
Binary 1110000 1001110 10000
Octal 160 116 20

Shades and tints

Shades of #704E10

#704E10
(112,78,16)
#66470F
(102,71,15)
#5C400E
(92,64,14)
#52390D
(82,57,13)
#48320C
(72,50,12)
#3E2B0B
(62,43,11)
#34240A
(52,36,10)
#2A1D09
(42,29,9)
#201608
(32,22,8)
#160F07
(22,15,7)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #704E10

#704E10
(112,78,16)
#7D5E25
(125,94,37)
#8A6E3A
(138,110,58)
#977E4F
(151,126,79)
#A48E64
(164,142,100)
#B19E79
(177,158,121)
#BEAE8E
(190,174,142)
#CBBEA3
(203,190,163)
#D8CEB8
(216,206,184)
#E5DECD
(229,222,205)
#F2EEE2
(242,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704E10 color. Also use rgb(112,78,16) instead hex code.

Text Font Color

.myTextColor { color: #704E10; }

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

This text font color is #704E10.

Background Color

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

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

This div background color is #704E10.

Border color

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

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

This div border color is #704E10.

Opacity

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

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

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

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

This text has shadow with #704E10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704E10.

Preview

Color preview on black background

This text has color #704E10 on black background.


Color preview on white background

This text has color #704E10 on white background.


Black color preview on #704E10 background

This text has black color on #704E10 background.


White color preview on #704E10 background

This text has white color on #704E10 background.


Related colors

Complementary color

Complementary color for #hex is #8FB1EF.


I love getcolorcode.com

Triadic colors

1 #10704E and #4E1070 with #704E10 are triadic colors.

2 #104E70 and #4E7010 with #704E10 are triadic colors.