COLOR #703E61

HEX: #703E61
RGB: (112,62,97)

Color info

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

RGB color model

#703E61 color RGB value is (112,62,97).

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

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 97 of 255 = 38%

112
62
97

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

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 97 = 271 (100%)
R 112 of 271 ~ 41.33%
G 62 of 271 ~ 22.88%
B 97 of 271 ~ 35.79%

%41.33
%22.88
%35.79

CMYK color model

#703E61 color CMYK value is (0,45,13,56).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(0,45,13,56)
C0M45Y13K56 
(0%,45%,13%,56%)
(0.00/0.45/0.13/0.56)	

CMYK percentages

%0
%44.64
%13.39
%56.08

Codes

Color #703E61 in popluar color models

703E61
RGB1126297
HSL318°28.74%34.12%
HSB/HSV318°44.64%43.92%
CMYK0.00%44.64%13.39%
56.08%

Color #703E61 in popluar number systems.

HEX703E61
Decimal1126297
Binary11100001111101100001
Octal16076141

Shades and tints

Shades of #703E61

#703E61
(112,62,97)
#663959
(102,57,89)
#5C3451
(92,52,81)
#522F49
(82,47,73)
#482A41
(72,42,65)
#3E2539
(62,37,57)
#342031
(52,32,49)
#2A1B29
(42,27,41)
#201621
(32,22,33)
#161119
(22,17,25)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #703E61

#703E61
(112,62,97)
#7D4F6F
(125,79,111)
#8A607D
(138,96,125)
#97718B
(151,113,139)
#A48299
(164,130,153)
#B193A7
(177,147,167)
#BEA4B5
(190,164,181)
#CBB5C3
(203,181,195)
#D8C6D1
(216,198,209)
#E5D7DF
(229,215,223)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703E61; }

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

This text font color is #703E61.


Background Color

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

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

This div background color is #703E61.


Border color

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

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

This div border color is #703E61.


Opacity

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

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

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

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

This text has shadow with #703E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E61 on black background.


Color preview on white background

This text has color #703E61 on white background.



Black color preview on #703E61 background

This text has black color on #703E61 background.


White color preview on #703E61 background

This text has white color on #703E61 background.