COLOR #704856

HEX: #704856
RGB: (112,72,86)

Color info

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

RGB color model

#704856 color RGB value is (112,72,86).

  • red value is 112;
  • green value is 72;
  • blue value is 86.
RGB:
(112,72,86)
(44%,28%,34%)

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 86 of 255 = 34%

112
72
86

R + G + B ~ 35%. #704856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 86 = 270 (100%)
R 112 of 270 ~ 41.48%
G 72 of 270 ~ 26.67%
B 86 of 270 ~ 31.85%

%41.48
%26.67
%31.85

CMYK color model

#704856 color CMYK value is (0,36,23,56).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 23.21%
  • key color value is 56.08%
CMYK:
(0,36,23,56)
C0M36Y23K56 
(0%,36%,23%,56%)
(0.00/0.36/0.23/0.56)	

CMYK percentages

%0
%35.71
%23.21
%56.08

Codes

Color #704856 in popluar color models

704856
RGB1127286
HSL339°21.74%36.08%
HSB/HSV339°35.71%43.92%
CMYK0.00%35.71%23.21%
56.08%

Color #704856 in popluar number systems.

HEX704856
Decimal1127286
Binary111000010010001010110
Octal160110126

Shades and tints

Shades of #704856

#704856
(112,72,86)
#66424F
(102,66,79)
#5C3C48
(92,60,72)
#523641
(82,54,65)
#48303A
(72,48,58)
#3E2A33
(62,42,51)
#34242C
(52,36,44)
#2A1E25
(42,30,37)
#20181E
(32,24,30)
#161217
(22,18,23)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #704856

#704856
(112,72,86)
#7D5865
(125,88,101)
#8A6874
(138,104,116)
#977883
(151,120,131)
#A48892
(164,136,146)
#B198A1
(177,152,161)
#BEA8B0
(190,168,176)
#CBB8BF
(203,184,191)
#D8C8CE
(216,200,206)
#E5D8DD
(229,216,221)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704856 color. Also use rgb(112,72,86) instead hex code.

Text Font Color

.myTextColor { color: #704856; }

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

This text font color is #704856.


Background Color

.myBgColor { background-color: #704856; }

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

This div background color is #704856.


Border color

.myBorderColor { border: 1px solid #704856; }

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

This div border color is #704856.


Opacity

.myOpacity80 { color: #704856; opacity: 0.8; }

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

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

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

This text has shadow with #704856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704856 on black background.


Color preview on white background

This text has color #704856 on white background.



Black color preview on #704856 background

This text has black color on #704856 background.


White color preview on #704856 background

This text has white color on #704856 background.