COLOR #800C32

HEX: #800C32
RGB: (128,12,50)

Color info

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

RGB color model

#800C32 color RGB value is (128,12,50).

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

RGB channels and saturation

R 128 of 255 = 50%
G 12 of 255 = 5%
B 50 of 255 = 20%

128
12
50

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

Portions of RGB colors in percentages

R + G + B =
128 + 12 + 50 = 190 (100%)
R 128 of 190 ~ 67.37%
G 12 of 190 ~ 6.32%
B 50 of 190 ~ 26.32%

%67.37
%26.32

CMYK color model

#800C32 color CMYK value is (0,91,61,50).

  • cyan value is 0.00%
  • magenta value is 90.63%
  • yellow value is 60.94%
  • key color value is 49.80%
CMYK:
(0,91,61,50)
C0M91Y61K50 
(0%,91%,61%,50%)
(0.00/0.91/0.61/0.50)	

CMYK percentages

%0
%90.63
%60.94
%49.8

Codes

Color #800C32 in popluar color models

800C32
RGB1281250
HSL340°82.86%27.45%
HSB/HSV340°90.63%50.20%
CMYK0.00%90.63%60.94%
49.80%

Color #800C32 in popluar number systems.

HEX800C32
Decimal1281250
Binary100000001100110010
Octal2001462

Shades and tints

Shades of #800C32

#800C32
(128,12,50)
#750B2E
(117,11,46)
#6A0A2A
(106,10,42)
#5F0926
(95,9,38)
#540822
(84,8,34)
#49071E
(73,7,30)
#3E061A
(62,6,26)
#330516
(51,5,22)
#280412
(40,4,18)
#1D030E
(29,3,14)
#12020A
(18,2,10)
#000000
(0,0,0)

Tints of #800C32

#800C32
(128,12,50)
#8B2244
(139,34,68)
#963856
(150,56,86)
#A14E68
(161,78,104)
#AC647A
(172,100,122)
#B77A8C
(183,122,140)
#C2909E
(194,144,158)
#CDA6B0
(205,166,176)
#D8BCC2
(216,188,194)
#E3D2D4
(227,210,212)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #800C32; }

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

This text font color is #800C32.


Background Color

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

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

This div background color is #800C32.


Border color

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

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

This div border color is #800C32.


Opacity

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

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

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

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

This text has shadow with #800C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800C32 on black background.


Color preview on white background

This text has color #800C32 on white background.



Black color preview on #800C32 background

This text has black color on #800C32 background.


White color preview on #800C32 background

This text has white color on #800C32 background.