COLOR #703A50

HEX: #703A50 RGB: (112,58,80)

Color info

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

RGB color model

#703A50 color RGB value is (112,58,80).

RGB: (112,58,80) (44%, 23%, 31%)

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 80 of 255 = 31%

112
58
80

R + G + B ~ 33%. #703A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 58 + 80 = 250 (100%)
R 112 of 250 ~ 44.8%
G 58 of 250 ~ 23.2%
B 80 of 250 ~ 32'%

%44.8
%23.2
%32

CMYK color model

#703A50 color CMYK value is (0,48,29,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK: (0,48,29,56) C0M48Y29K56 (0%,48%,29%,56%) (0.00/0.48/0.29/0.56) 

CMYK percentages

%0
%48.21
%28.57
%56.08

Codes

Color #703A50 in popluar color models

70 3A 50
RGB 112 58 80
HSL 336° 31.76% 33.33%
HSB/HSV 336° 48.21% 43.92%
CMYK 0.00% 48.21% 28.57%
56.08%

Color #703A50 in popluar number systems.

HEX 70 3A 50
Decimal 112 58 80
Binary 1110000 111010 1010000
Octal 160 72 120

Shades and tints

Shades of #703A50

#703A50
(112,58,80)
#663549
(102,53,73)
#5C3042
(92,48,66)
#522B3B
(82,43,59)
#482634
(72,38,52)
#3E212D
(62,33,45)
#341C26
(52,28,38)
#2A171F
(42,23,31)
#201218
(32,18,24)
#160D11
(22,13,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #703A50

#703A50
(112,58,80)
#7D4B5F
(125,75,95)
#8A5C6E
(138,92,110)
#976D7D
(151,109,125)
#A47E8C
(164,126,140)
#B18F9B
(177,143,155)
#BEA0AA
(190,160,170)
#CBB1B9
(203,177,185)
#D8C2C8
(216,194,200)
#E5D3D7
(229,211,215)
#F2E4E6
(242,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703A50; }

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

This text font color is #703A50.

Background Color

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

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

This div background color is #703A50.

Border color

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

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

This div border color is #703A50.

Opacity

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

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

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

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

This text has shadow with #703A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703A50.

Preview

Color preview on black background

This text has color #703A50 on black background.


Color preview on white background

This text has color #703A50 on white background.


Black color preview on #703A50 background

This text has black color on #703A50 background.


White color preview on #703A50 background

This text has white color on #703A50 background.


Related colors

Complementary color

Complementary color for #hex is #8FC5AF.


I love getcolorcode.com

Triadic colors

1 #50703A and #3A5070 with #703A50 are triadic colors.

2 #503A70 and #3A7050 with #703A50 are triadic colors.