COLOR #703330

HEX: #703330
RGB: (112,51,48)

Color info

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

RGB color model

#703330 color RGB value is (112,51,48).

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

RGB channels and saturation

R 112 of 255 = 44%
G 51 of 255 = 20%
B 48 of 255 = 19%

112
51
48

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

Portions of RGB colors in percentages

R + G + B =
112 + 51 + 48 = 211 (100%)
R 112 of 211 ~ 53.08%
G 51 of 211 ~ 24.17%
B 48 of 211 ~ 22.75%

%53.08
%24.17
%22.75

CMYK color model

#703330 color CMYK value is (0,54,57,56).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 57.14%
  • key color value is 56.08%
CMYK:
(0,54,57,56)
C0M54Y57K56 
(0%,54%,57%,56%)
(0.00/0.54/0.57/0.56)	

CMYK percentages

%0
%54.46
%57.14
%56.08

Codes

Color #703330 in popluar color models

703330
RGB1125148
HSL40.00%31.37%
HSB/HSV57.14%43.92%
CMYK0.00%54.46%57.14%
56.08%

Color #703330 in popluar number systems.

HEX703330
Decimal1125148
Binary1110000110011110000
Octal1606360

Shades and tints

Shades of #703330

#703330
(112,51,48)
#662F2C
(102,47,44)
#5C2B28
(92,43,40)
#522724
(82,39,36)
#482320
(72,35,32)
#3E1F1C
(62,31,28)
#341B18
(52,27,24)
#2A1714
(42,23,20)
#201310
(32,19,16)
#160F0C
(22,15,12)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #703330

#703330
(112,51,48)
#7D4542
(125,69,66)
#8A5754
(138,87,84)
#976966
(151,105,102)
#A47B78
(164,123,120)
#B18D8A
(177,141,138)
#BE9F9C
(190,159,156)
#CBB1AE
(203,177,174)
#D8C3C0
(216,195,192)
#E5D5D2
(229,213,210)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703330; }

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

This text font color is #703330.


Background Color

.myBgColor { background-color: #703330; }

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

This div background color is #703330.


Border color

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

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

This div border color is #703330.


Opacity

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

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

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

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

This text has shadow with #703330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703330 on black background.


Color preview on white background

This text has color #703330 on white background.



Black color preview on #703330 background

This text has black color on #703330 background.


White color preview on #703330 background

This text has white color on #703330 background.