COLOR #704E69

HEX: #704E69
RGB: (112,78,105)

Color info

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

RGB color model

#704E69 color RGB value is (112,78,105).

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

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 105 of 255 = 41%

112
78
105

R + G + B ~ 39%. #704E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 105 = 295 (100%)
R 112 of 295 ~ 37.97%
G 78 of 295 ~ 26.44%
B 105 of 295 ~ 35.59%

%37.97
%26.44
%35.59

CMYK color model

#704E69 color CMYK value is (0,30,6,56).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,30,6,56)
C0M30Y6K56 
(0%,30%,6%,56%)
(0.00/0.30/0.06/0.56)	

CMYK percentages

%0
%30.36
%6.25
%56.08

Codes

Color #704E69 in popluar color models

704E69
RGB11278105
HSL312°17.89%37.25%
HSB/HSV312°30.36%43.92%
CMYK0.00%30.36%6.25%
56.08%

Color #704E69 in popluar number systems.

HEX704E69
Decimal11278105
Binary111000010011101101001
Octal160116151

Shades and tints

Shades of #704E69

#704E69
(112,78,105)
#664760
(102,71,96)
#5C4057
(92,64,87)
#52394E
(82,57,78)
#483245
(72,50,69)
#3E2B3C
(62,43,60)
#342433
(52,36,51)
#2A1D2A
(42,29,42)
#201621
(32,22,33)
#160F18
(22,15,24)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #704E69

#704E69
(112,78,105)
#7D5E76
(125,94,118)
#8A6E83
(138,110,131)
#977E90
(151,126,144)
#A48E9D
(164,142,157)
#B19EAA
(177,158,170)
#BEAEB7
(190,174,183)
#CBBEC4
(203,190,196)
#D8CED1
(216,206,209)
#E5DEDE
(229,222,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E69; }

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

This text font color is #704E69.


Background Color

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

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

This div background color is #704E69.


Border color

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

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

This div border color is #704E69.


Opacity

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

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

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

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

This text has shadow with #704E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704E69 on black background.


Color preview on white background

This text has color #704E69 on white background.



Black color preview on #704E69 background

This text has black color on #704E69 background.


White color preview on #704E69 background

This text has white color on #704E69 background.