COLOR #703A66

HEX: #703A66 RGB: (112,58,102)

Color info

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

RGB color model

#703A66 color RGB value is (112,58,102).

RGB: (112,58,102) (44%, 23%, 40%)

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 102 of 255 = 40%

112
58
102

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

Portions of RGB colors in percentages

R + G + B = 112 + 58 + 102 = 272 (100%)
R 112 of 272 ~ 41.18%
G 58 of 272 ~ 21.32%
B 102 of 272 ~ 37.5'%

%41.18
%21.32
%37.5

CMYK color model

#703A66 color CMYK value is (0,48,9,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 8.93%
  • key color value is 56.08%

CMYK: (0,48,9,56)
C0M48Y9K56 (0%, 48%, 9%, 56%)
(0.00 / 0.48 / 0.09 / 0.56)

CMYK percentages

%0
%48.21
%8.93
%56.08

Codes

Color #703A66 in popluar color models

70 3A 66
RGB 112 58 102
HSL 311° 31.76% 33.33%
HSB/HSV 311° 48.21% 43.92%
CMYK 0.00% 48.21% 8.93%
56.08%

Color #703A66 in popluar number systems.

HEX 70 3A 66
Decimal 112 58 102
Binary 1110000 111010 1100110
Octal 160 72 146

Shades and tints

Shades of #703A66

#703A66
(112,58,102)
#66355D
(102,53,93)
#5C3054
(92,48,84)
#522B4B
(82,43,75)
#482642
(72,38,66)
#3E2139
(62,33,57)
#341C30
(52,28,48)
#2A1727
(42,23,39)
#20121E
(32,18,30)
#160D15
(22,13,21)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #703A66

#703A66
(112,58,102)
#7D4B73
(125,75,115)
#8A5C80
(138,92,128)
#976D8D
(151,109,141)
#A47E9A
(164,126,154)
#B18FA7
(177,143,167)
#BEA0B4
(190,160,180)
#CBB1C1
(203,177,193)
#D8C2CE
(216,194,206)
#E5D3DB
(229,211,219)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703A66; }

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

This text font color is #703A66.

Background Color

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

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

This div background color is #703A66.

Border color

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

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

This div border color is #703A66.

Opacity

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

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

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

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

This text has shadow with #703A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703A66.

Preview

Color preview on black background

This text has color #703A66 on black background.


Color preview on white background

This text has color #703A66 on white background.


Black color preview on #703A66 background

This text has black color on #703A66 background.


White color preview on #703A66 background

This text has white color on #703A66 background.


Related colors

Complementary color

Complementary color for #hex is #8FC599.


I love getcolorcode.com

Triadic colors

1 #66703A and #3A6670 with #703A66 are triadic colors.

2 #663A70 and #3A7066 with #703A66 are triadic colors.