COLOR #703E19

HEX: #703E19
RGB: (112,62,25)

Color info

#703E19 contains mainly red and green colors. Web safe color of #703E19 is #663300 (or #630).

RGB color model

#703E19 color RGB value is (112,62,25).

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

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 25 of 255 = 10%

112
62
25

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

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 25 = 199 (100%)
R 112 of 199 ~ 56.28%
G 62 of 199 ~ 31.16%
B 25 of 199 ~ 12.56%

%56.28
%31.16
%12.56

CMYK color model

#703E19 color CMYK value is (0,45,78,56).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 77.68%
  • key color value is 56.08%
CMYK:
(0,45,78,56)
C0M45Y78K56 
(0%,45%,78%,56%)
(0.00/0.45/0.78/0.56)	

CMYK percentages

%0
%44.64
%77.68
%56.08

Codes

Color #703E19 in popluar color models

703E19
RGB1126225
HSL26°63.50%26.86%
HSB/HSV26°77.68%43.92%
CMYK0.00%44.64%77.68%
56.08%

Color #703E19 in popluar number systems.

HEX703E19
Decimal1126225
Binary111000011111011001
Octal1607631

Shades and tints

Shades of #703E19

#703E19
(112,62,25)
#663917
(102,57,23)
#5C3415
(92,52,21)
#522F13
(82,47,19)
#482A11
(72,42,17)
#3E250F
(62,37,15)
#34200D
(52,32,13)
#2A1B0B
(42,27,11)
#201609
(32,22,9)
#161107
(22,17,7)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #703E19

#703E19
(112,62,25)
#7D4F2D
(125,79,45)
#8A6041
(138,96,65)
#977155
(151,113,85)
#A48269
(164,130,105)
#B1937D
(177,147,125)
#BEA491
(190,164,145)
#CBB5A5
(203,181,165)
#D8C6B9
(216,198,185)
#E5D7CD
(229,215,205)
#F2E8E1
(242,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703E19; }

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

This text font color is #703E19.


Background Color

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

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

This div background color is #703E19.


Border color

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

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

This div border color is #703E19.


Opacity

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

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

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

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

This text has shadow with #703E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E19 on black background.


Color preview on white background

This text has color #703E19 on white background.



Black color preview on #703E19 background

This text has black color on #703E19 background.


White color preview on #703E19 background

This text has white color on #703E19 background.