COLOR #704F2C

HEX: #704F2C RGB: (112,79,44)

Color info

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

RGB color model

#704F2C color RGB value is (112,79,44).

RGB: (112,79,44) (44%, 31%, 17%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 44 of 255 = 17%

112
79
44

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

Portions of RGB colors in percentages

R + G + B = 112 + 79 + 44 = 235 (100%)
R 112 of 235 ~ 47.66%
G 79 of 235 ~ 33.62%
B 44 of 235 ~ 18.72'%

%47.66
%33.62
%18.72

CMYK color model

#704F2C color CMYK value is (0,29,61,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 60.71%
  • key color value is 56.08%

CMYK: (0,29,61,56)
C0M29Y61K56 (0%, 29%, 61%, 56%)
(0.00 / 0.29 / 0.61 / 0.56)

CMYK percentages

%0
%29.46
%60.71
%56.08

Codes

Color #704F2C in popluar color models

70 4F 2C
RGB 112 79 44
HSL 31° 43.59% 30.59%
HSB/HSV 31° 60.71% 43.92%
CMYK 0.00% 29.46% 60.71%
56.08%

Color #704F2C in popluar number systems.

HEX 70 4F 2C
Decimal 112 79 44
Binary 1110000 1001111 101100
Octal 160 117 54

Shades and tints

Shades of #704F2C

#704F2C
(112,79,44)
#664828
(102,72,40)
#5C4124
(92,65,36)
#523A20
(82,58,32)
#48331C
(72,51,28)
#3E2C18
(62,44,24)
#342514
(52,37,20)
#2A1E10
(42,30,16)
#20170C
(32,23,12)
#161008
(22,16,8)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #704F2C

#704F2C
(112,79,44)
#7D5F3F
(125,95,63)
#8A6F52
(138,111,82)
#977F65
(151,127,101)
#A48F78
(164,143,120)
#B19F8B
(177,159,139)
#BEAF9E
(190,175,158)
#CBBFB1
(203,191,177)
#D8CFC4
(216,207,196)
#E5DFD7
(229,223,215)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704F2C color. Also use rgb(112,79,44) instead hex code.

Text Font Color

.myTextColor { color: #704F2C; }

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

This text font color is #704F2C.

Background Color

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

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

This div background color is #704F2C.

Border color

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

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

This div border color is #704F2C.

Opacity

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

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

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

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

This text has shadow with #704F2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704F2C.

Preview

Color preview on black background

This text has color #704F2C on black background.


Color preview on white background

This text has color #704F2C on white background.


Black color preview on #704F2C background

This text has black color on #704F2C background.


White color preview on #704F2C background

This text has white color on #704F2C background.


Related colors

Complementary color

Complementary color for #hex is #8FB0D3.


I love getcolorcode.com

Triadic colors

1 #2C704F and #4F2C70 with #704F2C are triadic colors.

2 #2C4F70 and #4F702C with #704F2C are triadic colors.