COLOR #801C37

HEX: #801C37
RGB: (128,28,55)

Color info

#801C37 contains mainly red color. Web safe color of #801C37 is #663333 (or #633).

RGB color model

#801C37 color RGB value is (128,28,55).

  • red value is 128;
  • green value is 28;
  • blue value is 55.
RGB:
(128,28,55)
(50%,11%,22%)

RGB channels and saturation

R 128 of 255 = 50%
G 28 of 255 = 11%
B 55 of 255 = 22%

128
28
55

R + G + B ~ 28%. #801C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 28 + 55 = 211 (100%)
R 128 of 211 ~ 60.66%
G 28 of 211 ~ 13.27%
B 55 of 211 ~ 26.07%

%60.66
%13.27
%26.07

CMYK color model

#801C37 color CMYK value is (0,78,57,50).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 57.03%
  • key color value is 49.80%
CMYK:
(0,78,57,50)
C0M78Y57K50 
(0%,78%,57%,50%)
(0.00/0.78/0.57/0.50)	

CMYK percentages

%0
%78.13
%57.03
%49.8

Codes

Color #801C37 in popluar color models

801C37
RGB1282855
HSL344°64.10%30.59%
HSB/HSV344°78.13%50.20%
CMYK0.00%78.13%57.03%
49.80%

Color #801C37 in popluar number systems.

HEX801C37
Decimal1282855
Binary1000000011100110111
Octal2003467

Shades and tints

Shades of #801C37

#801C37
(128,28,55)
#751A32
(117,26,50)
#6A182D
(106,24,45)
#5F1628
(95,22,40)
#541423
(84,20,35)
#49121E
(73,18,30)
#3E1019
(62,16,25)
#330E14
(51,14,20)
#280C0F
(40,12,15)
#1D0A0A
(29,10,10)
#120805
(18,8,5)
#000000
(0,0,0)

Tints of #801C37

#801C37
(128,28,55)
#8B3049
(139,48,73)
#96445B
(150,68,91)
#A1586D
(161,88,109)
#AC6C7F
(172,108,127)
#B78091
(183,128,145)
#C294A3
(194,148,163)
#CDA8B5
(205,168,181)
#D8BCC7
(216,188,199)
#E3D0D9
(227,208,217)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801C37 color. Also use rgb(128,28,55) instead hex code.

Text Font Color

.myTextColor { color: #801C37; }

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

This text font color is #801C37.


Background Color

.myBgColor { background-color: #801C37; }

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

This div background color is #801C37.


Border color

.myBorderColor { border: 1px solid #801C37; }

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

This div border color is #801C37.


Opacity

.myOpacity80 { color: #801C37; opacity: 0.8; }

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

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

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

This text has shadow with #801C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801C37 on black background.


Color preview on white background

This text has color #801C37 on white background.



Black color preview on #801C37 background

This text has black color on #801C37 background.


White color preview on #801C37 background

This text has white color on #801C37 background.