COLOR #703441

HEX: #703441
RGB: (112,52,65)

Color info

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

RGB color model

#703441 color RGB value is (112,52,65).

  • red value is 112;
  • green value is 52;
  • blue value is 65.
RGB:
(112,52,65)
(44%,20%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 52 of 255 = 20%
B 65 of 255 = 25%

112
52
65

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

Portions of RGB colors in percentages

R + G + B =
112 + 52 + 65 = 229 (100%)
R 112 of 229 ~ 48.91%
G 52 of 229 ~ 22.71%
B 65 of 229 ~ 28.38%

%48.91
%22.71
%28.38

CMYK color model

#703441 color CMYK value is (0,54,42,56).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 41.96%
  • key color value is 56.08%
CMYK:
(0,54,42,56)
C0M54Y42K56 
(0%,54%,42%,56%)
(0.00/0.54/0.42/0.56)	

CMYK percentages

%0
%53.57
%41.96
%56.08

Codes

Color #703441 in popluar color models

703441
RGB1125265
HSL347°36.59%32.16%
HSB/HSV347°53.57%43.92%
CMYK0.00%53.57%41.96%
56.08%

Color #703441 in popluar number systems.

HEX703441
Decimal1125265
Binary11100001101001000001
Octal16064101

Shades and tints

Shades of #703441

#703441
(112,52,65)
#66303C
(102,48,60)
#5C2C37
(92,44,55)
#522832
(82,40,50)
#48242D
(72,36,45)
#3E2028
(62,32,40)
#341C23
(52,28,35)
#2A181E
(42,24,30)
#201419
(32,20,25)
#161014
(22,16,20)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #703441

#703441
(112,52,65)
#7D4652
(125,70,82)
#8A5863
(138,88,99)
#976A74
(151,106,116)
#A47C85
(164,124,133)
#B18E96
(177,142,150)
#BEA0A7
(190,160,167)
#CBB2B8
(203,178,184)
#D8C4C9
(216,196,201)
#E5D6DA
(229,214,218)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703441 color. Also use rgb(112,52,65) instead hex code.

Text Font Color

.myTextColor { color: #703441; }

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

This text font color is #703441.


Background Color

.myBgColor { background-color: #703441; }

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

This div background color is #703441.


Border color

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

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

This div border color is #703441.


Opacity

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

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

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

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

This text has shadow with #703441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703441 on black background.


Color preview on white background

This text has color #703441 on white background.



Black color preview on #703441 background

This text has black color on #703441 background.


White color preview on #703441 background

This text has white color on #703441 background.