COLOR #703C4E

HEX: #703C4E
RGB: (112,60,78)

Color info

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

RGB color model

#703C4E color RGB value is (112,60,78).

  • red value is 112;
  • green value is 60;
  • blue value is 78.
RGB:
(112,60,78)
(44%,24%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 60 of 255 = 24%
B 78 of 255 = 31%

112
60
78

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

Portions of RGB colors in percentages

R + G + B =
112 + 60 + 78 = 250 (100%)
R 112 of 250 ~ 44.8%
G 60 of 250 ~ 24%
B 78 of 250 ~ 31.2%

%44.8
%24
%31.2

CMYK color model

#703C4E color CMYK value is (0,46,30,56).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 30.36%
  • key color value is 56.08%
CMYK:
(0,46,30,56)
C0M46Y30K56 
(0%,46%,30%,56%)
(0.00/0.46/0.30/0.56)	

CMYK percentages

%0
%46.43
%30.36
%56.08

Codes

Color #703C4E in popluar color models

703C4E
RGB1126078
HSL339°30.23%33.73%
HSB/HSV339°46.43%43.92%
CMYK0.00%46.43%30.36%
56.08%

Color #703C4E in popluar number systems.

HEX703C4E
Decimal1126078
Binary11100001111001001110
Octal16074116

Shades and tints

Shades of #703C4E

#703C4E
(112,60,78)
#663747
(102,55,71)
#5C3240
(92,50,64)
#522D39
(82,45,57)
#482832
(72,40,50)
#3E232B
(62,35,43)
#341E24
(52,30,36)
#2A191D
(42,25,29)
#201416
(32,20,22)
#160F0F
(22,15,15)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #703C4E

#703C4E
(112,60,78)
#7D4D5E
(125,77,94)
#8A5E6E
(138,94,110)
#976F7E
(151,111,126)
#A4808E
(164,128,142)
#B1919E
(177,145,158)
#BEA2AE
(190,162,174)
#CBB3BE
(203,179,190)
#D8C4CE
(216,196,206)
#E5D5DE
(229,213,222)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703C4E; }

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

This text font color is #703C4E.


Background Color

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

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

This div background color is #703C4E.


Border color

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

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

This div border color is #703C4E.


Opacity

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

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

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

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

This text has shadow with #703C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703C4E on black background.


Color preview on white background

This text has color #703C4E on white background.



Black color preview on #703C4E background

This text has black color on #703C4E background.


White color preview on #703C4E background

This text has white color on #703C4E background.