COLOR #704D2D

HEX: #704D2D
RGB: (112,77,45)

Color info

#704D2D contains mainly red and green colors. Web safe color of #704D2D is #663333 (or #633).

RGB color model

#704D2D color RGB value is (112,77,45).

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

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 45 of 255 = 18%

112
77
45

R + G + B ~ 31%. #704D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 77 + 45 = 234 (100%)
R 112 of 234 ~ 47.86%
G 77 of 234 ~ 32.91%
B 45 of 234 ~ 19.23%

%47.86
%32.91
%19.23

CMYK color model

#704D2D color CMYK value is (0,31,60,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 59.82%
  • key color value is 56.08%
CMYK:
(0,31,60,56)
C0M31Y60K56 
(0%,31%,60%,56%)
(0.00/0.31/0.60/0.56)	

CMYK percentages

%0
%31.25
%59.82
%56.08

Codes

Color #704D2D in popluar color models

704D2D
RGB1127745
HSL29°42.68%30.78%
HSB/HSV29°59.82%43.92%
CMYK0.00%31.25%59.82%
56.08%

Color #704D2D in popluar number systems.

HEX704D2D
Decimal1127745
Binary11100001001101101101
Octal16011555

Shades and tints

Shades of #704D2D

#704D2D
(112,77,45)
#664629
(102,70,41)
#5C3F25
(92,63,37)
#523821
(82,56,33)
#48311D
(72,49,29)
#3E2A19
(62,42,25)
#342315
(52,35,21)
#2A1C11
(42,28,17)
#20150D
(32,21,13)
#160E09
(22,14,9)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #704D2D

#704D2D
(112,77,45)
#7D5D40
(125,93,64)
#8A6D53
(138,109,83)
#977D66
(151,125,102)
#A48D79
(164,141,121)
#B19D8C
(177,157,140)
#BEAD9F
(190,173,159)
#CBBDB2
(203,189,178)
#D8CDC5
(216,205,197)
#E5DDD8
(229,221,216)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D2D; }

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

This text font color is #704D2D.


Background Color

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

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

This div background color is #704D2D.


Border color

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

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

This div border color is #704D2D.


Opacity

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

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

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

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

This text has shadow with #704D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D2D on black background.


Color preview on white background

This text has color #704D2D on white background.



Black color preview on #704D2D background

This text has black color on #704D2D background.


White color preview on #704D2D background

This text has white color on #704D2D background.