COLOR #805450

HEX: #805450
RGB: (128,84,80)

Color info

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

RGB color model

#805450 color RGB value is (128,84,80).

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

RGB channels and saturation

R 128 of 255 = 50%
G 84 of 255 = 33%
B 80 of 255 = 31%

128
84
80

R + G + B ~ 38%. #805450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 84 + 80 = 292 (100%)
R 128 of 292 ~ 43.84%
G 84 of 292 ~ 28.77%
B 80 of 292 ~ 27.4%

%43.84
%28.77
%27.4

CMYK color model

#805450 color CMYK value is (0,34,38,50).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 37.50%
  • key color value is 49.80%
CMYK:
(0,34,38,50)
C0M34Y38K50 
(0%,34%,38%,50%)
(0.00/0.34/0.38/0.50)	

CMYK percentages

%0
%34.38
%37.5
%49.8

Codes

Color #805450 in popluar color models

805450
RGB1288480
HSL23.08%40.78%
HSB/HSV37.50%50.20%
CMYK0.00%34.38%37.50%
49.80%

Color #805450 in popluar number systems.

HEX805450
Decimal1288480
Binary1000000010101001010000
Octal200124120

Shades and tints

Shades of #805450

#805450
(128,84,80)
#754D49
(117,77,73)
#6A4642
(106,70,66)
#5F3F3B
(95,63,59)
#543834
(84,56,52)
#49312D
(73,49,45)
#3E2A26
(62,42,38)
#33231F
(51,35,31)
#281C18
(40,28,24)
#1D1511
(29,21,17)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #805450

#805450
(128,84,80)
#8B635F
(139,99,95)
#96726E
(150,114,110)
#A1817D
(161,129,125)
#AC908C
(172,144,140)
#B79F9B
(183,159,155)
#C2AEAA
(194,174,170)
#CDBDB9
(205,189,185)
#D8CCC8
(216,204,200)
#E3DBD7
(227,219,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805450; }

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

This text font color is #805450.


Background Color

.myBgColor { background-color: #805450; }

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

This div background color is #805450.


Border color

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

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

This div border color is #805450.


Opacity

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

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

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

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

This text has shadow with #805450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805450 on black background.


Color preview on white background

This text has color #805450 on white background.



Black color preview on #805450 background

This text has black color on #805450 background.


White color preview on #805450 background

This text has white color on #805450 background.