COLOR #704F39

HEX: #704F39
RGB: (112,79,57)

Color info

#704F39 contains red, green and blue colors in about the same proportion. Web safe color of #704F39 is #666633 (or #663).

RGB color model

#704F39 color RGB value is (112,79,57).

  • red value is 112;
  • green value is 79;
  • blue value is 57.
RGB:
(112,79,57)
(44%,31%,22%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 57 of 255 = 22%

112
79
57

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

Portions of RGB colors in percentages

R + G + B =
112 + 79 + 57 = 248 (100%)
R 112 of 248 ~ 45.16%
G 79 of 248 ~ 31.85%
B 57 of 248 ~ 22.98%

%45.16
%31.85
%22.98

CMYK color model

#704F39 color CMYK value is (0,29,49,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 49.11%
  • key color value is 56.08%
CMYK:
(0,29,49,56)
C0M29Y49K56 
(0%,29%,49%,56%)
(0.00/0.29/0.49/0.56)	

CMYK percentages

%0
%29.46
%49.11
%56.08

Codes

Color #704F39 in popluar color models

704F39
RGB1127957
HSL24°32.54%33.14%
HSB/HSV24°49.11%43.92%
CMYK0.00%29.46%49.11%
56.08%

Color #704F39 in popluar number systems.

HEX704F39
Decimal1127957
Binary11100001001111111001
Octal16011771

Shades and tints

Shades of #704F39

#704F39
(112,79,57)
#664834
(102,72,52)
#5C412F
(92,65,47)
#523A2A
(82,58,42)
#483325
(72,51,37)
#3E2C20
(62,44,32)
#34251B
(52,37,27)
#2A1E16
(42,30,22)
#201711
(32,23,17)
#16100C
(22,16,12)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #704F39

#704F39
(112,79,57)
#7D5F4B
(125,95,75)
#8A6F5D
(138,111,93)
#977F6F
(151,127,111)
#A48F81
(164,143,129)
#B19F93
(177,159,147)
#BEAFA5
(190,175,165)
#CBBFB7
(203,191,183)
#D8CFC9
(216,207,201)
#E5DFDB
(229,223,219)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704F39; }

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

This text font color is #704F39.


Background Color

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

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

This div background color is #704F39.


Border color

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

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

This div border color is #704F39.


Opacity

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

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

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

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

This text has shadow with #704F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704F39 on black background.


Color preview on white background

This text has color #704F39 on white background.



Black color preview on #704F39 background

This text has black color on #704F39 background.


White color preview on #704F39 background

This text has white color on #704F39 background.