COLOR #703951

HEX: #703951
RGB: (112,57,81)

Color info

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

RGB color model

#703951 color RGB value is (112,57,81).

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

RGB channels and saturation

R 112 of 255 = 44%
G 57 of 255 = 22%
B 81 of 255 = 32%

112
57
81

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

Portions of RGB colors in percentages

R + G + B =
112 + 57 + 81 = 250 (100%)
R 112 of 250 ~ 44.8%
G 57 of 250 ~ 22.8%
B 81 of 250 ~ 32.4%

%44.8
%22.8
%32.4

CMYK color model

#703951 color CMYK value is (0,49,28,56).

  • cyan value is 0.00%
  • magenta value is 49.11%
  • yellow value is 27.68%
  • key color value is 56.08%
CMYK:
(0,49,28,56)
C0M49Y28K56 
(0%,49%,28%,56%)
(0.00/0.49/0.28/0.56)	

CMYK percentages

%0
%49.11
%27.68
%56.08

Codes

Color #703951 in popluar color models

703951
RGB1125781
HSL334°32.54%33.14%
HSB/HSV334°49.11%43.92%
CMYK0.00%49.11%27.68%
56.08%

Color #703951 in popluar number systems.

HEX703951
Decimal1125781
Binary11100001110011010001
Octal16071121

Shades and tints

Shades of #703951

#703951
(112,57,81)
#66344A
(102,52,74)
#5C2F43
(92,47,67)
#522A3C
(82,42,60)
#482535
(72,37,53)
#3E202E
(62,32,46)
#341B27
(52,27,39)
#2A1620
(42,22,32)
#201119
(32,17,25)
#160C12
(22,12,18)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #703951

#703951
(112,57,81)
#7D4B60
(125,75,96)
#8A5D6F
(138,93,111)
#976F7E
(151,111,126)
#A4818D
(164,129,141)
#B1939C
(177,147,156)
#BEA5AB
(190,165,171)
#CBB7BA
(203,183,186)
#D8C9C9
(216,201,201)
#E5DBD8
(229,219,216)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703951; }

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

This text font color is #703951.


Background Color

.myBgColor { background-color: #703951; }

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

This div background color is #703951.


Border color

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

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

This div border color is #703951.


Opacity

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

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

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

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

This text has shadow with #703951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703951 on black background.


Color preview on white background

This text has color #703951 on white background.



Black color preview on #703951 background

This text has black color on #703951 background.


White color preview on #703951 background

This text has white color on #703951 background.