COLOR #703D5D

HEX: #703D5D RGB: (112,61,93)

Color info

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

RGB color model

#703D5D color RGB value is (112,61,93).

RGB: (112,61,93) (44%, 24%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 61 of 255 = 24%
B 93 of 255 = 36%

112
61
93

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

Portions of RGB colors in percentages

R + G + B = 112 + 61 + 93 = 266 (100%)
R 112 of 266 ~ 42.11%
G 61 of 266 ~ 22.93%
B 93 of 266 ~ 34.96'%

%42.11
%22.93
%34.96

CMYK color model

#703D5D color CMYK value is (0,46,17,56).

  • cyan value is 0.00%
  • magenta value is 45.54%
  • yellow value is 16.96%
  • key color value is 56.08%

CMYK: (0,46,17,56)
C0M46Y17K56 (0%, 46%, 17%, 56%)
(0.00 / 0.46 / 0.17 / 0.56)

CMYK percentages

%0
%45.54
%16.96
%56.08

Codes

Color #703D5D in popluar color models

70 3D 5D
RGB 112 61 93
HSL 322° 29.48% 33.92%
HSB/HSV 322° 45.54% 43.92%
CMYK 0.00% 45.54% 16.96%
56.08%

Color #703D5D in popluar number systems.

HEX 70 3D 5D
Decimal 112 61 93
Binary 1110000 111101 1011101
Octal 160 75 135

Shades and tints

Shades of #703D5D

#703D5D
(112,61,93)
#663855
(102,56,85)
#5C334D
(92,51,77)
#522E45
(82,46,69)
#48293D
(72,41,61)
#3E2435
(62,36,53)
#341F2D
(52,31,45)
#2A1A25
(42,26,37)
#20151D
(32,21,29)
#161015
(22,16,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #703D5D

#703D5D
(112,61,93)
#7D4E6B
(125,78,107)
#8A5F79
(138,95,121)
#977087
(151,112,135)
#A48195
(164,129,149)
#B192A3
(177,146,163)
#BEA3B1
(190,163,177)
#CBB4BF
(203,180,191)
#D8C5CD
(216,197,205)
#E5D6DB
(229,214,219)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703D5D color. Also use rgb(112,61,93) instead hex code.

Text Font Color

.myTextColor { color: #703D5D; }

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

This text font color is #703D5D.

Background Color

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

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

This div background color is #703D5D.

Border color

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

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

This div border color is #703D5D.

Opacity

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

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

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

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

This text has shadow with #703D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703D5D.

Preview

Color preview on black background

This text has color #703D5D on black background.


Color preview on white background

This text has color #703D5D on white background.


Black color preview on #703D5D background

This text has black color on #703D5D background.


White color preview on #703D5D background

This text has white color on #703D5D background.


Related colors

Complementary color

Complementary color for #hex is #8FC2A2.


I love getcolorcode.com

Triadic colors

1 #5D703D and #3D5D70 with #703D5D are triadic colors.

2 #5D3D70 and #3D705D with #703D5D are triadic colors.