COLOR #800034

HEX: #800034
RGB: (128,0,52)

Color info

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

RGB color model

#800034 color RGB value is (128,0,52).

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

RGB channels and saturation

R 128 of 255 = 50%
G 0 of 255 = 0%
B 52 of 255 = 20%

128
0
52

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

Portions of RGB colors in percentages

R + G + B =
128 + 0 + 52 = 180 (100%)
R 128 of 180 ~ 71.11%
G 0 of 180 ~ 0%
B 52 of 180 ~ 28.89%

%71.11
%28.89

CMYK color model

#800034 color CMYK value is (0,100,59,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.38%
  • key color value is 49.80%
CMYK:
(0,100,59,50)
C0M100Y59K50 
(0%,100%,59%,50%)
(0.00/1.00/0.59/0.50)	

CMYK percentages

%0
%100
%59.38
%49.8

Codes

Color #800034 in popluar color models

800034
RGB128052
HSL336°100.00%25.10%
HSB/HSV336°100.00%50.20%
CMYK0.00%100.00%59.38%
49.80%

Color #800034 in popluar number systems.

HEX800034
Decimal128052
Binary100000000110100
Octal200064

Shades and tints

Shades of #800034

#800034
(128,0,52)
#750030
(117,0,48)
#6A002C
(106,0,44)
#5F0028
(95,0,40)
#540024
(84,0,36)
#490020
(73,0,32)
#3E001C
(62,0,28)
#330018
(51,0,24)
#280014
(40,0,20)
#1D0010
(29,0,16)
#12000C
(18,0,12)
#000000
(0,0,0)

Tints of #800034

#800034
(128,0,52)
#8B1746
(139,23,70)
#962E58
(150,46,88)
#A1456A
(161,69,106)
#AC5C7C
(172,92,124)
#B7738E
(183,115,142)
#C28AA0
(194,138,160)
#CDA1B2
(205,161,178)
#D8B8C4
(216,184,196)
#E3CFD6
(227,207,214)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800034 color. Also use rgb(128,0,52) instead hex code.

Text Font Color

.myTextColor { color: #800034; }

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

This text font color is #800034.


Background Color

.myBgColor { background-color: #800034; }

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

This div background color is #800034.


Border color

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

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

This div border color is #800034.


Opacity

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

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

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

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

This text has shadow with #800034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800034 on black background.


Color preview on white background

This text has color #800034 on white background.



Black color preview on #800034 background

This text has black color on #800034 background.


White color preview on #800034 background

This text has white color on #800034 background.