COLOR #703332

HEX: #703332
RGB: (112,51,50)

Color info

#703332 contains mainly red color. Web safe color of #703332 is #663333 (or #633).

RGB color model

#703332 color RGB value is (112,51,50).

  • red value is 112;
  • green value is 51;
  • blue value is 50.
RGB:
(112,51,50)
(44%,20%,20%)

RGB channels and saturation

R 112 of 255 = 44%
G 51 of 255 = 20%
B 50 of 255 = 20%

112
51
50

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

Portions of RGB colors in percentages

R + G + B =
112 + 51 + 50 = 213 (100%)
R 112 of 213 ~ 52.58%
G 51 of 213 ~ 23.94%
B 50 of 213 ~ 23.47%

%52.58
%23.94
%23.47

CMYK color model

#703332 color CMYK value is (0,54,55,56).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 55.36%
  • key color value is 56.08%
CMYK:
(0,54,55,56)
C0M54Y55K56 
(0%,54%,55%,56%)
(0.00/0.54/0.55/0.56)	

CMYK percentages

%0
%54.46
%55.36
%56.08

Codes

Color #703332 in popluar color models

703332
RGB1125150
HSL38.27%31.76%
HSB/HSV55.36%43.92%
CMYK0.00%54.46%55.36%
56.08%

Color #703332 in popluar number systems.

HEX703332
Decimal1125150
Binary1110000110011110010
Octal1606362

Shades and tints

Shades of #703332

#703332
(112,51,50)
#662F2E
(102,47,46)
#5C2B2A
(92,43,42)
#522726
(82,39,38)
#482322
(72,35,34)
#3E1F1E
(62,31,30)
#341B1A
(52,27,26)
#2A1716
(42,23,22)
#201312
(32,19,18)
#160F0E
(22,15,14)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #703332

#703332
(112,51,50)
#7D4544
(125,69,68)
#8A5756
(138,87,86)
#976968
(151,105,104)
#A47B7A
(164,123,122)
#B18D8C
(177,141,140)
#BE9F9E
(190,159,158)
#CBB1B0
(203,177,176)
#D8C3C2
(216,195,194)
#E5D5D4
(229,213,212)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703332 color. Also use rgb(112,51,50) instead hex code.

Text Font Color

.myTextColor { color: #703332; }

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

This text font color is #703332.


Background Color

.myBgColor { background-color: #703332; }

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

This div background color is #703332.


Border color

.myBorderColor { border: 1px solid #703332; }

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

This div border color is #703332.


Opacity

.myOpacity80 { color: #703332; opacity: 0.8; }

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

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

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

This text has shadow with #703332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703332 on black background.


Color preview on white background

This text has color #703332 on white background.



Black color preview on #703332 background

This text has black color on #703332 background.


White color preview on #703332 background

This text has white color on #703332 background.