COLOR #703D34

HEX: #703D34
RGB: (112,61,52)

Color info

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

RGB color model

#703D34 color RGB value is (112,61,52).

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

RGB channels and saturation

R 112 of 255 = 44%
G 61 of 255 = 24%
B 52 of 255 = 20%

112
61
52

R + G + B ~ 29%. #703D34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 61 + 52 = 225 (100%)
R 112 of 225 ~ 49.78%
G 61 of 225 ~ 27.11%
B 52 of 225 ~ 23.11%

%49.78
%27.11
%23.11

CMYK color model

#703D34 color CMYK value is (0,46,54,56).

  • cyan value is 0.00%
  • magenta value is 45.54%
  • yellow value is 53.57%
  • key color value is 56.08%
CMYK:
(0,46,54,56)
C0M46Y54K56 
(0%,46%,54%,56%)
(0.00/0.46/0.54/0.56)	

CMYK percentages

%0
%45.54
%53.57
%56.08

Codes

Color #703D34 in popluar color models

703D34
RGB1126152
HSL36.59%32.16%
HSB/HSV53.57%43.92%
CMYK0.00%45.54%53.57%
56.08%

Color #703D34 in popluar number systems.

HEX703D34
Decimal1126152
Binary1110000111101110100
Octal1607564

Shades and tints

Shades of #703D34

#703D34
(112,61,52)
#663830
(102,56,48)
#5C332C
(92,51,44)
#522E28
(82,46,40)
#482924
(72,41,36)
#3E2420
(62,36,32)
#341F1C
(52,31,28)
#2A1A18
(42,26,24)
#201514
(32,21,20)
#161010
(22,16,16)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #703D34

#703D34
(112,61,52)
#7D4E46
(125,78,70)
#8A5F58
(138,95,88)
#97706A
(151,112,106)
#A4817C
(164,129,124)
#B1928E
(177,146,142)
#BEA3A0
(190,163,160)
#CBB4B2
(203,180,178)
#D8C5C4
(216,197,196)
#E5D6D6
(229,214,214)
#F2E7E8
(242,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703D34; }

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

This text font color is #703D34.


Background Color

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

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

This div background color is #703D34.


Border color

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

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

This div border color is #703D34.


Opacity

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

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

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

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

This text has shadow with #703D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703D34 on black background.


Color preview on white background

This text has color #703D34 on white background.



Black color preview on #703D34 background

This text has black color on #703D34 background.


White color preview on #703D34 background

This text has white color on #703D34 background.