COLOR #800C27

HEX: #800C27
RGB: (128,12,39)

Color info

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

RGB color model

#800C27 color RGB value is (128,12,39).

  • red value is 128;
  • green value is 12;
  • blue value is 39.
RGB:
(128,12,39)
(50%,5%,15%)

RGB channels and saturation

R 128 of 255 = 50%
G 12 of 255 = 5%
B 39 of 255 = 15%

128
12
39

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

Portions of RGB colors in percentages

R + G + B =
128 + 12 + 39 = 179 (100%)
R 128 of 179 ~ 71.51%
G 12 of 179 ~ 6.7%
B 39 of 179 ~ 21.79%

%71.51
%21.79

CMYK color model

#800C27 color CMYK value is (0,91,70,50).

  • cyan value is 0.00%
  • magenta value is 90.63%
  • yellow value is 69.53%
  • key color value is 49.80%
CMYK:
(0,91,70,50)
C0M91Y70K50 
(0%,91%,70%,50%)
(0.00/0.91/0.70/0.50)	

CMYK percentages

%0
%90.63
%69.53
%49.8

Codes

Color #800C27 in popluar color models

800C27
RGB1281239
HSL346°82.86%27.45%
HSB/HSV346°90.63%50.20%
CMYK0.00%90.63%69.53%
49.80%

Color #800C27 in popluar number systems.

HEX800C27
Decimal1281239
Binary100000001100100111
Octal2001447

Shades and tints

Shades of #800C27

#800C27
(128,12,39)
#750B24
(117,11,36)
#6A0A21
(106,10,33)
#5F091E
(95,9,30)
#54081B
(84,8,27)
#490718
(73,7,24)
#3E0615
(62,6,21)
#330512
(51,5,18)
#28040F
(40,4,15)
#1D030C
(29,3,12)
#120209
(18,2,9)
#000000
(0,0,0)

Tints of #800C27

#800C27
(128,12,39)
#8B223A
(139,34,58)
#96384D
(150,56,77)
#A14E60
(161,78,96)
#AC6473
(172,100,115)
#B77A86
(183,122,134)
#C29099
(194,144,153)
#CDA6AC
(205,166,172)
#D8BCBF
(216,188,191)
#E3D2D2
(227,210,210)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800C27 color. Also use rgb(128,12,39) instead hex code.

Text Font Color

.myTextColor { color: #800C27; }

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

This text font color is #800C27.


Background Color

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

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

This div background color is #800C27.


Border color

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

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

This div border color is #800C27.


Opacity

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

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

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

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

This text has shadow with #800C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800C27 on black background.


Color preview on white background

This text has color #800C27 on white background.



Black color preview on #800C27 background

This text has black color on #800C27 background.


White color preview on #800C27 background

This text has white color on #800C27 background.