COLOR #703742

HEX: #703742
RGB: (112,55,66)

Color info

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

RGB color model

#703742 color RGB value is (112,55,66).

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

RGB channels and saturation

R 112 of 255 = 44%
G 55 of 255 = 22%
B 66 of 255 = 26%

112
55
66

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

Portions of RGB colors in percentages

R + G + B =
112 + 55 + 66 = 233 (100%)
R 112 of 233 ~ 48.07%
G 55 of 233 ~ 23.61%
B 66 of 233 ~ 28.33%

%48.07
%23.61
%28.33

CMYK color model

#703742 color CMYK value is (0,51,41,56).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(0,51,41,56)
C0M51Y41K56 
(0%,51%,41%,56%)
(0.00/0.51/0.41/0.56)	

CMYK percentages

%0
%50.89
%41.07
%56.08

Codes

Color #703742 in popluar color models

703742
RGB1125566
HSL348°34.13%32.75%
HSB/HSV348°50.89%43.92%
CMYK0.00%50.89%41.07%
56.08%

Color #703742 in popluar number systems.

HEX703742
Decimal1125566
Binary11100001101111000010
Octal16067102

Shades and tints

Shades of #703742

#703742
(112,55,66)
#66323C
(102,50,60)
#5C2D36
(92,45,54)
#522830
(82,40,48)
#48232A
(72,35,42)
#3E1E24
(62,30,36)
#34191E
(52,25,30)
#2A1418
(42,20,24)
#200F12
(32,15,18)
#160A0C
(22,10,12)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #703742

#703742
(112,55,66)
#7D4953
(125,73,83)
#8A5B64
(138,91,100)
#976D75
(151,109,117)
#A47F86
(164,127,134)
#B19197
(177,145,151)
#BEA3A8
(190,163,168)
#CBB5B9
(203,181,185)
#D8C7CA
(216,199,202)
#E5D9DB
(229,217,219)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703742; }

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

This text font color is #703742.


Background Color

.myBgColor { background-color: #703742; }

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

This div background color is #703742.


Border color

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

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

This div border color is #703742.


Opacity

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

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

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

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

This text has shadow with #703742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703742 on black background.


Color preview on white background

This text has color #703742 on white background.



Black color preview on #703742 background

This text has black color on #703742 background.


White color preview on #703742 background

This text has white color on #703742 background.