COLOR #704D3D

HEX: #704D3D RGB: (112,77,61)

Color info

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

RGB color model

#704D3D color RGB value is (112,77,61).

RGB: (112,77,61) (44%, 30%, 24%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 61 of 255 = 24%

112
77
61

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

Portions of RGB colors in percentages

R + G + B = 112 + 77 + 61 = 250 (100%)
R 112 of 250 ~ 44.8%
G 77 of 250 ~ 30.8%
B 61 of 250 ~ 24.4'%

%44.8
%30.8
%24.4

CMYK color model

#704D3D color CMYK value is (0,31,46,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 45.54%
  • key color value is 56.08%

CMYK: (0,31,46,56)
C0M31Y46K56 (0%, 31%, 46%, 56%)
(0.00 / 0.31 / 0.46 / 0.56)

CMYK percentages

%0
%31.25
%45.54
%56.08

Codes

Color #704D3D in popluar color models

70 4D 3D
RGB 112 77 61
HSL 19° 29.48% 33.92%
HSB/HSV 19° 45.54% 43.92%
CMYK 0.00% 31.25% 45.54%
56.08%

Color #704D3D in popluar number systems.

HEX 70 4D 3D
Decimal 112 77 61
Binary 1110000 1001101 111101
Octal 160 115 75

Shades and tints

Shades of #704D3D

#704D3D
(112,77,61)
#664638
(102,70,56)
#5C3F33
(92,63,51)
#52382E
(82,56,46)
#483129
(72,49,41)
#3E2A24
(62,42,36)
#34231F
(52,35,31)
#2A1C1A
(42,28,26)
#201515
(32,21,21)
#160E10
(22,14,16)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #704D3D

#704D3D
(112,77,61)
#7D5D4E
(125,93,78)
#8A6D5F
(138,109,95)
#977D70
(151,125,112)
#A48D81
(164,141,129)
#B19D92
(177,157,146)
#BEADA3
(190,173,163)
#CBBDB4
(203,189,180)
#D8CDC5
(216,205,197)
#E5DDD6
(229,221,214)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D3D; }

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

This text font color is #704D3D.

Background Color

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

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

This div background color is #704D3D.

Border color

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

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

This div border color is #704D3D.

Opacity

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

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

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

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

This text has shadow with #704D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704D3D.

Preview

Color preview on black background

This text has color #704D3D on black background.


Color preview on white background

This text has color #704D3D on white background.


Black color preview on #704D3D background

This text has black color on #704D3D background.


White color preview on #704D3D background

This text has white color on #704D3D background.


Related colors

Complementary color

Complementary color for #hex is #8FB2C2.


I love getcolorcode.com

Triadic colors

1 #3D704D and #4D3D70 with #704D3D are triadic colors.

2 #3D4D70 and #4D703D with #704D3D are triadic colors.