COLOR #805469

HEX: #805469
RGB: (128,84,105)

Color info

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

RGB color model

#805469 color RGB value is (128,84,105).

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

RGB channels and saturation

R 128 of 255 = 50%
G 84 of 255 = 33%
B 105 of 255 = 41%

128
84
105

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

Portions of RGB colors in percentages

R + G + B =
128 + 84 + 105 = 317 (100%)
R 128 of 317 ~ 40.38%
G 84 of 317 ~ 26.5%
B 105 of 317 ~ 33.12%

%40.38
%26.5
%33.12

CMYK color model

#805469 color CMYK value is (0,34,18,50).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(0,34,18,50)
C0M34Y18K50 
(0%,34%,18%,50%)
(0.00/0.34/0.18/0.50)	

CMYK percentages

%0
%34.38
%17.97
%49.8

Codes

Color #805469 in popluar color models

805469
RGB12884105
HSL331°20.75%41.57%
HSB/HSV331°34.38%50.20%
CMYK0.00%34.38%17.97%
49.80%

Color #805469 in popluar number systems.

HEX805469
Decimal12884105
Binary1000000010101001101001
Octal200124151

Shades and tints

Shades of #805469

#805469
(128,84,105)
#754D60
(117,77,96)
#6A4657
(106,70,87)
#5F3F4E
(95,63,78)
#543845
(84,56,69)
#49313C
(73,49,60)
#3E2A33
(62,42,51)
#33232A
(51,35,42)
#281C21
(40,28,33)
#1D1518
(29,21,24)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #805469

#805469
(128,84,105)
#8B6376
(139,99,118)
#967283
(150,114,131)
#A18190
(161,129,144)
#AC909D
(172,144,157)
#B79FAA
(183,159,170)
#C2AEB7
(194,174,183)
#CDBDC4
(205,189,196)
#D8CCD1
(216,204,209)
#E3DBDE
(227,219,222)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805469; }

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

This text font color is #805469.


Background Color

.myBgColor { background-color: #805469; }

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

This div background color is #805469.


Border color

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

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

This div border color is #805469.


Opacity

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

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

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

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

This text has shadow with #805469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805469 on black background.


Color preview on white background

This text has color #805469 on white background.



Black color preview on #805469 background

This text has black color on #805469 background.


White color preview on #805469 background

This text has white color on #805469 background.