COLOR #703749

HEX: #703749
RGB: (112,55,73)

Color info

#703749 contains red, green and blue colors in about the same proportion. Web safe color of #703749 is #663333 (or #633).

RGB color model

#703749 color RGB value is (112,55,73).

  • red value is 112;
  • green value is 55;
  • blue value is 73.
RGB:
(112,55,73)
(44%,22%,29%)

RGB channels and saturation

R 112 of 255 = 44%
G 55 of 255 = 22%
B 73 of 255 = 29%

112
55
73

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

Portions of RGB colors in percentages

R + G + B =
112 + 55 + 73 = 240 (100%)
R 112 of 240 ~ 46.67%
G 55 of 240 ~ 22.92%
B 73 of 240 ~ 30.42%

%46.67
%22.92
%30.42

CMYK color model

#703749 color CMYK value is (0,51,35,56).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 34.82%
  • key color value is 56.08%
CMYK:
(0,51,35,56)
C0M51Y35K56 
(0%,51%,35%,56%)
(0.00/0.51/0.35/0.56)	

CMYK percentages

%0
%50.89
%34.82
%56.08

Codes

Color #703749 in popluar color models

703749
RGB1125573
HSL341°34.13%32.75%
HSB/HSV341°50.89%43.92%
CMYK0.00%50.89%34.82%
56.08%

Color #703749 in popluar number systems.

HEX703749
Decimal1125573
Binary11100001101111001001
Octal16067111

Shades and tints

Shades of #703749

#703749
(112,55,73)
#663243
(102,50,67)
#5C2D3D
(92,45,61)
#522837
(82,40,55)
#482331
(72,35,49)
#3E1E2B
(62,30,43)
#341925
(52,25,37)
#2A141F
(42,20,31)
#200F19
(32,15,25)
#160A13
(22,10,19)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #703749

#703749
(112,55,73)
#7D4959
(125,73,89)
#8A5B69
(138,91,105)
#976D79
(151,109,121)
#A47F89
(164,127,137)
#B19199
(177,145,153)
#BEA3A9
(190,163,169)
#CBB5B9
(203,181,185)
#D8C7C9
(216,199,201)
#E5D9D9
(229,217,217)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703749 color. Also use rgb(112,55,73) instead hex code.

Text Font Color

.myTextColor { color: #703749; }

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

This text font color is #703749.


Background Color

.myBgColor { background-color: #703749; }

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

This div background color is #703749.


Border color

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

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

This div border color is #703749.


Opacity

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

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

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

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

This text has shadow with #703749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703749 on black background.


Color preview on white background

This text has color #703749 on white background.



Black color preview on #703749 background

This text has black color on #703749 background.


White color preview on #703749 background

This text has white color on #703749 background.