COLOR #703E24

HEX: #703E24
RGB: (112,62,36)

Color info

#703E24 contains mainly red and green colors. Web safe color of #703E24 is #663333 (or #633).

RGB color model

#703E24 color RGB value is (112,62,36).

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

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 36 of 255 = 14%

112
62
36

R + G + B ~ 27%. #703E24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 36 = 210 (100%)
R 112 of 210 ~ 53.33%
G 62 of 210 ~ 29.52%
B 36 of 210 ~ 17.14%

%53.33
%29.52
%17.14

CMYK color model

#703E24 color CMYK value is (0,45,68,56).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 67.86%
  • key color value is 56.08%
CMYK:
(0,45,68,56)
C0M45Y68K56 
(0%,45%,68%,56%)
(0.00/0.45/0.68/0.56)	

CMYK percentages

%0
%44.64
%67.86
%56.08

Codes

Color #703E24 in popluar color models

703E24
RGB1126236
HSL21°51.35%29.02%
HSB/HSV21°67.86%43.92%
CMYK0.00%44.64%67.86%
56.08%

Color #703E24 in popluar number systems.

HEX703E24
Decimal1126236
Binary1110000111110100100
Octal1607644

Shades and tints

Shades of #703E24

#703E24
(112,62,36)
#663921
(102,57,33)
#5C341E
(92,52,30)
#522F1B
(82,47,27)
#482A18
(72,42,24)
#3E2515
(62,37,21)
#342012
(52,32,18)
#2A1B0F
(42,27,15)
#20160C
(32,22,12)
#161109
(22,17,9)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #703E24

#703E24
(112,62,36)
#7D4F37
(125,79,55)
#8A604A
(138,96,74)
#97715D
(151,113,93)
#A48270
(164,130,112)
#B19383
(177,147,131)
#BEA496
(190,164,150)
#CBB5A9
(203,181,169)
#D8C6BC
(216,198,188)
#E5D7CF
(229,215,207)
#F2E8E2
(242,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703E24; }

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

This text font color is #703E24.


Background Color

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

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

This div background color is #703E24.


Border color

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

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

This div border color is #703E24.


Opacity

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

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

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

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

This text has shadow with #703E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E24 on black background.


Color preview on white background

This text has color #703E24 on white background.



Black color preview on #703E24 background

This text has black color on #703E24 background.


White color preview on #703E24 background

This text has white color on #703E24 background.