COLOR #701230

HEX: #701230
RGB: (112,18,48)

Color info

#701230 contains mainly red color. Web safe color of #701230 is #660033 (or #603).

RGB color model

#701230 color RGB value is (112,18,48).

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

RGB channels and saturation

R 112 of 255 = 44%
G 18 of 255 = 7%
B 48 of 255 = 19%

112
18
48

R + G + B ~ 23%. #701230 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 18 + 48 = 178 (100%)
R 112 of 178 ~ 62.92%
G 18 of 178 ~ 10.11%
B 48 of 178 ~ 26.97%

%62.92
%10.11
%26.97

CMYK color model

#701230 color CMYK value is (0,84,57,56).

  • cyan value is 0.00%
  • magenta value is 83.93%
  • yellow value is 57.14%
  • key color value is 56.08%
CMYK:
(0,84,57,56)
C0M84Y57K56 
(0%,84%,57%,56%)
(0.00/0.84/0.57/0.56)	

CMYK percentages

%0
%83.93
%57.14
%56.08

Codes

Color #701230 in popluar color models

701230
RGB1121848
HSL341°72.31%25.49%
HSB/HSV341°83.93%43.92%
CMYK0.00%83.93%57.14%
56.08%

Color #701230 in popluar number systems.

HEX701230
Decimal1121848
Binary111000010010110000
Octal1602260

Shades and tints

Shades of #701230

#701230
(112,18,48)
#66112C
(102,17,44)
#5C1028
(92,16,40)
#520F24
(82,15,36)
#480E20
(72,14,32)
#3E0D1C
(62,13,28)
#340C18
(52,12,24)
#2A0B14
(42,11,20)
#200A10
(32,10,16)
#16090C
(22,9,12)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #701230

#701230
(112,18,48)
#7D2742
(125,39,66)
#8A3C54
(138,60,84)
#975166
(151,81,102)
#A46678
(164,102,120)
#B17B8A
(177,123,138)
#BE909C
(190,144,156)
#CBA5AE
(203,165,174)
#D8BAC0
(216,186,192)
#E5CFD2
(229,207,210)
#F2E4E4
(242,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701230; }

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

This text font color is #701230.


Background Color

.myBgColor { background-color: #701230; }

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

This div background color is #701230.


Border color

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

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

This div border color is #701230.


Opacity

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

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

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

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

This text has shadow with #701230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701230 on black background.


Color preview on white background

This text has color #701230 on white background.



Black color preview on #701230 background

This text has black color on #701230 background.


White color preview on #701230 background

This text has white color on #701230 background.