COLOR #804074

HEX: #804074
RGB: (128,64,116)

Color info

#804074 contains mainly red and blue colors. Web safe color of #804074 is #663366 (or #636).

RGB color model

#804074 color RGB value is (128,64,116).

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

RGB channels and saturation

R 128 of 255 = 50%
G 64 of 255 = 25%
B 116 of 255 = 45%

128
64
116

R + G + B ~ 40%. #804074 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 64 + 116 = 308 (100%)
R 128 of 308 ~ 41.56%
G 64 of 308 ~ 20.78%
B 116 of 308 ~ 37.66%

%41.56
%20.78
%37.66

CMYK color model

#804074 color CMYK value is (0,50,9,50).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK:
(0,50,9,50)
C0M50Y9K50 
(0%,50%,9%,50%)
(0.00/0.50/0.09/0.50)	

CMYK percentages

%0
%50
%9.38
%49.8

Codes

Color #804074 in popluar color models

804074
RGB12864116
HSL311°33.33%37.65%
HSB/HSV311°50.00%50.20%
CMYK0.00%50.00%9.38%
49.80%

Color #804074 in popluar number systems.

HEX804074
Decimal12864116
Binary1000000010000001110100
Octal200100164

Shades and tints

Shades of #804074

#804074
(128,64,116)
#753B6A
(117,59,106)
#6A3660
(106,54,96)
#5F3156
(95,49,86)
#542C4C
(84,44,76)
#492742
(73,39,66)
#3E2238
(62,34,56)
#331D2E
(51,29,46)
#281824
(40,24,36)
#1D131A
(29,19,26)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #804074

#804074
(128,64,116)
#8B5180
(139,81,128)
#96628C
(150,98,140)
#A17398
(161,115,152)
#AC84A4
(172,132,164)
#B795B0
(183,149,176)
#C2A6BC
(194,166,188)
#CDB7C8
(205,183,200)
#D8C8D4
(216,200,212)
#E3D9E0
(227,217,224)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804074; }

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

This text font color is #804074.


Background Color

.myBgColor { background-color: #804074; }

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

This div background color is #804074.


Border color

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

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

This div border color is #804074.


Opacity

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

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

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

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

This text has shadow with #804074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804074 on black background.


Color preview on white background

This text has color #804074 on white background.



Black color preview on #804074 background

This text has black color on #804074 background.


White color preview on #804074 background

This text has white color on #804074 background.