COLOR #703959

HEX: #703959
RGB: (112,57,89)

Color info

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

RGB color model

#703959 color RGB value is (112,57,89).

  • red value is 112;
  • green value is 57;
  • blue value is 89.
RGB:
(112,57,89)
(44%,22%,35%)

RGB channels and saturation

R 112 of 255 = 44%
G 57 of 255 = 22%
B 89 of 255 = 35%

112
57
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 57 + 89 = 258 (100%)
R 112 of 258 ~ 43.41%
G 57 of 258 ~ 22.09%
B 89 of 258 ~ 34.5%

%43.41
%22.09
%34.5

CMYK color model

#703959 color CMYK value is (0,49,21,56).

  • cyan value is 0.00%
  • magenta value is 49.11%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(0,49,21,56)
C0M49Y21K56 
(0%,49%,21%,56%)
(0.00/0.49/0.21/0.56)	

CMYK percentages

%0
%49.11
%20.54
%56.08

Codes

Color #703959 in popluar color models

703959
RGB1125789
HSL325°32.54%33.14%
HSB/HSV325°49.11%43.92%
CMYK0.00%49.11%20.54%
56.08%

Color #703959 in popluar number systems.

HEX703959
Decimal1125789
Binary11100001110011011001
Octal16071131

Shades and tints

Shades of #703959

#703959
(112,57,89)
#663451
(102,52,81)
#5C2F49
(92,47,73)
#522A41
(82,42,65)
#482539
(72,37,57)
#3E2031
(62,32,49)
#341B29
(52,27,41)
#2A1621
(42,22,33)
#201119
(32,17,25)
#160C11
(22,12,17)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #703959

#703959
(112,57,89)
#7D4B68
(125,75,104)
#8A5D77
(138,93,119)
#976F86
(151,111,134)
#A48195
(164,129,149)
#B193A4
(177,147,164)
#BEA5B3
(190,165,179)
#CBB7C2
(203,183,194)
#D8C9D1
(216,201,209)
#E5DBE0
(229,219,224)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703959 color. Also use rgb(112,57,89) instead hex code.

Text Font Color

.myTextColor { color: #703959; }

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

This text font color is #703959.


Background Color

.myBgColor { background-color: #703959; }

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

This div background color is #703959.


Border color

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

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

This div border color is #703959.


Opacity

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

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

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

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

This text has shadow with #703959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703959 on black background.


Color preview on white background

This text has color #703959 on white background.



Black color preview on #703959 background

This text has black color on #703959 background.


White color preview on #703959 background

This text has white color on #703959 background.