COLOR #704055

HEX: #704055
RGB: (112,64,85)

Color info

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

RGB color model

#704055 color RGB value is (112,64,85).

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

RGB channels and saturation

R 112 of 255 = 44%
G 64 of 255 = 25%
B 85 of 255 = 33%

112
64
85

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

Portions of RGB colors in percentages

R + G + B =
112 + 64 + 85 = 261 (100%)
R 112 of 261 ~ 42.91%
G 64 of 261 ~ 24.52%
B 85 of 261 ~ 32.57%

%42.91
%24.52
%32.57

CMYK color model

#704055 color CMYK value is (0,43,24,56).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 24.11%
  • key color value is 56.08%
CMYK:
(0,43,24,56)
C0M43Y24K56 
(0%,43%,24%,56%)
(0.00/0.43/0.24/0.56)	

CMYK percentages

%0
%42.86
%24.11
%56.08

Codes

Color #704055 in popluar color models

704055
RGB1126485
HSL334°27.27%34.51%
HSB/HSV334°42.86%43.92%
CMYK0.00%42.86%24.11%
56.08%

Color #704055 in popluar number systems.

HEX704055
Decimal1126485
Binary111000010000001010101
Octal160100125

Shades and tints

Shades of #704055

#704055
(112,64,85)
#663B4E
(102,59,78)
#5C3647
(92,54,71)
#523140
(82,49,64)
#482C39
(72,44,57)
#3E2732
(62,39,50)
#34222B
(52,34,43)
#2A1D24
(42,29,36)
#20181D
(32,24,29)
#161316
(22,19,22)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #704055

#704055
(112,64,85)
#7D5164
(125,81,100)
#8A6273
(138,98,115)
#977382
(151,115,130)
#A48491
(164,132,145)
#B195A0
(177,149,160)
#BEA6AF
(190,166,175)
#CBB7BE
(203,183,190)
#D8C8CD
(216,200,205)
#E5D9DC
(229,217,220)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704055; }

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

This text font color is #704055.


Background Color

.myBgColor { background-color: #704055; }

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

This div background color is #704055.


Border color

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

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

This div border color is #704055.


Opacity

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

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

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

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

This text has shadow with #704055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704055 on black background.


Color preview on white background

This text has color #704055 on white background.



Black color preview on #704055 background

This text has black color on #704055 background.


White color preview on #704055 background

This text has white color on #704055 background.