COLOR #704E65

HEX: #704E65
RGB: (112,78,101)

Color info

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

RGB color model

#704E65 color RGB value is (112,78,101).

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

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 101 of 255 = 40%

112
78
101

R + G + B ~ 38%. #704E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 101 = 291 (100%)
R 112 of 291 ~ 38.49%
G 78 of 291 ~ 26.8%
B 101 of 291 ~ 34.71%

%38.49
%26.8
%34.71

CMYK color model

#704E65 color CMYK value is (0,30,10,56).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 9.82%
  • key color value is 56.08%
CMYK:
(0,30,10,56)
C0M30Y10K56 
(0%,30%,10%,56%)
(0.00/0.30/0.10/0.56)	

CMYK percentages

%0
%30.36
%9.82
%56.08

Codes

Color #704E65 in popluar color models

704E65
RGB11278101
HSL319°17.89%37.25%
HSB/HSV319°30.36%43.92%
CMYK0.00%30.36%9.82%
56.08%

Color #704E65 in popluar number systems.

HEX704E65
Decimal11278101
Binary111000010011101100101
Octal160116145

Shades and tints

Shades of #704E65

#704E65
(112,78,101)
#66475C
(102,71,92)
#5C4053
(92,64,83)
#52394A
(82,57,74)
#483241
(72,50,65)
#3E2B38
(62,43,56)
#34242F
(52,36,47)
#2A1D26
(42,29,38)
#20161D
(32,22,29)
#160F14
(22,15,20)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #704E65

#704E65
(112,78,101)
#7D5E73
(125,94,115)
#8A6E81
(138,110,129)
#977E8F
(151,126,143)
#A48E9D
(164,142,157)
#B19EAB
(177,158,171)
#BEAEB9
(190,174,185)
#CBBEC7
(203,190,199)
#D8CED5
(216,206,213)
#E5DEE3
(229,222,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E65; }

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

This text font color is #704E65.


Background Color

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

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

This div background color is #704E65.


Border color

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

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

This div border color is #704E65.


Opacity

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

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

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

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

This text has shadow with #704E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704E65 on black background.


Color preview on white background

This text has color #704E65 on white background.



Black color preview on #704E65 background

This text has black color on #704E65 background.


White color preview on #704E65 background

This text has white color on #704E65 background.