COLOR #80464A

HEX: #80464A
RGB: (128,70,74)

Color info

#80464A contains red, green and blue colors in about the same proportion. Web safe color of #80464A is #663333 (or #633).

RGB color model

#80464A color RGB value is (128,70,74).

  • red value is 128;
  • green value is 70;
  • blue value is 74.
RGB:
(128,70,74)
(50%,27%,29%)

RGB channels and saturation

R 128 of 255 = 50%
G 70 of 255 = 27%
B 74 of 255 = 29%

128
70
74

R + G + B ~ 35%. #80464A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 70 + 74 = 272 (100%)
R 128 of 272 ~ 47.06%
G 70 of 272 ~ 25.74%
B 74 of 272 ~ 27.21%

%47.06
%25.74
%27.21

CMYK color model

#80464A color CMYK value is (0,45,42,50).

  • cyan value is 0.00%
  • magenta value is 45.31%
  • yellow value is 42.19%
  • key color value is 49.80%
CMYK:
(0,45,42,50)
C0M45Y42K50 
(0%,45%,42%,50%)
(0.00/0.45/0.42/0.50)	

CMYK percentages

%0
%45.31
%42.19
%49.8

Codes

Color #80464A in popluar color models

80464A
RGB1287074
HSL356°29.29%38.82%
HSB/HSV356°45.31%50.20%
CMYK0.00%45.31%42.19%
49.80%

Color #80464A in popluar number systems.

HEX80464A
Decimal1287074
Binary1000000010001101001010
Octal200106112

Shades and tints

Shades of #80464A

#80464A
(128,70,74)
#754044
(117,64,68)
#6A3A3E
(106,58,62)
#5F3438
(95,52,56)
#542E32
(84,46,50)
#49282C
(73,40,44)
#3E2226
(62,34,38)
#331C20
(51,28,32)
#28161A
(40,22,26)
#1D1014
(29,16,20)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #80464A

#80464A
(128,70,74)
#8B565A
(139,86,90)
#96666A
(150,102,106)
#A1767A
(161,118,122)
#AC868A
(172,134,138)
#B7969A
(183,150,154)
#C2A6AA
(194,166,170)
#CDB6BA
(205,182,186)
#D8C6CA
(216,198,202)
#E3D6DA
(227,214,218)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80464A color. Also use rgb(128,70,74) instead hex code.

Text Font Color

.myTextColor { color: #80464A; }

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

This text font color is #80464A.


Background Color

.myBgColor { background-color: #80464A; }

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

This div background color is #80464A.


Border color

.myBorderColor { border: 1px solid #80464A; }

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

This div border color is #80464A.


Opacity

.myOpacity80 { color: #80464A; opacity: 0.8; }

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

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

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

This text has shadow with #80464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80464A on black background.


Color preview on white background

This text has color #80464A on white background.



Black color preview on #80464A background

This text has black color on #80464A background.


White color preview on #80464A background

This text has white color on #80464A background.