COLOR #80647C

HEX: #80647C
RGB: (128,100,124)

Color info

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

RGB color model

#80647C color RGB value is (128,100,124).

  • red value is 128;
  • green value is 100;
  • blue value is 124.
RGB:
(128,100,124)
(50%,39%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 100 of 255 = 39%
B 124 of 255 = 49%

128
100
124

R + G + B ~ 46%. #80647C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 100 + 124 = 352 (100%)
R 128 of 352 ~ 36.36%
G 100 of 352 ~ 28.41%
B 124 of 352 ~ 35.23%

%36.36
%28.41
%35.23

CMYK color model

#80647C color CMYK value is (0,22,3,50).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 3.12%
  • key color value is 49.80%
CMYK:
(0,22,3,50)
C0M22Y3K50 
(0%,22%,3%,50%)
(0.00/0.22/0.03/0.50)	

CMYK percentages

%0
%21.88
%3.12
%49.8

Codes

Color #80647C in popluar color models

80647C
RGB128100124
HSL309°12.28%44.71%
HSB/HSV309°21.88%50.20%
CMYK0.00%21.88%3.12%
49.80%

Color #80647C in popluar number systems.

HEX80647C
Decimal128100124
Binary1000000011001001111100
Octal200144174

Shades and tints

Shades of #80647C

#80647C
(128,100,124)
#755B71
(117,91,113)
#6A5266
(106,82,102)
#5F495B
(95,73,91)
#544050
(84,64,80)
#493745
(73,55,69)
#3E2E3A
(62,46,58)
#33252F
(51,37,47)
#281C24
(40,28,36)
#1D1319
(29,19,25)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #80647C

#80647C
(128,100,124)
#8B7287
(139,114,135)
#968092
(150,128,146)
#A18E9D
(161,142,157)
#AC9CA8
(172,156,168)
#B7AAB3
(183,170,179)
#C2B8BE
(194,184,190)
#CDC6C9
(205,198,201)
#D8D4D4
(216,212,212)
#E3E2DF
(227,226,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80647C color. Also use rgb(128,100,124) instead hex code.

Text Font Color

.myTextColor { color: #80647C; }

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

This text font color is #80647C.


Background Color

.myBgColor { background-color: #80647C; }

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

This div background color is #80647C.


Border color

.myBorderColor { border: 1px solid #80647C; }

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

This div border color is #80647C.


Opacity

.myOpacity80 { color: #80647C; opacity: 0.8; }

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

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

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

This text has shadow with #80647C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80647C on black background.


Color preview on white background

This text has color #80647C on white background.



Black color preview on #80647C background

This text has black color on #80647C background.


White color preview on #80647C background

This text has white color on #80647C background.