COLOR #701937

HEX: #701937
RGB: (112,25,55)

Color info

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

RGB color model

#701937 color RGB value is (112,25,55).

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

RGB channels and saturation

R 112 of 255 = 44%
G 25 of 255 = 10%
B 55 of 255 = 22%

112
25
55

R + G + B ~ 25%. #701937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 25 + 55 = 192 (100%)
R 112 of 192 ~ 58.33%
G 25 of 192 ~ 13.02%
B 55 of 192 ~ 28.65%

%58.33
%13.02
%28.65

CMYK color model

#701937 color CMYK value is (0,78,51,56).

  • cyan value is 0.00%
  • magenta value is 77.68%
  • yellow value is 50.89%
  • key color value is 56.08%
CMYK:
(0,78,51,56)
C0M78Y51K56 
(0%,78%,51%,56%)
(0.00/0.78/0.51/0.56)	

CMYK percentages

%0
%77.68
%50.89
%56.08

Codes

Color #701937 in popluar color models

701937
RGB1122555
HSL339°63.50%26.86%
HSB/HSV339°77.68%43.92%
CMYK0.00%77.68%50.89%
56.08%

Color #701937 in popluar number systems.

HEX701937
Decimal1122555
Binary111000011001110111
Octal1603167

Shades and tints

Shades of #701937

#701937
(112,25,55)
#661732
(102,23,50)
#5C152D
(92,21,45)
#521328
(82,19,40)
#481123
(72,17,35)
#3E0F1E
(62,15,30)
#340D19
(52,13,25)
#2A0B14
(42,11,20)
#20090F
(32,9,15)
#16070A
(22,7,10)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #701937

#701937
(112,25,55)
#7D2D49
(125,45,73)
#8A415B
(138,65,91)
#97556D
(151,85,109)
#A4697F
(164,105,127)
#B17D91
(177,125,145)
#BE91A3
(190,145,163)
#CBA5B5
(203,165,181)
#D8B9C7
(216,185,199)
#E5CDD9
(229,205,217)
#F2E1EB
(242,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701937; }

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

This text font color is #701937.


Background Color

.myBgColor { background-color: #701937; }

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

This div background color is #701937.


Border color

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

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

This div border color is #701937.


Opacity

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

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

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

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

This text has shadow with #701937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701937 on black background.


Color preview on white background

This text has color #701937 on white background.



Black color preview on #701937 background

This text has black color on #701937 background.


White color preview on #701937 background

This text has white color on #701937 background.