COLOR #703A61

HEX: #703A61
RGB: (112,58,97)

Color info

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

RGB color model

#703A61 color RGB value is (112,58,97).

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

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 97 of 255 = 38%

112
58
97

R + G + B ~ 35%. #703A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 97 = 267 (100%)
R 112 of 267 ~ 41.95%
G 58 of 267 ~ 21.72%
B 97 of 267 ~ 36.33%

%41.95
%21.72
%36.33

CMYK color model

#703A61 color CMYK value is (0,48,13,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(0,48,13,56)
C0M48Y13K56 
(0%,48%,13%,56%)
(0.00/0.48/0.13/0.56)	

CMYK percentages

%0
%48.21
%13.39
%56.08

Codes

Color #703A61 in popluar color models

703A61
RGB1125897
HSL317°31.76%33.33%
HSB/HSV317°48.21%43.92%
CMYK0.00%48.21%13.39%
56.08%

Color #703A61 in popluar number systems.

HEX703A61
Decimal1125897
Binary11100001110101100001
Octal16072141

Shades and tints

Shades of #703A61

#703A61
(112,58,97)
#663559
(102,53,89)
#5C3051
(92,48,81)
#522B49
(82,43,73)
#482641
(72,38,65)
#3E2139
(62,33,57)
#341C31
(52,28,49)
#2A1729
(42,23,41)
#201221
(32,18,33)
#160D19
(22,13,25)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #703A61

#703A61
(112,58,97)
#7D4B6F
(125,75,111)
#8A5C7D
(138,92,125)
#976D8B
(151,109,139)
#A47E99
(164,126,153)
#B18FA7
(177,143,167)
#BEA0B5
(190,160,181)
#CBB1C3
(203,177,195)
#D8C2D1
(216,194,209)
#E5D3DF
(229,211,223)
#F2E4ED
(242,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703A61; }

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

This text font color is #703A61.


Background Color

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

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

This div background color is #703A61.


Border color

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

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

This div border color is #703A61.


Opacity

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

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

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

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

This text has shadow with #703A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A61 on black background.


Color preview on white background

This text has color #703A61 on white background.



Black color preview on #703A61 background

This text has black color on #703A61 background.


White color preview on #703A61 background

This text has white color on #703A61 background.