COLOR #704E2A

HEX: #704E2A
RGB: (112,78,42)

Color info

#704E2A contains mainly red and green colors. Web safe color of #704E2A is #666633 (or #663).

RGB color model

#704E2A color RGB value is (112,78,42).

  • red value is 112;
  • green value is 78;
  • blue value is 42.
RGB:
(112,78,42)
(44%,31%,16%)

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 42 of 255 = 16%

112
78
42

R + G + B ~ 30%. #704E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 42 = 232 (100%)
R 112 of 232 ~ 48.28%
G 78 of 232 ~ 33.62%
B 42 of 232 ~ 18.1%

%48.28
%33.62
%18.1

CMYK color model

#704E2A color CMYK value is (0,30,63,56).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 62.50%
  • key color value is 56.08%
CMYK:
(0,30,63,56)
C0M30Y63K56 
(0%,30%,63%,56%)
(0.00/0.30/0.63/0.56)	

CMYK percentages

%0
%30.36
%62.5
%56.08

Codes

Color #704E2A in popluar color models

704E2A
RGB1127842
HSL31°45.45%30.20%
HSB/HSV31°62.50%43.92%
CMYK0.00%30.36%62.50%
56.08%

Color #704E2A in popluar number systems.

HEX704E2A
Decimal1127842
Binary11100001001110101010
Octal16011652

Shades and tints

Shades of #704E2A

#704E2A
(112,78,42)
#664727
(102,71,39)
#5C4024
(92,64,36)
#523921
(82,57,33)
#48321E
(72,50,30)
#3E2B1B
(62,43,27)
#342418
(52,36,24)
#2A1D15
(42,29,21)
#201612
(32,22,18)
#160F0F
(22,15,15)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #704E2A

#704E2A
(112,78,42)
#7D5E3D
(125,94,61)
#8A6E50
(138,110,80)
#977E63
(151,126,99)
#A48E76
(164,142,118)
#B19E89
(177,158,137)
#BEAE9C
(190,174,156)
#CBBEAF
(203,190,175)
#D8CEC2
(216,206,194)
#E5DED5
(229,222,213)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704E2A color. Also use rgb(112,78,42) instead hex code.

Text Font Color

.myTextColor { color: #704E2A; }

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

This text font color is #704E2A.


Background Color

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

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

This div background color is #704E2A.


Border color

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

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

This div border color is #704E2A.


Opacity

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

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

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

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

This text has shadow with #704E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704E2A on black background.


Color preview on white background

This text has color #704E2A on white background.



Black color preview on #704E2A background

This text has black color on #704E2A background.


White color preview on #704E2A background

This text has white color on #704E2A background.