COLOR #80664D

HEX: #80664D RGB: (128,102,77)

Color info

#80664D contains red, green and blue colors in about the same proportion. Web safe color of #80664D is #666633 (or #663).

RGB color model

#80664D color RGB value is (128,102,77).

RGB: (128,102,77) (50%, 40%, 30%)

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 77 of 255 = 30%

128
102
77

R + G + B ~ 40%. #80664D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 102 + 77 = 307 (100%)
R 128 of 307 ~ 41.69%
G 102 of 307 ~ 33.22%
B 77 of 307 ~ 25.08'%

%41.69
%33.22
%25.08

CMYK color model

#80664D color CMYK value is (0,20,40,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 39.84%
  • key color value is 49.80%

CMYK: (0,20,40,50)
C0M20Y40K50 (0%, 20%, 40%, 50%)
(0.00 / 0.20 / 0.40 / 0.50)

CMYK percentages

%0
%20.31
%39.84
%49.8

Codes

Color #80664D in popluar color models

80 66 4D
RGB 128 102 77
HSL 29° 24.88% 40.20%
HSB/HSV 29° 39.84% 50.20%
CMYK 0.00% 20.31% 39.84%
49.80%

Color #80664D in popluar number systems.

HEX 80 66 4D
Decimal 128 102 77
Binary 10000000 1100110 1001101
Octal 200 146 115

Shades and tints

Shades of #80664D

#80664D
(128,102,77)
#755D46
(117,93,70)
#6A543F
(106,84,63)
#5F4B38
(95,75,56)
#544231
(84,66,49)
#49392A
(73,57,42)
#3E3023
(62,48,35)
#33271C
(51,39,28)
#281E15
(40,30,21)
#1D150E
(29,21,14)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #80664D

#80664D
(128,102,77)
#8B735D
(139,115,93)
#96806D
(150,128,109)
#A18D7D
(161,141,125)
#AC9A8D
(172,154,141)
#B7A79D
(183,167,157)
#C2B4AD
(194,180,173)
#CDC1BD
(205,193,189)
#D8CECD
(216,206,205)
#E3DBDD
(227,219,221)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80664D color. Also use rgb(128,102,77) instead hex code.

Text Font Color

.myTextColor { color: #80664D; }

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

This text font color is #80664D.

Background Color

.myBgColor { background-color: #80664D; }

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

This div background color is #80664D.

Border color

.myBorderColor { border: 1px solid #80664D; }

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

This div border color is #80664D.

Opacity

.myOpacity80 { color: #80664D; opacity: 0.8; }

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

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

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

This text has shadow with #80664D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80664D.

Preview

Color preview on black background

This text has color #80664D on black background.


Color preview on white background

This text has color #80664D on white background.


Black color preview on #80664D background

This text has black color on #80664D background.


White color preview on #80664D background

This text has white color on #80664D background.


Related colors

Complementary color

Complementary color for #hex is #7F99B2.


I love getcolorcode.com

Triadic colors

1 #4D8066 and #664D80 with #80664D are triadic colors.

2 #4D6680 and #66804D with #80664D are triadic colors.