COLOR #703B4E

HEX: #703B4E RGB: (112,59,78)

Color info

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

RGB color model

#703B4E color RGB value is (112,59,78).

RGB: (112,59,78) (44%, 23%, 31%)

RGB channels and saturation

R 112 of 255 = 44%
G 59 of 255 = 23%
B 78 of 255 = 31%

112
59
78

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

Portions of RGB colors in percentages

R + G + B = 112 + 59 + 78 = 249 (100%)
R 112 of 249 ~ 44.98%
G 59 of 249 ~ 23.69%
B 78 of 249 ~ 31.33'%

%44.98
%23.69
%31.33

CMYK color model

#703B4E color CMYK value is (0,47,30,56).

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

CMYK: (0,47,30,56)
C0M47Y30K56 (0%, 47%, 30%, 56%)
(0.00 / 0.47 / 0.30 / 0.56)

CMYK percentages

%0
%47.32
%30.36
%56.08

Codes

Color #703B4E in popluar color models

70 3B 4E
RGB 112 59 78
HSL 338° 30.99% 33.53%
HSB/HSV 338° 47.32% 43.92%
CMYK 0.00% 47.32% 30.36%
56.08%

Color #703B4E in popluar number systems.

HEX 70 3B 4E
Decimal 112 59 78
Binary 1110000 111011 1001110
Octal 160 73 116

Shades and tints

Shades of #703B4E

#703B4E
(112,59,78)
#663647
(102,54,71)
#5C3140
(92,49,64)
#522C39
(82,44,57)
#482732
(72,39,50)
#3E222B
(62,34,43)
#341D24
(52,29,36)
#2A181D
(42,24,29)
#201316
(32,19,22)
#160E0F
(22,14,15)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #703B4E

#703B4E
(112,59,78)
#7D4C5E
(125,76,94)
#8A5D6E
(138,93,110)
#976E7E
(151,110,126)
#A47F8E
(164,127,142)
#B1909E
(177,144,158)
#BEA1AE
(190,161,174)
#CBB2BE
(203,178,190)
#D8C3CE
(216,195,206)
#E5D4DE
(229,212,222)
#F2E5EE
(242,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703B4E; }

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

This text font color is #703B4E.

Background Color

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

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

This div background color is #703B4E.

Border color

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

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

This div border color is #703B4E.

Opacity

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

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

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

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

This text has shadow with #703B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703B4E.

Preview

Color preview on black background

This text has color #703B4E on black background.


Color preview on white background

This text has color #703B4E on white background.


Black color preview on #703B4E background

This text has black color on #703B4E background.


White color preview on #703B4E background

This text has white color on #703B4E background.


Related colors

Complementary color

Complementary color for #hex is #8FC4B1.


I love getcolorcode.com

Triadic colors

1 #4E703B and #3B4E70 with #703B4E are triadic colors.

2 #4E3B70 and #3B704E with #703B4E are triadic colors.