COLOR #703A6B

HEX: #703A6B
RGB: (112,58,107)

Color info

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

RGB color model

#703A6B color RGB value is (112,58,107).

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

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 107 of 255 = 42%

112
58
107

R + G + B ~ 36%. #703A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 107 = 277 (100%)
R 112 of 277 ~ 40.43%
G 58 of 277 ~ 20.94%
B 107 of 277 ~ 38.63%

%40.43
%20.94
%38.63

CMYK color model

#703A6B color CMYK value is (0,48,4,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK:
(0,48,4,56)
C0M48Y4K56 
(0%,48%,4%,56%)
(0.00/0.48/0.04/0.56)	

CMYK percentages

%0
%48.21
%4.46
%56.08

Codes

Color #703A6B in popluar color models

703A6B
RGB11258107
HSL306°31.76%33.33%
HSB/HSV306°48.21%43.92%
CMYK0.00%48.21%4.46%
56.08%

Color #703A6B in popluar number systems.

HEX703A6B
Decimal11258107
Binary11100001110101101011
Octal16072153

Shades and tints

Shades of #703A6B

#703A6B
(112,58,107)
#663562
(102,53,98)
#5C3059
(92,48,89)
#522B50
(82,43,80)
#482647
(72,38,71)
#3E213E
(62,33,62)
#341C35
(52,28,53)
#2A172C
(42,23,44)
#201223
(32,18,35)
#160D1A
(22,13,26)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #703A6B

#703A6B
(112,58,107)
#7D4B78
(125,75,120)
#8A5C85
(138,92,133)
#976D92
(151,109,146)
#A47E9F
(164,126,159)
#B18FAC
(177,143,172)
#BEA0B9
(190,160,185)
#CBB1C6
(203,177,198)
#D8C2D3
(216,194,211)
#E5D3E0
(229,211,224)
#F2E4ED
(242,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703A6B; }

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

This text font color is #703A6B.


Background Color

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

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

This div background color is #703A6B.


Border color

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

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

This div border color is #703A6B.


Opacity

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

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

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

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

This text has shadow with #703A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A6B on black background.


Color preview on white background

This text has color #703A6B on white background.



Black color preview on #703A6B background

This text has black color on #703A6B background.


White color preview on #703A6B background

This text has white color on #703A6B background.