COLOR #800740

HEX: #800740
RGB: (128,7,64)

Color info

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

RGB color model

#800740 color RGB value is (128,7,64).

  • red value is 128;
  • green value is 7;
  • blue value is 64.
RGB:
(128,7,64)
(50%,3%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 7 of 255 = 3%
B 64 of 255 = 25%

128
7
64

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

Portions of RGB colors in percentages

R + G + B =
128 + 7 + 64 = 199 (100%)
R 128 of 199 ~ 64.32%
G 7 of 199 ~ 3.52%
B 64 of 199 ~ 32.16%

%64.32
%32.16

CMYK color model

#800740 color CMYK value is (0,95,50,50).

  • cyan value is 0.00%
  • magenta value is 94.53%
  • yellow value is 50.00%
  • key color value is 49.80%
CMYK:
(0,95,50,50)
C0M95Y50K50 
(0%,95%,50%,50%)
(0.00/0.95/0.50/0.50)	

CMYK percentages

%0
%94.53
%50
%49.8

Codes

Color #800740 in popluar color models

800740
RGB128764
HSL332°89.63%26.47%
HSB/HSV332°94.53%50.20%
CMYK0.00%94.53%50.00%
49.80%

Color #800740 in popluar number systems.

HEX800740
Decimal128764
Binary100000001111000000
Octal2007100

Shades and tints

Shades of #800740

#800740
(128,7,64)
#75073B
(117,7,59)
#6A0736
(106,7,54)
#5F0731
(95,7,49)
#54072C
(84,7,44)
#490727
(73,7,39)
#3E0722
(62,7,34)
#33071D
(51,7,29)
#280718
(40,7,24)
#1D0713
(29,7,19)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #800740

#800740
(128,7,64)
#8B1D51
(139,29,81)
#963362
(150,51,98)
#A14973
(161,73,115)
#AC5F84
(172,95,132)
#B77595
(183,117,149)
#C28BA6
(194,139,166)
#CDA1B7
(205,161,183)
#D8B7C8
(216,183,200)
#E3CDD9
(227,205,217)
#EEE3EA
(238,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800740 color. Also use rgb(128,7,64) instead hex code.

Text Font Color

.myTextColor { color: #800740; }

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

This text font color is #800740.


Background Color

.myBgColor { background-color: #800740; }

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

This div background color is #800740.


Border color

.myBorderColor { border: 1px solid #800740; }

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

This div border color is #800740.


Opacity

.myOpacity80 { color: #800740; opacity: 0.8; }

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

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

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

This text has shadow with #800740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800740 on black background.


Color preview on white background

This text has color #800740 on white background.



Black color preview on #800740 background

This text has black color on #800740 background.


White color preview on #800740 background

This text has white color on #800740 background.