COLOR #703462

HEX: #703462
RGB: (112,52,98)

Color info

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

RGB color model

#703462 color RGB value is (112,52,98).

  • red value is 112;
  • green value is 52;
  • blue value is 98.
RGB:
(112,52,98)
(44%,20%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 52 of 255 = 20%
B 98 of 255 = 38%

112
52
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 52 + 98 = 262 (100%)
R 112 of 262 ~ 42.75%
G 52 of 262 ~ 19.85%
B 98 of 262 ~ 37.4%

%42.75
%19.85
%37.4

CMYK color model

#703462 color CMYK value is (0,54,13,56).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 12.50%
  • key color value is 56.08%
CMYK:
(0,54,13,56)
C0M54Y13K56 
(0%,54%,13%,56%)
(0.00/0.54/0.13/0.56)	

CMYK percentages

%0
%53.57
%12.5
%56.08

Codes

Color #703462 in popluar color models

703462
RGB1125298
HSL314°36.59%32.16%
HSB/HSV314°53.57%43.92%
CMYK0.00%53.57%12.50%
56.08%

Color #703462 in popluar number systems.

HEX703462
Decimal1125298
Binary11100001101001100010
Octal16064142

Shades and tints

Shades of #703462

#703462
(112,52,98)
#66305A
(102,48,90)
#5C2C52
(92,44,82)
#52284A
(82,40,74)
#482442
(72,36,66)
#3E203A
(62,32,58)
#341C32
(52,28,50)
#2A182A
(42,24,42)
#201422
(32,20,34)
#16101A
(22,16,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #703462

#703462
(112,52,98)
#7D4670
(125,70,112)
#8A587E
(138,88,126)
#976A8C
(151,106,140)
#A47C9A
(164,124,154)
#B18EA8
(177,142,168)
#BEA0B6
(190,160,182)
#CBB2C4
(203,178,196)
#D8C4D2
(216,196,210)
#E5D6E0
(229,214,224)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703462 color. Also use rgb(112,52,98) instead hex code.

Text Font Color

.myTextColor { color: #703462; }

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

This text font color is #703462.


Background Color

.myBgColor { background-color: #703462; }

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

This div background color is #703462.


Border color

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

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

This div border color is #703462.


Opacity

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

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

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

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

This text has shadow with #703462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703462 on black background.


Color preview on white background

This text has color #703462 on white background.



Black color preview on #703462 background

This text has black color on #703462 background.


White color preview on #703462 background

This text has white color on #703462 background.