COLOR #703353

HEX: #703353
RGB: (112,51,83)

Color info

#703353 contains mainly red and blue colors. Web safe color of #703353 is #663366 (or #636).

RGB color model

#703353 color RGB value is (112,51,83).

  • red value is 112;
  • green value is 51;
  • blue value is 83.
RGB:
(112,51,83)
(44%,20%,33%)

RGB channels and saturation

R 112 of 255 = 44%
G 51 of 255 = 20%
B 83 of 255 = 33%

112
51
83

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

Portions of RGB colors in percentages

R + G + B =
112 + 51 + 83 = 246 (100%)
R 112 of 246 ~ 45.53%
G 51 of 246 ~ 20.73%
B 83 of 246 ~ 33.74%

%45.53
%20.73
%33.74

CMYK color model

#703353 color CMYK value is (0,54,26,56).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(0,54,26,56)
C0M54Y26K56 
(0%,54%,26%,56%)
(0.00/0.54/0.26/0.56)	

CMYK percentages

%0
%54.46
%25.89
%56.08

Codes

Color #703353 in popluar color models

703353
RGB1125183
HSL329°37.42%31.96%
HSB/HSV329°54.46%43.92%
CMYK0.00%54.46%25.89%
56.08%

Color #703353 in popluar number systems.

HEX703353
Decimal1125183
Binary11100001100111010011
Octal16063123

Shades and tints

Shades of #703353

#703353
(112,51,83)
#662F4C
(102,47,76)
#5C2B45
(92,43,69)
#52273E
(82,39,62)
#482337
(72,35,55)
#3E1F30
(62,31,48)
#341B29
(52,27,41)
#2A1722
(42,23,34)
#20131B
(32,19,27)
#160F14
(22,15,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #703353

#703353
(112,51,83)
#7D4562
(125,69,98)
#8A5771
(138,87,113)
#976980
(151,105,128)
#A47B8F
(164,123,143)
#B18D9E
(177,141,158)
#BE9FAD
(190,159,173)
#CBB1BC
(203,177,188)
#D8C3CB
(216,195,203)
#E5D5DA
(229,213,218)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703353 color. Also use rgb(112,51,83) instead hex code.

Text Font Color

.myTextColor { color: #703353; }

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

This text font color is #703353.


Background Color

.myBgColor { background-color: #703353; }

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

This div background color is #703353.


Border color

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

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

This div border color is #703353.


Opacity

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

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

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

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

This text has shadow with #703353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703353 on black background.


Color preview on white background

This text has color #703353 on white background.



Black color preview on #703353 background

This text has black color on #703353 background.


White color preview on #703353 background

This text has white color on #703353 background.