COLOR #703A48

HEX: #703A48
RGB: (112,58,72)

Color info

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

RGB color model

#703A48 color RGB value is (112,58,72).

  • red value is 112;
  • green value is 58;
  • blue value is 72.
RGB:
(112,58,72)
(44%,23%,28%)

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 72 of 255 = 28%

112
58
72

R + G + B ~ 32%. #703A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 72 = 242 (100%)
R 112 of 242 ~ 46.28%
G 58 of 242 ~ 23.97%
B 72 of 242 ~ 29.75%

%46.28
%23.97
%29.75

CMYK color model

#703A48 color CMYK value is (0,48,36,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 35.71%
  • key color value is 56.08%
CMYK:
(0,48,36,56)
C0M48Y36K56 
(0%,48%,36%,56%)
(0.00/0.48/0.36/0.56)	

CMYK percentages

%0
%48.21
%35.71
%56.08

Codes

Color #703A48 in popluar color models

703A48
RGB1125872
HSL344°31.76%33.33%
HSB/HSV344°48.21%43.92%
CMYK0.00%48.21%35.71%
56.08%

Color #703A48 in popluar number systems.

HEX703A48
Decimal1125872
Binary11100001110101001000
Octal16072110

Shades and tints

Shades of #703A48

#703A48
(112,58,72)
#663542
(102,53,66)
#5C303C
(92,48,60)
#522B36
(82,43,54)
#482630
(72,38,48)
#3E212A
(62,33,42)
#341C24
(52,28,36)
#2A171E
(42,23,30)
#201218
(32,18,24)
#160D12
(22,13,18)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #703A48

#703A48
(112,58,72)
#7D4B58
(125,75,88)
#8A5C68
(138,92,104)
#976D78
(151,109,120)
#A47E88
(164,126,136)
#B18F98
(177,143,152)
#BEA0A8
(190,160,168)
#CBB1B8
(203,177,184)
#D8C2C8
(216,194,200)
#E5D3D8
(229,211,216)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703A48 color. Also use rgb(112,58,72) instead hex code.

Text Font Color

.myTextColor { color: #703A48; }

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

This text font color is #703A48.


Background Color

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

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

This div background color is #703A48.


Border color

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

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

This div border color is #703A48.


Opacity

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

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

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

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

This text has shadow with #703A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A48 on black background.


Color preview on white background

This text has color #703A48 on white background.



Black color preview on #703A48 background

This text has black color on #703A48 background.


White color preview on #703A48 background

This text has white color on #703A48 background.