COLOR #704F60

HEX: #704F60
RGB: (112,79,96)

Color info

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

RGB color model

#704F60 color RGB value is (112,79,96).

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

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 96 of 255 = 38%

112
79
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 79 + 96 = 287 (100%)
R 112 of 287 ~ 39.02%
G 79 of 287 ~ 27.53%
B 96 of 287 ~ 33.45%

%39.02
%27.53
%33.45

CMYK color model

#704F60 color CMYK value is (0,29,14,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 14.29%
  • key color value is 56.08%
CMYK:
(0,29,14,56)
C0M29Y14K56 
(0%,29%,14%,56%)
(0.00/0.29/0.14/0.56)	

CMYK percentages

%0
%29.46
%14.29
%56.08

Codes

Color #704F60 in popluar color models

704F60
RGB1127996
HSL329°17.28%37.45%
HSB/HSV329°29.46%43.92%
CMYK0.00%29.46%14.29%
56.08%

Color #704F60 in popluar number systems.

HEX704F60
Decimal1127996
Binary111000010011111100000
Octal160117140

Shades and tints

Shades of #704F60

#704F60
(112,79,96)
#664858
(102,72,88)
#5C4150
(92,65,80)
#523A48
(82,58,72)
#483340
(72,51,64)
#3E2C38
(62,44,56)
#342530
(52,37,48)
#2A1E28
(42,30,40)
#201720
(32,23,32)
#161018
(22,16,24)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #704F60

#704F60
(112,79,96)
#7D5F6E
(125,95,110)
#8A6F7C
(138,111,124)
#977F8A
(151,127,138)
#A48F98
(164,143,152)
#B19FA6
(177,159,166)
#BEAFB4
(190,175,180)
#CBBFC2
(203,191,194)
#D8CFD0
(216,207,208)
#E5DFDE
(229,223,222)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704F60; }

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

This text font color is #704F60.


Background Color

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

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

This div background color is #704F60.


Border color

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

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

This div border color is #704F60.


Opacity

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

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

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

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

This text has shadow with #704F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704F60 on black background.


Color preview on white background

This text has color #704F60 on white background.



Black color preview on #704F60 background

This text has black color on #704F60 background.


White color preview on #704F60 background

This text has white color on #704F60 background.