COLOR #703950

HEX: #703950
RGB: (112,57,80)

Color info

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

RGB color model

#703950 color RGB value is (112,57,80).

  • red value is 112;
  • green value is 57;
  • blue value is 80.
RGB:
(112,57,80)
(44%,22%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 57 of 255 = 22%
B 80 of 255 = 31%

112
57
80

R + G + B ~ 32%. #703950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 57 + 80 = 249 (100%)
R 112 of 249 ~ 44.98%
G 57 of 249 ~ 22.89%
B 80 of 249 ~ 32.13%

%44.98
%22.89
%32.13

CMYK color model

#703950 color CMYK value is (0,49,29,56).

  • cyan value is 0.00%
  • magenta value is 49.11%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(0,49,29,56)
C0M49Y29K56 
(0%,49%,29%,56%)
(0.00/0.49/0.29/0.56)	

CMYK percentages

%0
%49.11
%28.57
%56.08

Codes

Color #703950 in popluar color models

703950
RGB1125780
HSL335°32.54%33.14%
HSB/HSV335°49.11%43.92%
CMYK0.00%49.11%28.57%
56.08%

Color #703950 in popluar number systems.

HEX703950
Decimal1125780
Binary11100001110011010000
Octal16071120

Shades and tints

Shades of #703950

#703950
(112,57,80)
#663449
(102,52,73)
#5C2F42
(92,47,66)
#522A3B
(82,42,59)
#482534
(72,37,52)
#3E202D
(62,32,45)
#341B26
(52,27,38)
#2A161F
(42,22,31)
#201118
(32,17,24)
#160C11
(22,12,17)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #703950

#703950
(112,57,80)
#7D4B5F
(125,75,95)
#8A5D6E
(138,93,110)
#976F7D
(151,111,125)
#A4818C
(164,129,140)
#B1939B
(177,147,155)
#BEA5AA
(190,165,170)
#CBB7B9
(203,183,185)
#D8C9C8
(216,201,200)
#E5DBD7
(229,219,215)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703950 color. Also use rgb(112,57,80) instead hex code.

Text Font Color

.myTextColor { color: #703950; }

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

This text font color is #703950.


Background Color

.myBgColor { background-color: #703950; }

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

This div background color is #703950.


Border color

.myBorderColor { border: 1px solid #703950; }

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

This div border color is #703950.


Opacity

.myOpacity80 { color: #703950; opacity: 0.8; }

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

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

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

This text has shadow with #703950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703950 on black background.


Color preview on white background

This text has color #703950 on white background.



Black color preview on #703950 background

This text has black color on #703950 background.


White color preview on #703950 background

This text has white color on #703950 background.