COLOR #704A3C

HEX: #704A3C
RGB: (112,74,60)

Color info

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

RGB color model

#704A3C color RGB value is (112,74,60).

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

RGB channels and saturation

R 112 of 255 = 44%
G 74 of 255 = 29%
B 60 of 255 = 24%

112
74
60

R + G + B ~ 32%. #704A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 74 + 60 = 246 (100%)
R 112 of 246 ~ 45.53%
G 74 of 246 ~ 30.08%
B 60 of 246 ~ 24.39%

%45.53
%30.08
%24.39

CMYK color model

#704A3C color CMYK value is (0,34,46,56).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(0,34,46,56)
C0M34Y46K56 
(0%,34%,46%,56%)
(0.00/0.34/0.46/0.56)	

CMYK percentages

%0
%33.93
%46.43
%56.08

Codes

Color #704A3C in popluar color models

704A3C
RGB1127460
HSL16°30.23%33.73%
HSB/HSV16°46.43%43.92%
CMYK0.00%33.93%46.43%
56.08%

Color #704A3C in popluar number systems.

HEX704A3C
Decimal1127460
Binary11100001001010111100
Octal16011274

Shades and tints

Shades of #704A3C

#704A3C
(112,74,60)
#664437
(102,68,55)
#5C3E32
(92,62,50)
#52382D
(82,56,45)
#483228
(72,50,40)
#3E2C23
(62,44,35)
#34261E
(52,38,30)
#2A2019
(42,32,25)
#201A14
(32,26,20)
#16140F
(22,20,15)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #704A3C

#704A3C
(112,74,60)
#7D5A4D
(125,90,77)
#8A6A5E
(138,106,94)
#977A6F
(151,122,111)
#A48A80
(164,138,128)
#B19A91
(177,154,145)
#BEAAA2
(190,170,162)
#CBBAB3
(203,186,179)
#D8CAC4
(216,202,196)
#E5DAD5
(229,218,213)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704A3C; }

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

This text font color is #704A3C.


Background Color

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

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

This div background color is #704A3C.


Border color

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

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

This div border color is #704A3C.


Opacity

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

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

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

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

This text has shadow with #704A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704A3C on black background.


Color preview on white background

This text has color #704A3C on white background.



Black color preview on #704A3C background

This text has black color on #704A3C background.


White color preview on #704A3C background

This text has white color on #704A3C background.