COLOR #703759

HEX: #703759
RGB: (112,55,89)

Color info

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

RGB color model

#703759 color RGB value is (112,55,89).

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

RGB channels and saturation

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

112
55
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 55 + 89 = 256 (100%)
R 112 of 256 ~ 43.75%
G 55 of 256 ~ 21.48%
B 89 of 256 ~ 34.77%

%43.75
%21.48
%34.77

CMYK color model

#703759 color CMYK value is (0,51,21,56).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(0,51,21,56)
C0M51Y21K56 
(0%,51%,21%,56%)
(0.00/0.51/0.21/0.56)	

CMYK percentages

%0
%50.89
%20.54
%56.08

Codes

Color #703759 in popluar color models

703759
RGB1125589
HSL324°34.13%32.75%
HSB/HSV324°50.89%43.92%
CMYK0.00%50.89%20.54%
56.08%

Color #703759 in popluar number systems.

HEX703759
Decimal1125589
Binary11100001101111011001
Octal16067131

Shades and tints

Shades of #703759

#703759
(112,55,89)
#663251
(102,50,81)
#5C2D49
(92,45,73)
#522841
(82,40,65)
#482339
(72,35,57)
#3E1E31
(62,30,49)
#341929
(52,25,41)
#2A1421
(42,20,33)
#200F19
(32,15,25)
#160A11
(22,10,17)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #703759

#703759
(112,55,89)
#7D4968
(125,73,104)
#8A5B77
(138,91,119)
#976D86
(151,109,134)
#A47F95
(164,127,149)
#B191A4
(177,145,164)
#BEA3B3
(190,163,179)
#CBB5C2
(203,181,194)
#D8C7D1
(216,199,209)
#E5D9E0
(229,217,224)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703759; }

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

This text font color is #703759.


Background Color

.myBgColor { background-color: #703759; }

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

This div background color is #703759.


Border color

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

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

This div border color is #703759.


Opacity

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

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

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

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

This text has shadow with #703759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703759 on black background.


Color preview on white background

This text has color #703759 on white background.



Black color preview on #703759 background

This text has black color on #703759 background.


White color preview on #703759 background

This text has white color on #703759 background.