COLOR #703A59

HEX: #703A59
RGB: (112,58,89)

Color info

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

RGB color model

#703A59 color RGB value is (112,58,89).

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

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 89 of 255 = 35%

112
58
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 89 = 259 (100%)
R 112 of 259 ~ 43.24%
G 58 of 259 ~ 22.39%
B 89 of 259 ~ 34.36%

%43.24
%22.39
%34.36

CMYK color model

#703A59 color CMYK value is (0,48,21,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(0,48,21,56)
C0M48Y21K56 
(0%,48%,21%,56%)
(0.00/0.48/0.21/0.56)	

CMYK percentages

%0
%48.21
%20.54
%56.08

Codes

Color #703A59 in popluar color models

703A59
RGB1125889
HSL326°31.76%33.33%
HSB/HSV326°48.21%43.92%
CMYK0.00%48.21%20.54%
56.08%

Color #703A59 in popluar number systems.

HEX703A59
Decimal1125889
Binary11100001110101011001
Octal16072131

Shades and tints

Shades of #703A59

#703A59
(112,58,89)
#663551
(102,53,81)
#5C3049
(92,48,73)
#522B41
(82,43,65)
#482639
(72,38,57)
#3E2131
(62,33,49)
#341C29
(52,28,41)
#2A1721
(42,23,33)
#201219
(32,18,25)
#160D11
(22,13,17)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #703A59

#703A59
(112,58,89)
#7D4B68
(125,75,104)
#8A5C77
(138,92,119)
#976D86
(151,109,134)
#A47E95
(164,126,149)
#B18FA4
(177,143,164)
#BEA0B3
(190,160,179)
#CBB1C2
(203,177,194)
#D8C2D1
(216,194,209)
#E5D3E0
(229,211,224)
#F2E4EF
(242,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703A59; }

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

This text font color is #703A59.


Background Color

.myBgColor { background-color: #703A59; }

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

This div background color is #703A59.


Border color

.myBorderColor { border: 1px solid #703A59; }

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

This div border color is #703A59.


Opacity

.myOpacity80 { color: #703A59; opacity: 0.8; }

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

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

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

This text has shadow with #703A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A59 on black background.


Color preview on white background

This text has color #703A59 on white background.



Black color preview on #703A59 background

This text has black color on #703A59 background.


White color preview on #703A59 background

This text has white color on #703A59 background.