COLOR #80664A

HEX: #80664A
RGB: (128,102,74)

Color info

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

RGB color model

#80664A color RGB value is (128,102,74).

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

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 74 of 255 = 29%

128
102
74

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

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 74 = 304 (100%)
R 128 of 304 ~ 42.11%
G 102 of 304 ~ 33.55%
B 74 of 304 ~ 24.34%

%42.11
%33.55
%24.34

CMYK color model

#80664A color CMYK value is (0,20,42,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 42.19%
  • key color value is 49.80%
CMYK:
(0,20,42,50)
C0M20Y42K50 
(0%,20%,42%,50%)
(0.00/0.20/0.42/0.50)	

CMYK percentages

%0
%20.31
%42.19
%49.8

Codes

Color #80664A in popluar color models

80664A
RGB12810274
HSL31°26.73%39.61%
HSB/HSV31°42.19%50.20%
CMYK0.00%20.31%42.19%
49.80%

Color #80664A in popluar number systems.

HEX80664A
Decimal12810274
Binary1000000011001101001010
Octal200146112

Shades and tints

Shades of #80664A

#80664A
(128,102,74)
#755D44
(117,93,68)
#6A543E
(106,84,62)
#5F4B38
(95,75,56)
#544232
(84,66,50)
#49392C
(73,57,44)
#3E3026
(62,48,38)
#332720
(51,39,32)
#281E1A
(40,30,26)
#1D1514
(29,21,20)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #80664A

#80664A
(128,102,74)
#8B735A
(139,115,90)
#96806A
(150,128,106)
#A18D7A
(161,141,122)
#AC9A8A
(172,154,138)
#B7A79A
(183,167,154)
#C2B4AA
(194,180,170)
#CDC1BA
(205,193,186)
#D8CECA
(216,206,202)
#E3DBDA
(227,219,218)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80664A; }

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

This text font color is #80664A.


Background Color

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

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

This div background color is #80664A.


Border color

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

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

This div border color is #80664A.


Opacity

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

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

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

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

This text has shadow with #80664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80664A on black background.


Color preview on white background

This text has color #80664A on white background.



Black color preview on #80664A background

This text has black color on #80664A background.


White color preview on #80664A background

This text has white color on #80664A background.