COLOR #704140

HEX: #704140
RGB: (112,65,64)

Color info

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

RGB color model

#704140 color RGB value is (112,65,64).

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

RGB channels and saturation

R 112 of 255 = 44%
G 65 of 255 = 25%
B 64 of 255 = 25%

112
65
64

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

Portions of RGB colors in percentages

R + G + B =
112 + 65 + 64 = 241 (100%)
R 112 of 241 ~ 46.47%
G 65 of 241 ~ 26.97%
B 64 of 241 ~ 26.56%

%46.47
%26.97
%26.56

CMYK color model

#704140 color CMYK value is (0,42,43,56).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 42.86%
  • key color value is 56.08%
CMYK:
(0,42,43,56)
C0M42Y43K56 
(0%,42%,43%,56%)
(0.00/0.42/0.43/0.56)	

CMYK percentages

%0
%41.96
%42.86
%56.08

Codes

Color #704140 in popluar color models

704140
RGB1126564
HSL27.27%34.51%
HSB/HSV42.86%43.92%
CMYK0.00%41.96%42.86%
56.08%

Color #704140 in popluar number systems.

HEX704140
Decimal1126564
Binary111000010000011000000
Octal160101100

Shades and tints

Shades of #704140

#704140
(112,65,64)
#663C3B
(102,60,59)
#5C3736
(92,55,54)
#523231
(82,50,49)
#482D2C
(72,45,44)
#3E2827
(62,40,39)
#342322
(52,35,34)
#2A1E1D
(42,30,29)
#201918
(32,25,24)
#161413
(22,20,19)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #704140

#704140
(112,65,64)
#7D5251
(125,82,81)
#8A6362
(138,99,98)
#977473
(151,116,115)
#A48584
(164,133,132)
#B19695
(177,150,149)
#BEA7A6
(190,167,166)
#CBB8B7
(203,184,183)
#D8C9C8
(216,201,200)
#E5DAD9
(229,218,217)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704140; }

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

This text font color is #704140.


Background Color

.myBgColor { background-color: #704140; }

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

This div background color is #704140.


Border color

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

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

This div border color is #704140.


Opacity

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

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

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

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

This text has shadow with #704140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704140 on black background.


Color preview on white background

This text has color #704140 on white background.



Black color preview on #704140 background

This text has black color on #704140 background.


White color preview on #704140 background

This text has white color on #704140 background.