COLOR #704D63

HEX: #704D63 RGB: (112,77,99)

Color info

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

RGB color model

#704D63 color RGB value is (112,77,99).

RGB: (112,77,99) (44%, 30%, 39%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 99 of 255 = 39%

112
77
99

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

Portions of RGB colors in percentages

R + G + B = 112 + 77 + 99 = 288 (100%)
R 112 of 288 ~ 38.89%
G 77 of 288 ~ 26.74%
B 99 of 288 ~ 34.38'%

%38.89
%26.74
%34.38

CMYK color model

#704D63 color CMYK value is (0,31,12,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 11.61%
  • key color value is 56.08%

CMYK: (0,31,12,56)
C0M31Y12K56 (0%, 31%, 12%, 56%)
(0.00 / 0.31 / 0.12 / 0.56)

CMYK percentages

%0
%31.25
%11.61
%56.08

Codes

Color #704D63 in popluar color models

70 4D 63
RGB 112 77 99
HSL 322° 18.52% 37.06%
HSB/HSV 322° 31.25% 43.92%
CMYK 0.00% 31.25% 11.61%
56.08%

Color #704D63 in popluar number systems.

HEX 70 4D 63
Decimal 112 77 99
Binary 1110000 1001101 1100011
Octal 160 115 143

Shades and tints

Shades of #704D63

#704D63
(112,77,99)
#66465A
(102,70,90)
#5C3F51
(92,63,81)
#523848
(82,56,72)
#48313F
(72,49,63)
#3E2A36
(62,42,54)
#34232D
(52,35,45)
#2A1C24
(42,28,36)
#20151B
(32,21,27)
#160E12
(22,14,18)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #704D63

#704D63
(112,77,99)
#7D5D71
(125,93,113)
#8A6D7F
(138,109,127)
#977D8D
(151,125,141)
#A48D9B
(164,141,155)
#B19DA9
(177,157,169)
#BEADB7
(190,173,183)
#CBBDC5
(203,189,197)
#D8CDD3
(216,205,211)
#E5DDE1
(229,221,225)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704D63 color. Also use rgb(112,77,99) instead hex code.

Text Font Color

.myTextColor { color: #704D63; }

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

This text font color is #704D63.

Background Color

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

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

This div background color is #704D63.

Border color

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

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

This div border color is #704D63.

Opacity

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

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

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

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

This text has shadow with #704D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704D63.

Preview

Color preview on black background

This text has color #704D63 on black background.


Color preview on white background

This text has color #704D63 on white background.


Black color preview on #704D63 background

This text has black color on #704D63 background.


White color preview on #704D63 background

This text has white color on #704D63 background.


Related colors

Complementary color

Complementary color for #hex is #8FB29C.


I love getcolorcode.com

Triadic colors

1 #63704D and #4D6370 with #704D63 are triadic colors.

2 #634D70 and #4D7063 with #704D63 are triadic colors.