COLOR #704646

HEX: #704646
RGB: (112,70,70)

Color info

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

RGB color model

#704646 color RGB value is (112,70,70).

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

RGB channels and saturation

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

112
70
70

R + G + B ~ 33%. #704646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 70 = 252 (100%)
R 112 of 252 ~ 44.44%
G 70 of 252 ~ 27.78%
B 70 of 252 ~ 27.78%

%44.44
%27.78
%27.78

CMYK color model

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

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

CMYK percentages

%0
%37.5
%37.5
%56.08

Codes

Color #704646 in popluar color models

704646
RGB1127070
HSL23.08%35.69%
HSB/HSV37.50%43.92%
CMYK0.00%37.50%37.50%
56.08%

Color #704646 in popluar number systems.

HEX704646
Decimal1127070
Binary111000010001101000110
Octal160106106

Shades and tints

Shades of #704646

#704646
(112,70,70)
#664040
(102,64,64)
#5C3A3A
(92,58,58)
#523434
(82,52,52)
#482E2E
(72,46,46)
#3E2828
(62,40,40)
#342222
(52,34,34)
#2A1C1C
(42,28,28)
#201616
(32,22,22)
#161010
(22,16,16)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #704646

#704646
(112,70,70)
#7D5656
(125,86,86)
#8A6666
(138,102,102)
#977676
(151,118,118)
#A48686
(164,134,134)
#B19696
(177,150,150)
#BEA6A6
(190,166,166)
#CBB6B6
(203,182,182)
#D8C6C6
(216,198,198)
#E5D6D6
(229,214,214)
#F2E6E6
(242,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704646; }

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

This text font color is #704646.


Background Color

.myBgColor { background-color: #704646; }

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

This div background color is #704646.


Border color

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

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

This div border color is #704646.


Opacity

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

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

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

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

This text has shadow with #704646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704646 on black background.


Color preview on white background

This text has color #704646 on white background.



Black color preview on #704646 background

This text has black color on #704646 background.


White color preview on #704646 background

This text has white color on #704646 background.