COLOR #704156

HEX: #704156
RGB: (112,65,86)

Color info

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

RGB color model

#704156 color RGB value is (112,65,86).

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

RGB channels and saturation

R 112 of 255 = 44%
G 65 of 255 = 25%
B 86 of 255 = 34%

112
65
86

R + G + B ~ 34%. #704156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 65 + 86 = 263 (100%)
R 112 of 263 ~ 42.59%
G 65 of 263 ~ 24.71%
B 86 of 263 ~ 32.7%

%42.59
%24.71
%32.7

CMYK color model

#704156 color CMYK value is (0,42,23,56).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 23.21%
  • key color value is 56.08%
CMYK:
(0,42,23,56)
C0M42Y23K56 
(0%,42%,23%,56%)
(0.00/0.42/0.23/0.56)	

CMYK percentages

%0
%41.96
%23.21
%56.08

Codes

Color #704156 in popluar color models

704156
RGB1126586
HSL333°26.55%34.71%
HSB/HSV333°41.96%43.92%
CMYK0.00%41.96%23.21%
56.08%

Color #704156 in popluar number systems.

HEX704156
Decimal1126586
Binary111000010000011010110
Octal160101126

Shades and tints

Shades of #704156

#704156
(112,65,86)
#663C4F
(102,60,79)
#5C3748
(92,55,72)
#523241
(82,50,65)
#482D3A
(72,45,58)
#3E2833
(62,40,51)
#34232C
(52,35,44)
#2A1E25
(42,30,37)
#20191E
(32,25,30)
#161417
(22,20,23)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #704156

#704156
(112,65,86)
#7D5265
(125,82,101)
#8A6374
(138,99,116)
#977483
(151,116,131)
#A48592
(164,133,146)
#B196A1
(177,150,161)
#BEA7B0
(190,167,176)
#CBB8BF
(203,184,191)
#D8C9CE
(216,201,206)
#E5DADD
(229,218,221)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704156; }

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

This text font color is #704156.


Background Color

.myBgColor { background-color: #704156; }

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

This div background color is #704156.


Border color

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

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

This div border color is #704156.


Opacity

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

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

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

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

This text has shadow with #704156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704156 on black background.


Color preview on white background

This text has color #704156 on white background.



Black color preview on #704156 background

This text has black color on #704156 background.


White color preview on #704156 background

This text has white color on #704156 background.