COLOR #704E3D

HEX: #704E3D
RGB: (112,78,61)

Color info

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

RGB color model

#704E3D color RGB value is (112,78,61).

  • red value is 112;
  • green value is 78;
  • blue value is 61.
RGB:
(112,78,61)
(44%,31%,24%)

RGB channels and saturation

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

112
78
61

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

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 61 = 251 (100%)
R 112 of 251 ~ 44.62%
G 78 of 251 ~ 31.08%
B 61 of 251 ~ 24.3%

%44.62
%31.08
%24.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 45.54%
  • 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
%45.54
%56.08

Codes

Color #704E3D in popluar color models

704E3D
RGB1127861
HSL20°29.48%33.92%
HSB/HSV20°45.54%43.92%
CMYK0.00%30.36%45.54%
56.08%

Color #704E3D in popluar number systems.

HEX704E3D
Decimal1127861
Binary11100001001110111101
Octal16011675

Shades and tints

Shades of #704E3D

#704E3D
(112,78,61)
#664738
(102,71,56)
#5C4033
(92,64,51)
#52392E
(82,57,46)
#483229
(72,50,41)
#3E2B24
(62,43,36)
#34241F
(52,36,31)
#2A1D1A
(42,29,26)
#201615
(32,22,21)
#160F10
(22,15,16)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #704E3D

#704E3D
(112,78,61)
#7D5E4E
(125,94,78)
#8A6E5F
(138,110,95)
#977E70
(151,126,112)
#A48E81
(164,142,129)
#B19E92
(177,158,146)
#BEAEA3
(190,174,163)
#CBBEB4
(203,190,180)
#D8CEC5
(216,206,197)
#E5DED6
(229,222,214)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E3D; }

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

This text font color is #704E3D.


Background Color

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

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

This div background color is #704E3D.


Border color

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

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

This div border color is #704E3D.


Opacity

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

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

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

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

This text has shadow with #704E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704E3D on black background.


Color preview on white background

This text has color #704E3D on white background.



Black color preview on #704E3D background

This text has black color on #704E3D background.


White color preview on #704E3D background

This text has white color on #704E3D background.