COLOR #700048

HEX: #700048
RGB: (112,0,72)

Color info

#700048 contains only red and blue colors. Web safe color of #700048 is #660033 (or #603).

RGB color model

#700048 color RGB value is (112,0,72).

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

RGB channels and saturation

R 112 of 255 = 44%
G 0 of 255 = 0%
B 72 of 255 = 28%

112
0
72

R + G + B ~ 24%. #700048 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 0 + 72 = 184 (100%)
R 112 of 184 ~ 60.87%
G 0 of 184 ~ 0%
B 72 of 184 ~ 39.13%

%60.87
%39.13

CMYK color model

#700048 color CMYK value is (0,100,36,56).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 35.71%
  • key color value is 56.08%
CMYK:
(0,100,36,56)
C0M100Y36K56 
(0%,100%,36%,56%)
(0.00/1.00/0.36/0.56)	

CMYK percentages

%0
%100
%35.71
%56.08

Codes

Color #700048 in popluar color models

700048
RGB112072
HSL321°100.00%21.96%
HSB/HSV321°100.00%43.92%
CMYK0.00%100.00%35.71%
56.08%

Color #700048 in popluar number systems.

HEX700048
Decimal112072
Binary111000001001000
Octal1600110

Shades and tints

Shades of #700048

#700048
(112,0,72)
#660042
(102,0,66)
#5C003C
(92,0,60)
#520036
(82,0,54)
#480030
(72,0,48)
#3E002A
(62,0,42)
#340024
(52,0,36)
#2A001E
(42,0,30)
#200018
(32,0,24)
#160012
(22,0,18)
#0C000C
(12,0,12)
#000000
(0,0,0)

Tints of #700048

#700048
(112,0,72)
#7D1758
(125,23,88)
#8A2E68
(138,46,104)
#974578
(151,69,120)
#A45C88
(164,92,136)
#B17398
(177,115,152)
#BE8AA8
(190,138,168)
#CBA1B8
(203,161,184)
#D8B8C8
(216,184,200)
#E5CFD8
(229,207,216)
#F2E6E8
(242,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700048; }

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

This text font color is #700048.


Background Color

.myBgColor { background-color: #700048; }

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

This div background color is #700048.


Border color

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

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

This div border color is #700048.


Opacity

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

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

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

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

This text has shadow with #700048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700048 on black background.


Color preview on white background

This text has color #700048 on white background.



Black color preview on #700048 background

This text has black color on #700048 background.


White color preview on #700048 background

This text has white color on #700048 background.