COLOR #704C60

HEX: #704C60
RGB: (112,76,96)

Color info

#704C60 contains red, green and blue colors in about the same proportion. Web safe color of #704C60 is #663366 (or #636).

RGB color model

#704C60 color RGB value is (112,76,96).

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

RGB channels and saturation

R 112 of 255 = 44%
G 76 of 255 = 30%
B 96 of 255 = 38%

112
76
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 76 + 96 = 284 (100%)
R 112 of 284 ~ 39.44%
G 76 of 284 ~ 26.76%
B 96 of 284 ~ 33.8%

%39.44
%26.76
%33.8

CMYK color model

#704C60 color CMYK value is (0,32,14,56).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 14.29%
  • key color value is 56.08%
CMYK:
(0,32,14,56)
C0M32Y14K56 
(0%,32%,14%,56%)
(0.00/0.32/0.14/0.56)	

CMYK percentages

%0
%32.14
%14.29
%56.08

Codes

Color #704C60 in popluar color models

704C60
RGB1127696
HSL327°19.15%36.86%
HSB/HSV327°32.14%43.92%
CMYK0.00%32.14%14.29%
56.08%

Color #704C60 in popluar number systems.

HEX704C60
Decimal1127696
Binary111000010011001100000
Octal160114140

Shades and tints

Shades of #704C60

#704C60
(112,76,96)
#664658
(102,70,88)
#5C4050
(92,64,80)
#523A48
(82,58,72)
#483440
(72,52,64)
#3E2E38
(62,46,56)
#342830
(52,40,48)
#2A2228
(42,34,40)
#201C20
(32,28,32)
#161618
(22,22,24)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #704C60

#704C60
(112,76,96)
#7D5C6E
(125,92,110)
#8A6C7C
(138,108,124)
#977C8A
(151,124,138)
#A48C98
(164,140,152)
#B19CA6
(177,156,166)
#BEACB4
(190,172,180)
#CBBCC2
(203,188,194)
#D8CCD0
(216,204,208)
#E5DCDE
(229,220,222)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704C60; }

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

This text font color is #704C60.


Background Color

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

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

This div background color is #704C60.


Border color

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

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

This div border color is #704C60.


Opacity

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

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

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

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

This text has shadow with #704C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704C60 on black background.


Color preview on white background

This text has color #704C60 on white background.



Black color preview on #704C60 background

This text has black color on #704C60 background.


White color preview on #704C60 background

This text has white color on #704C60 background.