COLOR #703F3E

HEX: #703F3E
RGB: (112,63,62)

Color info

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

RGB color model

#703F3E color RGB value is (112,63,62).

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

RGB channels and saturation

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

112
63
62

R + G + B ~ 31%. #703F3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 63 + 62 = 237 (100%)
R 112 of 237 ~ 47.26%
G 63 of 237 ~ 26.58%
B 62 of 237 ~ 26.16%

%47.26
%26.58
%26.16

CMYK color model

#703F3E color CMYK value is (0,44,45,56).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 44.64%
  • key color value is 56.08%
CMYK:
(0,44,45,56)
C0M44Y45K56 
(0%,44%,45%,56%)
(0.00/0.44/0.45/0.56)	

CMYK percentages

%0
%43.75
%44.64
%56.08

Codes

Color #703F3E in popluar color models

703F3E
RGB1126362
HSL28.74%34.12%
HSB/HSV44.64%43.92%
CMYK0.00%43.75%44.64%
56.08%

Color #703F3E in popluar number systems.

HEX703F3E
Decimal1126362
Binary1110000111111111110
Octal1607776

Shades and tints

Shades of #703F3E

#703F3E
(112,63,62)
#663A39
(102,58,57)
#5C3534
(92,53,52)
#52302F
(82,48,47)
#482B2A
(72,43,42)
#3E2625
(62,38,37)
#342120
(52,33,32)
#2A1C1B
(42,28,27)
#201716
(32,23,22)
#161211
(22,18,17)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #703F3E

#703F3E
(112,63,62)
#7D504F
(125,80,79)
#8A6160
(138,97,96)
#977271
(151,114,113)
#A48382
(164,131,130)
#B19493
(177,148,147)
#BEA5A4
(190,165,164)
#CBB6B5
(203,182,181)
#D8C7C6
(216,199,198)
#E5D8D7
(229,216,215)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703F3E; }

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

This text font color is #703F3E.


Background Color

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

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

This div background color is #703F3E.


Border color

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

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

This div border color is #703F3E.


Opacity

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

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

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

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

This text has shadow with #703F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703F3E on black background.


Color preview on white background

This text has color #703F3E on white background.



Black color preview on #703F3E background

This text has black color on #703F3E background.


White color preview on #703F3E background

This text has white color on #703F3E background.