COLOR #703663

HEX: #703663
RGB: (112,54,99)

Color info

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

RGB color model

#703663 color RGB value is (112,54,99).

  • red value is 112;
  • green value is 54;
  • blue value is 99.
RGB:
(112,54,99)
(44%,21%,39%)

RGB channels and saturation

R 112 of 255 = 44%
G 54 of 255 = 21%
B 99 of 255 = 39%

112
54
99

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

Portions of RGB colors in percentages

R + G + B =
112 + 54 + 99 = 265 (100%)
R 112 of 265 ~ 42.26%
G 54 of 265 ~ 20.38%
B 99 of 265 ~ 37.36%

%42.26
%20.38
%37.36

CMYK color model

#703663 color CMYK value is (0,52,12,56).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(0,52,12,56)
C0M52Y12K56 
(0%,52%,12%,56%)
(0.00/0.52/0.12/0.56)	

CMYK percentages

%0
%51.79
%11.61
%56.08

Codes

Color #703663 in popluar color models

703663
RGB1125499
HSL313°34.94%32.55%
HSB/HSV313°51.79%43.92%
CMYK0.00%51.79%11.61%
56.08%

Color #703663 in popluar number systems.

HEX703663
Decimal1125499
Binary11100001101101100011
Octal16066143

Shades and tints

Shades of #703663

#703663
(112,54,99)
#66325A
(102,50,90)
#5C2E51
(92,46,81)
#522A48
(82,42,72)
#48263F
(72,38,63)
#3E2236
(62,34,54)
#341E2D
(52,30,45)
#2A1A24
(42,26,36)
#20161B
(32,22,27)
#161212
(22,18,18)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #703663

#703663
(112,54,99)
#7D4871
(125,72,113)
#8A5A7F
(138,90,127)
#976C8D
(151,108,141)
#A47E9B
(164,126,155)
#B190A9
(177,144,169)
#BEA2B7
(190,162,183)
#CBB4C5
(203,180,197)
#D8C6D3
(216,198,211)
#E5D8E1
(229,216,225)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703663 color. Also use rgb(112,54,99) instead hex code.

Text Font Color

.myTextColor { color: #703663; }

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

This text font color is #703663.


Background Color

.myBgColor { background-color: #703663; }

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

This div background color is #703663.


Border color

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

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

This div border color is #703663.


Opacity

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

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

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

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

This text has shadow with #703663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703663 on black background.


Color preview on white background

This text has color #703663 on white background.



Black color preview on #703663 background

This text has black color on #703663 background.


White color preview on #703663 background

This text has white color on #703663 background.