COLOR #703E3D

HEX: #703E3D
RGB: (112,62,61)

Color info

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

RGB color model

#703E3D color RGB value is (112,62,61).

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

RGB channels and saturation

R 112 of 255 = 44%
G 62 of 255 = 24%
B 61 of 255 = 24%

112
62
61

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

Portions of RGB colors in percentages

R + G + B =
112 + 62 + 61 = 235 (100%)
R 112 of 235 ~ 47.66%
G 62 of 235 ~ 26.38%
B 61 of 235 ~ 25.96%

%47.66
%26.38
%25.96

CMYK color model

#703E3D color CMYK value is (0,45,46,56).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 45.54%
  • key color value is 56.08%
CMYK:
(0,45,46,56)
C0M45Y46K56 
(0%,45%,46%,56%)
(0.00/0.45/0.46/0.56)	

CMYK percentages

%0
%44.64
%45.54
%56.08

Codes

Color #703E3D in popluar color models

703E3D
RGB1126261
HSL29.48%33.92%
HSB/HSV45.54%43.92%
CMYK0.00%44.64%45.54%
56.08%

Color #703E3D in popluar number systems.

HEX703E3D
Decimal1126261
Binary1110000111110111101
Octal1607675

Shades and tints

Shades of #703E3D

#703E3D
(112,62,61)
#663938
(102,57,56)
#5C3433
(92,52,51)
#522F2E
(82,47,46)
#482A29
(72,42,41)
#3E2524
(62,37,36)
#34201F
(52,32,31)
#2A1B1A
(42,27,26)
#201615
(32,22,21)
#161110
(22,17,16)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #703E3D

#703E3D
(112,62,61)
#7D4F4E
(125,79,78)
#8A605F
(138,96,95)
#977170
(151,113,112)
#A48281
(164,130,129)
#B19392
(177,147,146)
#BEA4A3
(190,164,163)
#CBB5B4
(203,181,180)
#D8C6C5
(216,198,197)
#E5D7D6
(229,215,214)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703E3D; }

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

This text font color is #703E3D.


Background Color

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

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

This div background color is #703E3D.


Border color

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

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

This div border color is #703E3D.


Opacity

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

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

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

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

This text has shadow with #703E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703E3D on black background.


Color preview on white background

This text has color #703E3D on white background.



Black color preview on #703E3D background

This text has black color on #703E3D background.


White color preview on #703E3D background

This text has white color on #703E3D background.