COLOR #800F37

HEX: #800F37
RGB: (128,15,55)

Color info

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

RGB color model

#800F37 color RGB value is (128,15,55).

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

RGB channels and saturation

R 128 of 255 = 50%
G 15 of 255 = 6%
B 55 of 255 = 22%

128
15
55

R + G + B ~ 26%. #800F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 15 + 55 = 198 (100%)
R 128 of 198 ~ 64.65%
G 15 of 198 ~ 7.58%
B 55 of 198 ~ 27.78%

%64.65
%27.78

CMYK color model

#800F37 color CMYK value is (0,88,57,50).

  • cyan value is 0.00%
  • magenta value is 88.28%
  • yellow value is 57.03%
  • key color value is 49.80%
CMYK:
(0,88,57,50)
C0M88Y57K50 
(0%,88%,57%,50%)
(0.00/0.88/0.57/0.50)	

CMYK percentages

%0
%88.28
%57.03
%49.8

Codes

Color #800F37 in popluar color models

800F37
RGB1281555
HSL339°79.02%28.04%
HSB/HSV339°88.28%50.20%
CMYK0.00%88.28%57.03%
49.80%

Color #800F37 in popluar number systems.

HEX800F37
Decimal1281555
Binary100000001111110111
Octal2001767

Shades and tints

Shades of #800F37

#800F37
(128,15,55)
#750E32
(117,14,50)
#6A0D2D
(106,13,45)
#5F0C28
(95,12,40)
#540B23
(84,11,35)
#490A1E
(73,10,30)
#3E0919
(62,9,25)
#330814
(51,8,20)
#28070F
(40,7,15)
#1D060A
(29,6,10)
#120505
(18,5,5)
#000000
(0,0,0)

Tints of #800F37

#800F37
(128,15,55)
#8B2449
(139,36,73)
#96395B
(150,57,91)
#A14E6D
(161,78,109)
#AC637F
(172,99,127)
#B77891
(183,120,145)
#C28DA3
(194,141,163)
#CDA2B5
(205,162,181)
#D8B7C7
(216,183,199)
#E3CCD9
(227,204,217)
#EEE1EB
(238,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800F37 color. Also use rgb(128,15,55) instead hex code.

Text Font Color

.myTextColor { color: #800F37; }

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

This text font color is #800F37.


Background Color

.myBgColor { background-color: #800F37; }

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

This div background color is #800F37.


Border color

.myBorderColor { border: 1px solid #800F37; }

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

This div border color is #800F37.


Opacity

.myOpacity80 { color: #800F37; opacity: 0.8; }

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

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

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

This text has shadow with #800F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800F37 on black background.


Color preview on white background

This text has color #800F37 on white background.



Black color preview on #800F37 background

This text has black color on #800F37 background.


White color preview on #800F37 background

This text has white color on #800F37 background.