COLOR #703F52

HEX: #703F52
RGB: (112,63,82)

Color info

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

RGB color model

#703F52 color RGB value is (112,63,82).

  • red value is 112;
  • green value is 63;
  • blue value is 82.
RGB:
(112,63,82)
(44%,25%,32%)

RGB channels and saturation

R 112 of 255 = 44%
G 63 of 255 = 25%
B 82 of 255 = 32%

112
63
82

R + G + B ~ 34%. #703F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 63 + 82 = 257 (100%)
R 112 of 257 ~ 43.58%
G 63 of 257 ~ 24.51%
B 82 of 257 ~ 31.91%

%43.58
%24.51
%31.91

CMYK color model

#703F52 color CMYK value is (0,44,27,56).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 26.79%
  • key color value is 56.08%
CMYK:
(0,44,27,56)
C0M44Y27K56 
(0%,44%,27%,56%)
(0.00/0.44/0.27/0.56)	

CMYK percentages

%0
%43.75
%26.79
%56.08

Codes

Color #703F52 in popluar color models

703F52
RGB1126382
HSL337°28.00%34.31%
HSB/HSV337°43.75%43.92%
CMYK0.00%43.75%26.79%
56.08%

Color #703F52 in popluar number systems.

HEX703F52
Decimal1126382
Binary11100001111111010010
Octal16077122

Shades and tints

Shades of #703F52

#703F52
(112,63,82)
#663A4B
(102,58,75)
#5C3544
(92,53,68)
#52303D
(82,48,61)
#482B36
(72,43,54)
#3E262F
(62,38,47)
#342128
(52,33,40)
#2A1C21
(42,28,33)
#20171A
(32,23,26)
#161213
(22,18,19)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #703F52

#703F52
(112,63,82)
#7D5061
(125,80,97)
#8A6170
(138,97,112)
#97727F
(151,114,127)
#A4838E
(164,131,142)
#B1949D
(177,148,157)
#BEA5AC
(190,165,172)
#CBB6BB
(203,182,187)
#D8C7CA
(216,199,202)
#E5D8D9
(229,216,217)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703F52 color. Also use rgb(112,63,82) instead hex code.

Text Font Color

.myTextColor { color: #703F52; }

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

This text font color is #703F52.


Background Color

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

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

This div background color is #703F52.


Border color

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

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

This div border color is #703F52.


Opacity

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

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

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

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

This text has shadow with #703F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703F52 on black background.


Color preview on white background

This text has color #703F52 on white background.



Black color preview on #703F52 background

This text has black color on #703F52 background.


White color preview on #703F52 background

This text has white color on #703F52 background.