COLOR #704E3C

HEX: #704E3C RGB: (112,78,60)

Color info

#704E3C contains red, green and blue colors in about the same proportion. Web safe color of #704E3C is #666633 (or #663).

RGB color model

#704E3C color RGB value is (112,78,60).

RGB: (112,78,60) (44%, 31%, 24%)

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 60 of 255 = 24%

112
78
60

R + G + B ~ 33%. #704E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 78 + 60 = 250 (100%)
R 112 of 250 ~ 44.8%
G 78 of 250 ~ 31.2%
B 60 of 250 ~ 24'%

%44.8
%31.2
%24

CMYK color model

#704E3C color CMYK value is (0,30,46,56).

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

CMYK: (0,30,46,56)
C0M30Y46K56 (0%, 30%, 46%, 56%)
(0.00 / 0.30 / 0.46 / 0.56)

CMYK percentages

%0
%30.36
%46.43
%56.08

Codes

Color #704E3C in popluar color models

70 4E 3C
RGB 112 78 60
HSL 21° 30.23% 33.73%
HSB/HSV 21° 46.43% 43.92%
CMYK 0.00% 30.36% 46.43%
56.08%

Color #704E3C in popluar number systems.

HEX 70 4E 3C
Decimal 112 78 60
Binary 1110000 1001110 111100
Octal 160 116 74

Shades and tints

Shades of #704E3C

#704E3C
(112,78,60)
#664737
(102,71,55)
#5C4032
(92,64,50)
#52392D
(82,57,45)
#483228
(72,50,40)
#3E2B23
(62,43,35)
#34241E
(52,36,30)
#2A1D19
(42,29,25)
#201614
(32,22,20)
#160F0F
(22,15,15)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #704E3C

#704E3C
(112,78,60)
#7D5E4D
(125,94,77)
#8A6E5E
(138,110,94)
#977E6F
(151,126,111)
#A48E80
(164,142,128)
#B19E91
(177,158,145)
#BEAEA2
(190,174,162)
#CBBEB3
(203,190,179)
#D8CEC4
(216,206,196)
#E5DED5
(229,222,213)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E3C; }

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

This text font color is #704E3C.

Background Color

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

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

This div background color is #704E3C.

Border color

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

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

This div border color is #704E3C.

Opacity

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

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

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

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

This text has shadow with #704E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704E3C.

Preview

Color preview on black background

This text has color #704E3C on black background.


Color preview on white background

This text has color #704E3C on white background.


Black color preview on #704E3C background

This text has black color on #704E3C background.


White color preview on #704E3C background

This text has white color on #704E3C background.


Related colors

Complementary color

Complementary color for #hex is #8FB1C3.


I love getcolorcode.com

Triadic colors

1 #3C704E and #4E3C70 with #704E3C are triadic colors.

2 #3C4E70 and #4E703C with #704E3C are triadic colors.