COLOR #704E5A

HEX: #704E5A
RGB: (112,78,90)

Color info

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

RGB color model

#704E5A color RGB value is (112,78,90).

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

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 90 of 255 = 35%

112
78
90

R + G + B ~ 37%. #704E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 78 + 90 = 280 (100%)
R 112 of 280 ~ 40%
G 78 of 280 ~ 27.86%
B 90 of 280 ~ 32.14%

%40
%27.86
%32.14

CMYK color model

#704E5A color CMYK value is (0,30,20,56).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 19.64%
  • key color value is 56.08%
CMYK:
(0,30,20,56)
C0M30Y20K56 
(0%,30%,20%,56%)
(0.00/0.30/0.20/0.56)	

CMYK percentages

%0
%30.36
%19.64
%56.08

Codes

Color #704E5A in popluar color models

704E5A
RGB1127890
HSL339°17.89%37.25%
HSB/HSV339°30.36%43.92%
CMYK0.00%30.36%19.64%
56.08%

Color #704E5A in popluar number systems.

HEX704E5A
Decimal1127890
Binary111000010011101011010
Octal160116132

Shades and tints

Shades of #704E5A

#704E5A
(112,78,90)
#664752
(102,71,82)
#5C404A
(92,64,74)
#523942
(82,57,66)
#48323A
(72,50,58)
#3E2B32
(62,43,50)
#34242A
(52,36,42)
#2A1D22
(42,29,34)
#20161A
(32,22,26)
#160F12
(22,15,18)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #704E5A

#704E5A
(112,78,90)
#7D5E69
(125,94,105)
#8A6E78
(138,110,120)
#977E87
(151,126,135)
#A48E96
(164,142,150)
#B19EA5
(177,158,165)
#BEAEB4
(190,174,180)
#CBBEC3
(203,190,195)
#D8CED2
(216,206,210)
#E5DEE1
(229,222,225)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704E5A; }

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

This text font color is #704E5A.


Background Color

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

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

This div background color is #704E5A.


Border color

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

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

This div border color is #704E5A.


Opacity

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

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

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

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

This text has shadow with #704E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704E5A on black background.


Color preview on white background

This text has color #704E5A on white background.



Black color preview on #704E5A background

This text has black color on #704E5A background.


White color preview on #704E5A background

This text has white color on #704E5A background.