COLOR #704C1E

HEX: #704C1E
RGB: (112,76,30)

Color info

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

RGB color model

#704C1E color RGB value is (112,76,30).

  • red value is 112;
  • green value is 76;
  • blue value is 30.
RGB:
(112,76,30)
(44%,30%,12%)

RGB channels and saturation

R 112 of 255 = 44%
G 76 of 255 = 30%
B 30 of 255 = 12%

112
76
30

R + G + B ~ 29%. #704C1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 76 + 30 = 218 (100%)
R 112 of 218 ~ 51.38%
G 76 of 218 ~ 34.86%
B 30 of 218 ~ 13.76%

%51.38
%34.86
%13.76

CMYK color model

#704C1E color CMYK value is (0,32,73,56).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 73.21%
  • key color value is 56.08%
CMYK:
(0,32,73,56)
C0M32Y73K56 
(0%,32%,73%,56%)
(0.00/0.32/0.73/0.56)	

CMYK percentages

%0
%32.14
%73.21
%56.08

Codes

Color #704C1E in popluar color models

704C1E
RGB1127630
HSL34°57.75%27.84%
HSB/HSV34°73.21%43.92%
CMYK0.00%32.14%73.21%
56.08%

Color #704C1E in popluar number systems.

HEX704C1E
Decimal1127630
Binary1110000100110011110
Octal16011436

Shades and tints

Shades of #704C1E

#704C1E
(112,76,30)
#66461C
(102,70,28)
#5C401A
(92,64,26)
#523A18
(82,58,24)
#483416
(72,52,22)
#3E2E14
(62,46,20)
#342812
(52,40,18)
#2A2210
(42,34,16)
#201C0E
(32,28,14)
#16160C
(22,22,12)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #704C1E

#704C1E
(112,76,30)
#7D5C32
(125,92,50)
#8A6C46
(138,108,70)
#977C5A
(151,124,90)
#A48C6E
(164,140,110)
#B19C82
(177,156,130)
#BEAC96
(190,172,150)
#CBBCAA
(203,188,170)
#D8CCBE
(216,204,190)
#E5DCD2
(229,220,210)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704C1E color. Also use rgb(112,76,30) instead hex code.

Text Font Color

.myTextColor { color: #704C1E; }

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

This text font color is #704C1E.


Background Color

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

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

This div background color is #704C1E.


Border color

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

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

This div border color is #704C1E.


Opacity

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

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

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

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

This text has shadow with #704C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704C1E on black background.


Color preview on white background

This text has color #704C1E on white background.



Black color preview on #704C1E background

This text has black color on #704C1E background.


White color preview on #704C1E background

This text has white color on #704C1E background.