COLOR #703741

HEX: #703741
RGB: (112,55,65)

Color info

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

RGB color model

#703741 color RGB value is (112,55,65).

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

RGB channels and saturation

R 112 of 255 = 44%
G 55 of 255 = 22%
B 65 of 255 = 25%

112
55
65

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

Portions of RGB colors in percentages

R + G + B =
112 + 55 + 65 = 232 (100%)
R 112 of 232 ~ 48.28%
G 55 of 232 ~ 23.71%
B 65 of 232 ~ 28.02%

%48.28
%23.71
%28.02

CMYK color model

#703741 color CMYK value is (0,51,42,56).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 41.96%
  • key color value is 56.08%
CMYK:
(0,51,42,56)
C0M51Y42K56 
(0%,51%,42%,56%)
(0.00/0.51/0.42/0.56)	

CMYK percentages

%0
%50.89
%41.96
%56.08

Codes

Color #703741 in popluar color models

703741
RGB1125565
HSL349°34.13%32.75%
HSB/HSV349°50.89%43.92%
CMYK0.00%50.89%41.96%
56.08%

Color #703741 in popluar number systems.

HEX703741
Decimal1125565
Binary11100001101111000001
Octal16067101

Shades and tints

Shades of #703741

#703741
(112,55,65)
#66323C
(102,50,60)
#5C2D37
(92,45,55)
#522832
(82,40,50)
#48232D
(72,35,45)
#3E1E28
(62,30,40)
#341923
(52,25,35)
#2A141E
(42,20,30)
#200F19
(32,15,25)
#160A14
(22,10,20)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #703741

#703741
(112,55,65)
#7D4952
(125,73,82)
#8A5B63
(138,91,99)
#976D74
(151,109,116)
#A47F85
(164,127,133)
#B19196
(177,145,150)
#BEA3A7
(190,163,167)
#CBB5B8
(203,181,184)
#D8C7C9
(216,199,201)
#E5D9DA
(229,217,218)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703741; }

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

This text font color is #703741.


Background Color

.myBgColor { background-color: #703741; }

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

This div background color is #703741.


Border color

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

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

This div border color is #703741.


Opacity

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

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

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

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

This text has shadow with #703741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703741 on black background.


Color preview on white background

This text has color #703741 on white background.



Black color preview on #703741 background

This text has black color on #703741 background.


White color preview on #703741 background

This text has white color on #703741 background.