COLOR #80063D

HEX: #80063D
RGB: (128,6,61)

Color info

#80063D contains mainly red color. Web safe color of #80063D is #660033 (or #603).

RGB color model

#80063D color RGB value is (128,6,61).

  • red value is 128;
  • green value is 6;
  • blue value is 61.
RGB:
(128,6,61)
(50%,2%,24%)

RGB channels and saturation

R 128 of 255 = 50%
G 6 of 255 = 2%
B 61 of 255 = 24%

128
6
61

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

Portions of RGB colors in percentages

R + G + B =
128 + 6 + 61 = 195 (100%)
R 128 of 195 ~ 65.64%
G 6 of 195 ~ 3.08%
B 61 of 195 ~ 31.28%

%65.64
%31.28

CMYK color model

#80063D color CMYK value is (0,95,52,50).

  • cyan value is 0.00%
  • magenta value is 95.31%
  • yellow value is 52.34%
  • key color value is 49.80%
CMYK:
(0,95,52,50)
C0M95Y52K50 
(0%,95%,52%,50%)
(0.00/0.95/0.52/0.50)	

CMYK percentages

%0
%95.31
%52.34
%49.8

Codes

Color #80063D in popluar color models

80063D
RGB128661
HSL333°91.04%26.27%
HSB/HSV333°95.31%50.20%
CMYK0.00%95.31%52.34%
49.80%

Color #80063D in popluar number systems.

HEX80063D
Decimal128661
Binary10000000110111101
Octal200675

Shades and tints

Shades of #80063D

#80063D
(128,6,61)
#750638
(117,6,56)
#6A0633
(106,6,51)
#5F062E
(95,6,46)
#540629
(84,6,41)
#490624
(73,6,36)
#3E061F
(62,6,31)
#33061A
(51,6,26)
#280615
(40,6,21)
#1D0610
(29,6,16)
#12060B
(18,6,11)
#000000
(0,0,0)

Tints of #80063D

#80063D
(128,6,61)
#8B1C4E
(139,28,78)
#96325F
(150,50,95)
#A14870
(161,72,112)
#AC5E81
(172,94,129)
#B77492
(183,116,146)
#C28AA3
(194,138,163)
#CDA0B4
(205,160,180)
#D8B6C5
(216,182,197)
#E3CCD6
(227,204,214)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80063D color. Also use rgb(128,6,61) instead hex code.

Text Font Color

.myTextColor { color: #80063D; }

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

This text font color is #80063D.


Background Color

.myBgColor { background-color: #80063D; }

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

This div background color is #80063D.


Border color

.myBorderColor { border: 1px solid #80063D; }

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

This div border color is #80063D.


Opacity

.myOpacity80 { color: #80063D; opacity: 0.8; }

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

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

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

This text has shadow with #80063D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80063D on black background.


Color preview on white background

This text has color #80063D on white background.



Black color preview on #80063D background

This text has black color on #80063D background.


White color preview on #80063D background

This text has white color on #80063D background.