COLOR #703359

HEX: #703359
RGB: (112,51,89)

Color info

#703359 contains mainly red and blue colors. Web safe color of #703359 is #663366 (or #636).

RGB color model

#703359 color RGB value is (112,51,89).

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

RGB channels and saturation

R 112 of 255 = 44%
G 51 of 255 = 20%
B 89 of 255 = 35%

112
51
89

R + G + B ~ 33%. #703359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 51 + 89 = 252 (100%)
R 112 of 252 ~ 44.44%
G 51 of 252 ~ 20.24%
B 89 of 252 ~ 35.32%

%44.44
%20.24
%35.32

CMYK color model

#703359 color CMYK value is (0,54,21,56).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(0,54,21,56)
C0M54Y21K56 
(0%,54%,21%,56%)
(0.00/0.54/0.21/0.56)	

CMYK percentages

%0
%54.46
%20.54
%56.08

Codes

Color #703359 in popluar color models

703359
RGB1125189
HSL323°37.42%31.96%
HSB/HSV323°54.46%43.92%
CMYK0.00%54.46%20.54%
56.08%

Color #703359 in popluar number systems.

HEX703359
Decimal1125189
Binary11100001100111011001
Octal16063131

Shades and tints

Shades of #703359

#703359
(112,51,89)
#662F51
(102,47,81)
#5C2B49
(92,43,73)
#522741
(82,39,65)
#482339
(72,35,57)
#3E1F31
(62,31,49)
#341B29
(52,27,41)
#2A1721
(42,23,33)
#201319
(32,19,25)
#160F11
(22,15,17)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #703359

#703359
(112,51,89)
#7D4568
(125,69,104)
#8A5777
(138,87,119)
#976986
(151,105,134)
#A47B95
(164,123,149)
#B18DA4
(177,141,164)
#BE9FB3
(190,159,179)
#CBB1C2
(203,177,194)
#D8C3D1
(216,195,209)
#E5D5E0
(229,213,224)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703359; }

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

This text font color is #703359.


Background Color

.myBgColor { background-color: #703359; }

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

This div background color is #703359.


Border color

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

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

This div border color is #703359.


Opacity

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

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

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

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

This text has shadow with #703359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703359 on black background.


Color preview on white background

This text has color #703359 on white background.



Black color preview on #703359 background

This text has black color on #703359 background.


White color preview on #703359 background

This text has white color on #703359 background.