COLOR #703344

HEX: #703344
RGB: (112,51,68)

Color info

#703344 contains mainly red and blue colors. Web safe color of #703344 is #663333 (or #633).

RGB color model

#703344 color RGB value is (112,51,68).

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

RGB channels and saturation

R 112 of 255 = 44%
G 51 of 255 = 20%
B 68 of 255 = 27%

112
51
68

R + G + B ~ 30%. #703344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 51 + 68 = 231 (100%)
R 112 of 231 ~ 48.48%
G 51 of 231 ~ 22.08%
B 68 of 231 ~ 29.44%

%48.48
%22.08
%29.44

CMYK color model

#703344 color CMYK value is (0,54,39,56).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 39.29%
  • key color value is 56.08%
CMYK:
(0,54,39,56)
C0M54Y39K56 
(0%,54%,39%,56%)
(0.00/0.54/0.39/0.56)	

CMYK percentages

%0
%54.46
%39.29
%56.08

Codes

Color #703344 in popluar color models

703344
RGB1125168
HSL343°37.42%31.96%
HSB/HSV343°54.46%43.92%
CMYK0.00%54.46%39.29%
56.08%

Color #703344 in popluar number systems.

HEX703344
Decimal1125168
Binary11100001100111000100
Octal16063104

Shades and tints

Shades of #703344

#703344
(112,51,68)
#662F3E
(102,47,62)
#5C2B38
(92,43,56)
#522732
(82,39,50)
#48232C
(72,35,44)
#3E1F26
(62,31,38)
#341B20
(52,27,32)
#2A171A
(42,23,26)
#201314
(32,19,20)
#160F0E
(22,15,14)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #703344

#703344
(112,51,68)
#7D4555
(125,69,85)
#8A5766
(138,87,102)
#976977
(151,105,119)
#A47B88
(164,123,136)
#B18D99
(177,141,153)
#BE9FAA
(190,159,170)
#CBB1BB
(203,177,187)
#D8C3CC
(216,195,204)
#E5D5DD
(229,213,221)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703344; }

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

This text font color is #703344.


Background Color

.myBgColor { background-color: #703344; }

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

This div background color is #703344.


Border color

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

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

This div border color is #703344.


Opacity

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

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

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

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

This text has shadow with #703344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703344 on black background.


Color preview on white background

This text has color #703344 on white background.



Black color preview on #703344 background

This text has black color on #703344 background.


White color preview on #703344 background

This text has white color on #703344 background.