COLOR #704855

HEX: #704855
RGB: (112,72,85)

Color info

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

RGB color model

#704855 color RGB value is (112,72,85).

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

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 85 of 255 = 33%

112
72
85

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

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 85 = 269 (100%)
R 112 of 269 ~ 41.64%
G 72 of 269 ~ 26.77%
B 85 of 269 ~ 31.6%

%41.64
%26.77
%31.6

CMYK color model

#704855 color CMYK value is (0,36,24,56).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 24.11%
  • key color value is 56.08%
CMYK:
(0,36,24,56)
C0M36Y24K56 
(0%,36%,24%,56%)
(0.00/0.36/0.24/0.56)	

CMYK percentages

%0
%35.71
%24.11
%56.08

Codes

Color #704855 in popluar color models

704855
RGB1127285
HSL341°21.74%36.08%
HSB/HSV341°35.71%43.92%
CMYK0.00%35.71%24.11%
56.08%

Color #704855 in popluar number systems.

HEX704855
Decimal1127285
Binary111000010010001010101
Octal160110125

Shades and tints

Shades of #704855

#704855
(112,72,85)
#66424E
(102,66,78)
#5C3C47
(92,60,71)
#523640
(82,54,64)
#483039
(72,48,57)
#3E2A32
(62,42,50)
#34242B
(52,36,43)
#2A1E24
(42,30,36)
#20181D
(32,24,29)
#161216
(22,18,22)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #704855

#704855
(112,72,85)
#7D5864
(125,88,100)
#8A6873
(138,104,115)
#977882
(151,120,130)
#A48891
(164,136,145)
#B198A0
(177,152,160)
#BEA8AF
(190,168,175)
#CBB8BE
(203,184,190)
#D8C8CD
(216,200,205)
#E5D8DC
(229,216,220)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704855; }

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

This text font color is #704855.


Background Color

.myBgColor { background-color: #704855; }

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

This div background color is #704855.


Border color

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

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

This div border color is #704855.


Opacity

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

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

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

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

This text has shadow with #704855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704855 on black background.


Color preview on white background

This text has color #704855 on white background.



Black color preview on #704855 background

This text has black color on #704855 background.


White color preview on #704855 background

This text has white color on #704855 background.