COLOR #704A36

HEX: #704A36
RGB: (112,74,54)

Color info

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

RGB color model

#704A36 color RGB value is (112,74,54).

  • red value is 112;
  • green value is 74;
  • blue value is 54.
RGB:
(112,74,54)
(44%,29%,21%)

RGB channels and saturation

R 112 of 255 = 44%
G 74 of 255 = 29%
B 54 of 255 = 21%

112
74
54

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

Portions of RGB colors in percentages

R + G + B =
112 + 74 + 54 = 240 (100%)
R 112 of 240 ~ 46.67%
G 74 of 240 ~ 30.83%
B 54 of 240 ~ 22.5%

%46.67
%30.83
%22.5

CMYK color model

#704A36 color CMYK value is (0,34,52,56).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 51.79%
  • key color value is 56.08%
CMYK:
(0,34,52,56)
C0M34Y52K56 
(0%,34%,52%,56%)
(0.00/0.34/0.52/0.56)	

CMYK percentages

%0
%33.93
%51.79
%56.08

Codes

Color #704A36 in popluar color models

704A36
RGB1127454
HSL21°34.94%32.55%
HSB/HSV21°51.79%43.92%
CMYK0.00%33.93%51.79%
56.08%

Color #704A36 in popluar number systems.

HEX704A36
Decimal1127454
Binary11100001001010110110
Octal16011266

Shades and tints

Shades of #704A36

#704A36
(112,74,54)
#664432
(102,68,50)
#5C3E2E
(92,62,46)
#52382A
(82,56,42)
#483226
(72,50,38)
#3E2C22
(62,44,34)
#34261E
(52,38,30)
#2A201A
(42,32,26)
#201A16
(32,26,22)
#161412
(22,20,18)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #704A36

#704A36
(112,74,54)
#7D5A48
(125,90,72)
#8A6A5A
(138,106,90)
#977A6C
(151,122,108)
#A48A7E
(164,138,126)
#B19A90
(177,154,144)
#BEAAA2
(190,170,162)
#CBBAB4
(203,186,180)
#D8CAC6
(216,202,198)
#E5DAD8
(229,218,216)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704A36 color. Also use rgb(112,74,54) instead hex code.

Text Font Color

.myTextColor { color: #704A36; }

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

This text font color is #704A36.


Background Color

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

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

This div background color is #704A36.


Border color

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

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

This div border color is #704A36.


Opacity

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

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

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

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

This text has shadow with #704A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704A36 on black background.


Color preview on white background

This text has color #704A36 on white background.



Black color preview on #704A36 background

This text has black color on #704A36 background.


White color preview on #704A36 background

This text has white color on #704A36 background.