COLOR #703E29

HEX: #703E29
RGB: (112,62,41)

Color info

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

RGB color model

#703E29 color RGB value is (112,62,41).

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

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 41 of 255 = 16%

112
62
41

R + G + B ~ 28%. #703E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 41 = 215 (100%)
R 112 of 215 ~ 52.09%
G 62 of 215 ~ 28.84%
B 41 of 215 ~ 19.07%

%52.09
%28.84
%19.07

CMYK color model

#703E29 color CMYK value is (0,45,63,56).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 63.39%
  • key color value is 56.08%
CMYK:
(0,45,63,56)
C0M45Y63K56 
(0%,45%,63%,56%)
(0.00/0.45/0.63/0.56)	

CMYK percentages

%0
%44.64
%63.39
%56.08

Codes

Color #703E29 in popluar color models

703E29
RGB1126241
HSL18°46.41%30.00%
HSB/HSV18°63.39%43.92%
CMYK0.00%44.64%63.39%
56.08%

Color #703E29 in popluar number systems.

HEX703E29
Decimal1126241
Binary1110000111110101001
Octal1607651

Shades and tints

Shades of #703E29

#703E29
(112,62,41)
#663926
(102,57,38)
#5C3423
(92,52,35)
#522F20
(82,47,32)
#482A1D
(72,42,29)
#3E251A
(62,37,26)
#342017
(52,32,23)
#2A1B14
(42,27,20)
#201611
(32,22,17)
#16110E
(22,17,14)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #703E29

#703E29
(112,62,41)
#7D4F3C
(125,79,60)
#8A604F
(138,96,79)
#977162
(151,113,98)
#A48275
(164,130,117)
#B19388
(177,147,136)
#BEA49B
(190,164,155)
#CBB5AE
(203,181,174)
#D8C6C1
(216,198,193)
#E5D7D4
(229,215,212)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703E29; }

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

This text font color is #703E29.


Background Color

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

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

This div background color is #703E29.


Border color

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

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

This div border color is #703E29.


Opacity

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

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

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

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

This text has shadow with #703E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E29 on black background.


Color preview on white background

This text has color #703E29 on white background.



Black color preview on #703E29 background

This text has black color on #703E29 background.


White color preview on #703E29 background

This text has white color on #703E29 background.