COLOR #805479

HEX: #805479
RGB: (128,84,121)

Color info

#805479 contains red, green and blue colors in about the same proportion. Web safe color of #805479 is #666666 (or #666).

RGB color model

#805479 color RGB value is (128,84,121).

  • red value is 128;
  • green value is 84;
  • blue value is 121.
RGB:
(128,84,121)
(50%,33%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 84 of 255 = 33%
B 121 of 255 = 47%

128
84
121

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

Portions of RGB colors in percentages

R + G + B =
128 + 84 + 121 = 333 (100%)
R 128 of 333 ~ 38.44%
G 84 of 333 ~ 25.23%
B 121 of 333 ~ 36.34%

%38.44
%25.23
%36.34

CMYK color model

#805479 color CMYK value is (0,34,5,50).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(0,34,5,50)
C0M34Y5K50 
(0%,34%,5%,50%)
(0.00/0.34/0.05/0.50)	

CMYK percentages

%0
%34.38
%5.47
%49.8

Codes

Color #805479 in popluar color models

805479
RGB12884121
HSL310°20.75%41.57%
HSB/HSV310°34.38%50.20%
CMYK0.00%34.38%5.47%
49.80%

Color #805479 in popluar number systems.

HEX805479
Decimal12884121
Binary1000000010101001111001
Octal200124171

Shades and tints

Shades of #805479

#805479
(128,84,121)
#754D6E
(117,77,110)
#6A4663
(106,70,99)
#5F3F58
(95,63,88)
#54384D
(84,56,77)
#493142
(73,49,66)
#3E2A37
(62,42,55)
#33232C
(51,35,44)
#281C21
(40,28,33)
#1D1516
(29,21,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #805479

#805479
(128,84,121)
#8B6385
(139,99,133)
#967291
(150,114,145)
#A1819D
(161,129,157)
#AC90A9
(172,144,169)
#B79FB5
(183,159,181)
#C2AEC1
(194,174,193)
#CDBDCD
(205,189,205)
#D8CCD9
(216,204,217)
#E3DBE5
(227,219,229)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805479 color. Also use rgb(128,84,121) instead hex code.

Text Font Color

.myTextColor { color: #805479; }

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

This text font color is #805479.


Background Color

.myBgColor { background-color: #805479; }

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

This div background color is #805479.


Border color

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

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

This div border color is #805479.


Opacity

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

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

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

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

This text has shadow with #805479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805479 on black background.


Color preview on white background

This text has color #805479 on white background.



Black color preview on #805479 background

This text has black color on #805479 background.


White color preview on #805479 background

This text has white color on #805479 background.