COLOR #703D4E

HEX: #703D4E
RGB: (112,61,78)

Color info

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

RGB color model

#703D4E color RGB value is (112,61,78).

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

RGB channels and saturation

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

112
61
78

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

Portions of RGB colors in percentages

R + G + B =
112 + 61 + 78 = 251 (100%)
R 112 of 251 ~ 44.62%
G 61 of 251 ~ 24.3%
B 78 of 251 ~ 31.08%

%44.62
%24.3
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.54%
  • 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
%45.54
%30.36
%56.08

Codes

Color #703D4E in popluar color models

703D4E
RGB1126178
HSL340°29.48%33.92%
HSB/HSV340°45.54%43.92%
CMYK0.00%45.54%30.36%
56.08%

Color #703D4E in popluar number systems.

HEX703D4E
Decimal1126178
Binary11100001111011001110
Octal16075116

Shades and tints

Shades of #703D4E

#703D4E
(112,61,78)
#663847
(102,56,71)
#5C3340
(92,51,64)
#522E39
(82,46,57)
#482932
(72,41,50)
#3E242B
(62,36,43)
#341F24
(52,31,36)
#2A1A1D
(42,26,29)
#201516
(32,21,22)
#16100F
(22,16,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #703D4E

#703D4E
(112,61,78)
#7D4E5E
(125,78,94)
#8A5F6E
(138,95,110)
#97707E
(151,112,126)
#A4818E
(164,129,142)
#B1929E
(177,146,158)
#BEA3AE
(190,163,174)
#CBB4BE
(203,180,190)
#D8C5CE
(216,197,206)
#E5D6DE
(229,214,222)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703D4E; }

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

This text font color is #703D4E.


Background Color

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

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

This div background color is #703D4E.


Border color

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

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

This div border color is #703D4E.


Opacity

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

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

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

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

This text has shadow with #703D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703D4E on black background.


Color preview on white background

This text has color #703D4E on white background.



Black color preview on #703D4E background

This text has black color on #703D4E background.


White color preview on #703D4E background

This text has white color on #703D4E background.