COLOR #704E45

HEX: #704E45 RGB: (112,78,69)

Color info

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

RGB color model

#704E45 color RGB value is (112,78,69).

RGB: (112,78,69) (44%, 31%, 27%)

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 69 of 255 = 27%

112
78
69

R + G + B ~ 34%. #704E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 78 + 69 = 259 (100%)
R 112 of 259 ~ 43.24%
G 78 of 259 ~ 30.12%
B 69 of 259 ~ 26.64'%

%43.24
%30.12
%26.64

CMYK color model

#704E45 color CMYK value is (0,30,38,56).

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

CMYK: (0,30,38,56)
C0M30Y38K56 (0%, 30%, 38%, 56%)
(0.00 / 0.30 / 0.38 / 0.56)

CMYK percentages

%0
%30.36
%38.39
%56.08

Codes

Color #704E45 in popluar color models

70 4E 45
RGB 112 78 69
HSL 13° 23.76% 35.49%
HSB/HSV 13° 38.39% 43.92%
CMYK 0.00% 30.36% 38.39%
56.08%

Color #704E45 in popluar number systems.

HEX 70 4E 45
Decimal 112 78 69
Binary 1110000 1001110 1000101
Octal 160 116 105

Shades and tints

Shades of #704E45

#704E45
(112,78,69)
#66473F
(102,71,63)
#5C4039
(92,64,57)
#523933
(82,57,51)
#48322D
(72,50,45)
#3E2B27
(62,43,39)
#342421
(52,36,33)
#2A1D1B
(42,29,27)
#201615
(32,22,21)
#160F0F
(22,15,15)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #704E45

#704E45
(112,78,69)
#7D5E55
(125,94,85)
#8A6E65
(138,110,101)
#977E75
(151,126,117)
#A48E85
(164,142,133)
#B19E95
(177,158,149)
#BEAEA5
(190,174,165)
#CBBEB5
(203,190,181)
#D8CEC5
(216,206,197)
#E5DED5
(229,222,213)
#F2EEE5
(242,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E45; }

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

This text font color is #704E45.

Background Color

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

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

This div background color is #704E45.

Border color

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

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

This div border color is #704E45.

Opacity

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

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

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

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

This text has shadow with #704E45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704E45.

Preview

Color preview on black background

This text has color #704E45 on black background.


Color preview on white background

This text has color #704E45 on white background.


Black color preview on #704E45 background

This text has black color on #704E45 background.


White color preview on #704E45 background

This text has white color on #704E45 background.


Related colors

Complementary color

Complementary color for #hex is #8FB1BA.


I love getcolorcode.com

Triadic colors

1 #45704E and #4E4570 with #704E45 are triadic colors.

2 #454E70 and #4E7045 with #704E45 are triadic colors.