COLOR #703424

HEX: #703424
RGB: (112,52,36)

Color info

#703424 contains mainly red color. Web safe color of #703424 is #663333 (or #633).

RGB color model

#703424 color RGB value is (112,52,36).

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

RGB channels and saturation

R 112 of 255 = 44%
G 52 of 255 = 20%
B 36 of 255 = 14%

112
52
36

R + G + B ~ 26%. #703424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 52 + 36 = 200 (100%)
R 112 of 200 ~ 56%
G 52 of 200 ~ 26%
B 36 of 200 ~ 18%

%56
%26
%18

CMYK color model

#703424 color CMYK value is (0,54,68,56).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 67.86%
  • key color value is 56.08%
CMYK:
(0,54,68,56)
C0M54Y68K56 
(0%,54%,68%,56%)
(0.00/0.54/0.68/0.56)	

CMYK percentages

%0
%53.57
%67.86
%56.08

Codes

Color #703424 in popluar color models

703424
RGB1125236
HSL13°51.35%29.02%
HSB/HSV13°67.86%43.92%
CMYK0.00%53.57%67.86%
56.08%

Color #703424 in popluar number systems.

HEX703424
Decimal1125236
Binary1110000110100100100
Octal1606444

Shades and tints

Shades of #703424

#703424
(112,52,36)
#663021
(102,48,33)
#5C2C1E
(92,44,30)
#52281B
(82,40,27)
#482418
(72,36,24)
#3E2015
(62,32,21)
#341C12
(52,28,18)
#2A180F
(42,24,15)
#20140C
(32,20,12)
#161009
(22,16,9)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #703424

#703424
(112,52,36)
#7D4637
(125,70,55)
#8A584A
(138,88,74)
#976A5D
(151,106,93)
#A47C70
(164,124,112)
#B18E83
(177,142,131)
#BEA096
(190,160,150)
#CBB2A9
(203,178,169)
#D8C4BC
(216,196,188)
#E5D6CF
(229,214,207)
#F2E8E2
(242,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703424; }

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

This text font color is #703424.


Background Color

.myBgColor { background-color: #703424; }

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

This div background color is #703424.


Border color

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

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

This div border color is #703424.


Opacity

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

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

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

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

This text has shadow with #703424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703424 on black background.


Color preview on white background

This text has color #703424 on white background.



Black color preview on #703424 background

This text has black color on #703424 background.


White color preview on #703424 background

This text has white color on #703424 background.