COLOR #703B5F

HEX: #703B5F RGB: (112,59,95)

Color info

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

RGB color model

#703B5F color RGB value is (112,59,95).

RGB: (112,59,95) (44%, 23%, 37%)

RGB channels and saturation

R 112 of 255 = 44%
G 59 of 255 = 23%
B 95 of 255 = 37%

112
59
95

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

Portions of RGB colors in percentages

R + G + B = 112 + 59 + 95 = 266 (100%)
R 112 of 266 ~ 42.11%
G 59 of 266 ~ 22.18%
B 95 of 266 ~ 35.71'%

%42.11
%22.18
%35.71

CMYK color model

#703B5F color CMYK value is (0,47,15,56).

  • cyan value is 0.00%
  • magenta value is 47.32%
  • yellow value is 15.18%
  • key color value is 56.08%

CMYK: (0,47,15,56)
C0M47Y15K56 (0%, 47%, 15%, 56%)
(0.00 / 0.47 / 0.15 / 0.56)

CMYK percentages

%0
%47.32
%15.18
%56.08

Codes

Color #703B5F in popluar color models

70 3B 5F
RGB 112 59 95
HSL 319° 30.99% 33.53%
HSB/HSV 319° 47.32% 43.92%
CMYK 0.00% 47.32% 15.18%
56.08%

Color #703B5F in popluar number systems.

HEX 70 3B 5F
Decimal 112 59 95
Binary 1110000 111011 1011111
Octal 160 73 137

Shades and tints

Shades of #703B5F

#703B5F
(112,59,95)
#663657
(102,54,87)
#5C314F
(92,49,79)
#522C47
(82,44,71)
#48273F
(72,39,63)
#3E2237
(62,34,55)
#341D2F
(52,29,47)
#2A1827
(42,24,39)
#20131F
(32,19,31)
#160E17
(22,14,23)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #703B5F

#703B5F
(112,59,95)
#7D4C6D
(125,76,109)
#8A5D7B
(138,93,123)
#976E89
(151,110,137)
#A47F97
(164,127,151)
#B190A5
(177,144,165)
#BEA1B3
(190,161,179)
#CBB2C1
(203,178,193)
#D8C3CF
(216,195,207)
#E5D4DD
(229,212,221)
#F2E5EB
(242,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703B5F color. Also use rgb(112,59,95) instead hex code.

Text Font Color

.myTextColor { color: #703B5F; }

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

This text font color is #703B5F.

Background Color

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

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

This div background color is #703B5F.

Border color

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

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

This div border color is #703B5F.

Opacity

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

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

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

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

This text has shadow with #703B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703B5F.

Preview

Color preview on black background

This text has color #703B5F on black background.


Color preview on white background

This text has color #703B5F on white background.


Black color preview on #703B5F background

This text has black color on #703B5F background.


White color preview on #703B5F background

This text has white color on #703B5F background.


Related colors

Complementary color

Complementary color for #hex is #8FC4A0.


I love getcolorcode.com

Triadic colors

1 #5F703B and #3B5F70 with #703B5F are triadic colors.

2 #5F3B70 and #3B705F with #703B5F are triadic colors.