COLOR #703549

HEX: #703549
RGB: (112,53,73)

Color info

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

RGB color model

#703549 color RGB value is (112,53,73).

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

RGB channels and saturation

R 112 of 255 = 44%
G 53 of 255 = 21%
B 73 of 255 = 29%

112
53
73

R + G + B ~ 31%. #703549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 53 + 73 = 238 (100%)
R 112 of 238 ~ 47.06%
G 53 of 238 ~ 22.27%
B 73 of 238 ~ 30.67%

%47.06
%22.27
%30.67

CMYK color model

#703549 color CMYK value is (0,53,35,56).

  • cyan value is 0.00%
  • magenta value is 52.68%
  • yellow value is 34.82%
  • key color value is 56.08%
CMYK:
(0,53,35,56)
C0M53Y35K56 
(0%,53%,35%,56%)
(0.00/0.53/0.35/0.56)	

CMYK percentages

%0
%52.68
%34.82
%56.08

Codes

Color #703549 in popluar color models

703549
RGB1125373
HSL340°35.76%32.35%
HSB/HSV340°52.68%43.92%
CMYK0.00%52.68%34.82%
56.08%

Color #703549 in popluar number systems.

HEX703549
Decimal1125373
Binary11100001101011001001
Octal16065111

Shades and tints

Shades of #703549

#703549
(112,53,73)
#663143
(102,49,67)
#5C2D3D
(92,45,61)
#522937
(82,41,55)
#482531
(72,37,49)
#3E212B
(62,33,43)
#341D25
(52,29,37)
#2A191F
(42,25,31)
#201519
(32,21,25)
#161113
(22,17,19)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #703549

#703549
(112,53,73)
#7D4759
(125,71,89)
#8A5969
(138,89,105)
#976B79
(151,107,121)
#A47D89
(164,125,137)
#B18F99
(177,143,153)
#BEA1A9
(190,161,169)
#CBB3B9
(203,179,185)
#D8C5C9
(216,197,201)
#E5D7D9
(229,215,217)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703549; }

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

This text font color is #703549.


Background Color

.myBgColor { background-color: #703549; }

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

This div background color is #703549.


Border color

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

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

This div border color is #703549.


Opacity

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

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

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

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

This text has shadow with #703549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703549 on black background.


Color preview on white background

This text has color #703549 on white background.



Black color preview on #703549 background

This text has black color on #703549 background.


White color preview on #703549 background

This text has white color on #703549 background.