COLOR #704E32

HEX: #704E32 RGB: (112,78,50)

Color info

#704E32 contains mainly red and green colors. Web safe color of #704E32 is #666633 (or #663).

RGB color model

#704E32 color RGB value is (112,78,50).

RGB: (112,78,50) (44%, 31%, 20%)

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 50 of 255 = 20%

112
78
50

R + G + B ~ 32%. #704E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 78 + 50 = 240 (100%)
R 112 of 240 ~ 46.67%
G 78 of 240 ~ 32.5%
B 50 of 240 ~ 20.83'%

%46.67
%32.5
%20.83

CMYK color model

#704E32 color CMYK value is (0,30,55,56).

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

CMYK: (0,30,55,56)
C0M30Y55K56 (0%, 30%, 55%, 56%)
(0.00 / 0.30 / 0.55 / 0.56)

CMYK percentages

%0
%30.36
%55.36
%56.08

Codes

Color #704E32 in popluar color models

70 4E 32
RGB 112 78 50
HSL 27° 38.27% 31.76%
HSB/HSV 27° 55.36% 43.92%
CMYK 0.00% 30.36% 55.36%
56.08%

Color #704E32 in popluar number systems.

HEX 70 4E 32
Decimal 112 78 50
Binary 1110000 1001110 110010
Octal 160 116 62

Shades and tints

Shades of #704E32

#704E32
(112,78,50)
#66472E
(102,71,46)
#5C402A
(92,64,42)
#523926
(82,57,38)
#483222
(72,50,34)
#3E2B1E
(62,43,30)
#34241A
(52,36,26)
#2A1D16
(42,29,22)
#201612
(32,22,18)
#160F0E
(22,15,14)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #704E32

#704E32
(112,78,50)
#7D5E44
(125,94,68)
#8A6E56
(138,110,86)
#977E68
(151,126,104)
#A48E7A
(164,142,122)
#B19E8C
(177,158,140)
#BEAE9E
(190,174,158)
#CBBEB0
(203,190,176)
#D8CEC2
(216,206,194)
#E5DED4
(229,222,212)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E32; }

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

This text font color is #704E32.

Background Color

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

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

This div background color is #704E32.

Border color

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

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

This div border color is #704E32.

Opacity

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

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

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

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

This text has shadow with #704E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704E32.

Preview

Color preview on black background

This text has color #704E32 on black background.


Color preview on white background

This text has color #704E32 on white background.


Black color preview on #704E32 background

This text has black color on #704E32 background.


White color preview on #704E32 background

This text has white color on #704E32 background.


Related colors

Complementary color

Complementary color for #hex is #8FB1CD.


I love getcolorcode.com

Triadic colors

1 #32704E and #4E3270 with #704E32 are triadic colors.

2 #324E70 and #4E7032 with #704E32 are triadic colors.