COLOR #704E4F

HEX: #704E4F
RGB: (112,78,79)

Color info

#704E4F contains red, green and blue colors in about the same proportion. Web safe color of #704E4F is #666666 (or #666).

RGB color model

#704E4F color RGB value is (112,78,79).

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

RGB channels and saturation

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

112
78
79

R + G + B ~ 35%. #704E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 79 = 269 (100%)
R 112 of 269 ~ 41.64%
G 78 of 269 ~ 29%
B 79 of 269 ~ 29.37%

%41.64
%29
%29.37

CMYK color model

#704E4F color CMYK value is (0,30,29,56).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(0,30,29,56)
C0M30Y29K56 
(0%,30%,29%,56%)
(0.00/0.30/0.29/0.56)	

CMYK percentages

%0
%30.36
%29.46
%56.08

Codes

Color #704E4F in popluar color models

704E4F
RGB1127879
HSL358°17.89%37.25%
HSB/HSV358°30.36%43.92%
CMYK0.00%30.36%29.46%
56.08%

Color #704E4F in popluar number systems.

HEX704E4F
Decimal1127879
Binary111000010011101001111
Octal160116117

Shades and tints

Shades of #704E4F

#704E4F
(112,78,79)
#664748
(102,71,72)
#5C4041
(92,64,65)
#52393A
(82,57,58)
#483233
(72,50,51)
#3E2B2C
(62,43,44)
#342425
(52,36,37)
#2A1D1E
(42,29,30)
#201617
(32,22,23)
#160F10
(22,15,16)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #704E4F

#704E4F
(112,78,79)
#7D5E5F
(125,94,95)
#8A6E6F
(138,110,111)
#977E7F
(151,126,127)
#A48E8F
(164,142,143)
#B19E9F
(177,158,159)
#BEAEAF
(190,174,175)
#CBBEBF
(203,190,191)
#D8CECF
(216,206,207)
#E5DEDF
(229,222,223)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E4F; }

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

This text font color is #704E4F.


Background Color

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

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

This div background color is #704E4F.


Border color

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

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

This div border color is #704E4F.


Opacity

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

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

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

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

This text has shadow with #704E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704E4F on black background.


Color preview on white background

This text has color #704E4F on white background.



Black color preview on #704E4F background

This text has black color on #704E4F background.


White color preview on #704E4F background

This text has white color on #704E4F background.