COLOR #704D46

HEX: #704D46
RGB: (112,77,70)

Color info

#704D46 contains red, green and blue colors in about the same proportion. Web safe color of #704D46 is #663333 (or #633).

RGB color model

#704D46 color RGB value is (112,77,70).

  • red value is 112;
  • green value is 77;
  • blue value is 70.
RGB:
(112,77,70)
(44%,30%,27%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 70 of 255 = 27%

112
77
70

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

Portions of RGB colors in percentages

R + G + B =
112 + 77 + 70 = 259 (100%)
R 112 of 259 ~ 43.24%
G 77 of 259 ~ 29.73%
B 70 of 259 ~ 27.03%

%43.24
%29.73
%27.03

CMYK color model

#704D46 color CMYK value is (0,31,38,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 37.50%
  • key color value is 56.08%
CMYK:
(0,31,38,56)
C0M31Y38K56 
(0%,31%,38%,56%)
(0.00/0.31/0.38/0.56)	

CMYK percentages

%0
%31.25
%37.5
%56.08

Codes

Color #704D46 in popluar color models

704D46
RGB1127770
HSL10°23.08%35.69%
HSB/HSV10°37.50%43.92%
CMYK0.00%31.25%37.50%
56.08%

Color #704D46 in popluar number systems.

HEX704D46
Decimal1127770
Binary111000010011011000110
Octal160115106

Shades and tints

Shades of #704D46

#704D46
(112,77,70)
#664640
(102,70,64)
#5C3F3A
(92,63,58)
#523834
(82,56,52)
#48312E
(72,49,46)
#3E2A28
(62,42,40)
#342322
(52,35,34)
#2A1C1C
(42,28,28)
#201516
(32,21,22)
#160E10
(22,14,16)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #704D46

#704D46
(112,77,70)
#7D5D56
(125,93,86)
#8A6D66
(138,109,102)
#977D76
(151,125,118)
#A48D86
(164,141,134)
#B19D96
(177,157,150)
#BEADA6
(190,173,166)
#CBBDB6
(203,189,182)
#D8CDC6
(216,205,198)
#E5DDD6
(229,221,214)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704D46 color. Also use rgb(112,77,70) instead hex code.

Text Font Color

.myTextColor { color: #704D46; }

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

This text font color is #704D46.


Background Color

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

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

This div background color is #704D46.


Border color

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

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

This div border color is #704D46.


Opacity

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

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

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

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

This text has shadow with #704D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D46 on black background.


Color preview on white background

This text has color #704D46 on white background.



Black color preview on #704D46 background

This text has black color on #704D46 background.


White color preview on #704D46 background

This text has white color on #704D46 background.