COLOR #80646B

HEX: #80646B RGB: (128,100,107)

Color info

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

RGB color model

#80646B color RGB value is (128,100,107).

RGB: (128,100,107) (50%, 39%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 100 of 255 = 39%
B 107 of 255 = 42%

128
100
107

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

Portions of RGB colors in percentages

R + G + B = 128 + 100 + 107 = 335 (100%)
R 128 of 335 ~ 38.21%
G 100 of 335 ~ 29.85%
B 107 of 335 ~ 31.94'%

%38.21
%29.85
%31.94

CMYK color model

#80646B color CMYK value is (0,22,16,50).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 16.41%
  • key color value is 49.80%

CMYK: (0,22,16,50)
C0M22Y16K50 (0%, 22%, 16%, 50%)
(0.00 / 0.22 / 0.16 / 0.50)

CMYK percentages

%0
%21.88
%16.41
%49.8

Codes

Color #80646B in popluar color models

80 64 6B
RGB 128 100 107
HSL 345° 12.28% 44.71%
HSB/HSV 345° 21.88% 50.20%
CMYK 0.00% 21.88% 16.41%
49.80%

Color #80646B in popluar number systems.

HEX 80 64 6B
Decimal 128 100 107
Binary 10000000 1100100 1101011
Octal 200 144 153

Shades and tints

Shades of #80646B

#80646B
(128,100,107)
#755B62
(117,91,98)
#6A5259
(106,82,89)
#5F4950
(95,73,80)
#544047
(84,64,71)
#49373E
(73,55,62)
#3E2E35
(62,46,53)
#33252C
(51,37,44)
#281C23
(40,28,35)
#1D131A
(29,19,26)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #80646B

#80646B
(128,100,107)
#8B7278
(139,114,120)
#968085
(150,128,133)
#A18E92
(161,142,146)
#AC9C9F
(172,156,159)
#B7AAAC
(183,170,172)
#C2B8B9
(194,184,185)
#CDC6C6
(205,198,198)
#D8D4D3
(216,212,211)
#E3E2E0
(227,226,224)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80646B color. Also use rgb(128,100,107) instead hex code.

Text Font Color

.myTextColor { color: #80646B; }

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

This text font color is #80646B.

Background Color

.myBgColor { background-color: #80646B; }

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

This div background color is #80646B.

Border color

.myBorderColor { border: 1px solid #80646B; }

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

This div border color is #80646B.

Opacity

.myOpacity80 { color: #80646B; opacity: 0.8; }

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

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

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

This text has shadow with #80646B color.


.textShadow {text-shadow: 3px 3px 1px #80646B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80646B; -webkit-box-shadow: 1px 1px 3px 2px #80646B; box-shadow:1px 1px 3px 2px #80646B;">
Div content here
</div>

This div box has shadow with color #80646B.

Preview

Color preview on black background

This text has color #80646B on black background.


Color preview on white background

This text has color #80646B on white background.


Black color preview on #80646B background

This text has black color on #80646B background.


White color preview on #80646B background

This text has white color on #80646B background.


Related colors

Complementary color

Complementary color for #hex is #7F9B94.


I love getcolorcode.com

Triadic colors

1 #6B8064 and #646B80 with #80646B are triadic colors.

2 #6B6480 and #64806B with #80646B are triadic colors.