COLOR #704D49

HEX: #704D49
RGB: (112,77,73)

Color info

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

RGB color model

#704D49 color RGB value is (112,77,73).

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

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 73 of 255 = 29%

112
77
73

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

Portions of RGB colors in percentages

R + G + B =
112 + 77 + 73 = 262 (100%)
R 112 of 262 ~ 42.75%
G 77 of 262 ~ 29.39%
B 73 of 262 ~ 27.86%

%42.75
%29.39
%27.86

CMYK color model

#704D49 color CMYK value is (0,31,35,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 34.82%
  • key color value is 56.08%
CMYK:
(0,31,35,56)
C0M31Y35K56 
(0%,31%,35%,56%)
(0.00/0.31/0.35/0.56)	

CMYK percentages

%0
%31.25
%34.82
%56.08

Codes

Color #704D49 in popluar color models

704D49
RGB1127773
HSL21.08%36.27%
HSB/HSV34.82%43.92%
CMYK0.00%31.25%34.82%
56.08%

Color #704D49 in popluar number systems.

HEX704D49
Decimal1127773
Binary111000010011011001001
Octal160115111

Shades and tints

Shades of #704D49

#704D49
(112,77,73)
#664643
(102,70,67)
#5C3F3D
(92,63,61)
#523837
(82,56,55)
#483131
(72,49,49)
#3E2A2B
(62,42,43)
#342325
(52,35,37)
#2A1C1F
(42,28,31)
#201519
(32,21,25)
#160E13
(22,14,19)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #704D49

#704D49
(112,77,73)
#7D5D59
(125,93,89)
#8A6D69
(138,109,105)
#977D79
(151,125,121)
#A48D89
(164,141,137)
#B19D99
(177,157,153)
#BEADA9
(190,173,169)
#CBBDB9
(203,189,185)
#D8CDC9
(216,205,201)
#E5DDD9
(229,221,217)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D49; }

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

This text font color is #704D49.


Background Color

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

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

This div background color is #704D49.


Border color

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

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

This div border color is #704D49.


Opacity

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

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

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

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

This text has shadow with #704D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D49 on black background.


Color preview on white background

This text has color #704D49 on white background.



Black color preview on #704D49 background

This text has black color on #704D49 background.


White color preview on #704D49 background

This text has white color on #704D49 background.