COLOR #703E46

HEX: #703E46
RGB: (112,62,70)

Color info

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

RGB color model

#703E46 color RGB value is (112,62,70).

  • red value is 112;
  • green value is 62;
  • blue value is 70.
RGB:
(112,62,70)
(44%,24%,27%)

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 70 of 255 = 27%

112
62
70

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

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 70 = 244 (100%)
R 112 of 244 ~ 45.9%
G 62 of 244 ~ 25.41%
B 70 of 244 ~ 28.69%

%45.9
%25.41
%28.69

CMYK color model

#703E46 color CMYK value is (0,45,38,56).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 37.50%
  • key color value is 56.08%
CMYK:
(0,45,38,56)
C0M45Y38K56 
(0%,45%,38%,56%)
(0.00/0.45/0.38/0.56)	

CMYK percentages

%0
%44.64
%37.5
%56.08

Codes

Color #703E46 in popluar color models

703E46
RGB1126270
HSL350°28.74%34.12%
HSB/HSV350°44.64%43.92%
CMYK0.00%44.64%37.50%
56.08%

Color #703E46 in popluar number systems.

HEX703E46
Decimal1126270
Binary11100001111101000110
Octal16076106

Shades and tints

Shades of #703E46

#703E46
(112,62,70)
#663940
(102,57,64)
#5C343A
(92,52,58)
#522F34
(82,47,52)
#482A2E
(72,42,46)
#3E2528
(62,37,40)
#342022
(52,32,34)
#2A1B1C
(42,27,28)
#201616
(32,22,22)
#161110
(22,17,16)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #703E46

#703E46
(112,62,70)
#7D4F56
(125,79,86)
#8A6066
(138,96,102)
#977176
(151,113,118)
#A48286
(164,130,134)
#B19396
(177,147,150)
#BEA4A6
(190,164,166)
#CBB5B6
(203,181,182)
#D8C6C6
(216,198,198)
#E5D7D6
(229,215,214)
#F2E8E6
(242,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703E46 color. Also use rgb(112,62,70) instead hex code.

Text Font Color

.myTextColor { color: #703E46; }

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

This text font color is #703E46.


Background Color

.myBgColor { background-color: #703E46; }

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

This div background color is #703E46.


Border color

.myBorderColor { border: 1px solid #703E46; }

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

This div border color is #703E46.


Opacity

.myOpacity80 { color: #703E46; opacity: 0.8; }

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

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

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

This text has shadow with #703E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E46 on black background.


Color preview on white background

This text has color #703E46 on white background.



Black color preview on #703E46 background

This text has black color on #703E46 background.


White color preview on #703E46 background

This text has white color on #703E46 background.