COLOR #704641

HEX: #704641
RGB: (112,70,65)

Color info

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

RGB color model

#704641 color RGB value is (112,70,65).

  • red value is 112;
  • green value is 70;
  • blue value is 65.
RGB:
(112,70,65)
(44%,27%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 65 of 255 = 25%

112
70
65

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

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 65 = 247 (100%)
R 112 of 247 ~ 45.34%
G 70 of 247 ~ 28.34%
B 65 of 247 ~ 26.32%

%45.34
%28.34
%26.32

CMYK color model

#704641 color CMYK value is (0,38,42,56).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 41.96%
  • key color value is 56.08%
CMYK:
(0,38,42,56)
C0M38Y42K56 
(0%,38%,42%,56%)
(0.00/0.38/0.42/0.56)	

CMYK percentages

%0
%37.5
%41.96
%56.08

Codes

Color #704641 in popluar color models

704641
RGB1127065
HSL26.55%34.71%
HSB/HSV41.96%43.92%
CMYK0.00%37.50%41.96%
56.08%

Color #704641 in popluar number systems.

HEX704641
Decimal1127065
Binary111000010001101000001
Octal160106101

Shades and tints

Shades of #704641

#704641
(112,70,65)
#66403C
(102,64,60)
#5C3A37
(92,58,55)
#523432
(82,52,50)
#482E2D
(72,46,45)
#3E2828
(62,40,40)
#342223
(52,34,35)
#2A1C1E
(42,28,30)
#201619
(32,22,25)
#161014
(22,16,20)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #704641

#704641
(112,70,65)
#7D5652
(125,86,82)
#8A6663
(138,102,99)
#977674
(151,118,116)
#A48685
(164,134,133)
#B19696
(177,150,150)
#BEA6A7
(190,166,167)
#CBB6B8
(203,182,184)
#D8C6C9
(216,198,201)
#E5D6DA
(229,214,218)
#F2E6EB
(242,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704641 color. Also use rgb(112,70,65) instead hex code.

Text Font Color

.myTextColor { color: #704641; }

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

This text font color is #704641.


Background Color

.myBgColor { background-color: #704641; }

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

This div background color is #704641.


Border color

.myBorderColor { border: 1px solid #704641; }

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

This div border color is #704641.


Opacity

.myOpacity80 { color: #704641; opacity: 0.8; }

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

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

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

This text has shadow with #704641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704641 on black background.


Color preview on white background

This text has color #704641 on white background.



Black color preview on #704641 background

This text has black color on #704641 background.


White color preview on #704641 background

This text has white color on #704641 background.