COLOR #701953

HEX: #701953
RGB: (112,25,83)

Color info

#701953 contains mainly red and blue colors. Web safe color of #701953 is #660066 (or #606).

RGB color model

#701953 color RGB value is (112,25,83).

  • red value is 112;
  • green value is 25;
  • blue value is 83.
RGB:
(112,25,83)
(44%,10%,33%)

RGB channels and saturation

R 112 of 255 = 44%
G 25 of 255 = 10%
B 83 of 255 = 33%

112
25
83

R + G + B ~ 29%. #701953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 25 + 83 = 220 (100%)
R 112 of 220 ~ 50.91%
G 25 of 220 ~ 11.36%
B 83 of 220 ~ 37.73%

%50.91
%11.36
%37.73

CMYK color model

#701953 color CMYK value is (0,78,26,56).

  • cyan value is 0.00%
  • magenta value is 77.68%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(0,78,26,56)
C0M78Y26K56 
(0%,78%,26%,56%)
(0.00/0.78/0.26/0.56)	

CMYK percentages

%0
%77.68
%25.89
%56.08

Codes

Color #701953 in popluar color models

701953
RGB1122583
HSL320°63.50%26.86%
HSB/HSV320°77.68%43.92%
CMYK0.00%77.68%25.89%
56.08%

Color #701953 in popluar number systems.

HEX701953
Decimal1122583
Binary1110000110011010011
Octal16031123

Shades and tints

Shades of #701953

#701953
(112,25,83)
#66174C
(102,23,76)
#5C1545
(92,21,69)
#52133E
(82,19,62)
#481137
(72,17,55)
#3E0F30
(62,15,48)
#340D29
(52,13,41)
#2A0B22
(42,11,34)
#20091B
(32,9,27)
#160714
(22,7,20)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #701953

#701953
(112,25,83)
#7D2D62
(125,45,98)
#8A4171
(138,65,113)
#975580
(151,85,128)
#A4698F
(164,105,143)
#B17D9E
(177,125,158)
#BE91AD
(190,145,173)
#CBA5BC
(203,165,188)
#D8B9CB
(216,185,203)
#E5CDDA
(229,205,218)
#F2E1E9
(242,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701953 color. Also use rgb(112,25,83) instead hex code.

Text Font Color

.myTextColor { color: #701953; }

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

This text font color is #701953.


Background Color

.myBgColor { background-color: #701953; }

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

This div background color is #701953.


Border color

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

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

This div border color is #701953.


Opacity

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

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

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

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

This text has shadow with #701953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701953 on black background.


Color preview on white background

This text has color #701953 on white background.



Black color preview on #701953 background

This text has black color on #701953 background.


White color preview on #701953 background

This text has white color on #701953 background.