COLOR #80674D

HEX: #80674D
RGB: (128,103,77)

Color info

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

RGB color model

#80674D color RGB value is (128,103,77).

  • red value is 128;
  • green value is 103;
  • blue value is 77.
RGB:
(128,103,77)
(50%,40%,30%)

RGB channels and saturation

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

128
103
77

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

Portions of RGB colors in percentages

R + G + B =
128 + 103 + 77 = 308 (100%)
R 128 of 308 ~ 41.56%
G 103 of 308 ~ 33.44%
B 77 of 308 ~ 25%

%41.56
%33.44
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.53%
  • 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
%19.53
%39.84
%49.8

Codes

Color #80674D in popluar color models

80674D
RGB12810377
HSL31°24.88%40.20%
HSB/HSV31°39.84%50.20%
CMYK0.00%19.53%39.84%
49.80%

Color #80674D in popluar number systems.

HEX80674D
Decimal12810377
Binary1000000011001111001101
Octal200147115

Shades and tints

Shades of #80674D

#80674D
(128,103,77)
#755E46
(117,94,70)
#6A553F
(106,85,63)
#5F4C38
(95,76,56)
#544331
(84,67,49)
#493A2A
(73,58,42)
#3E3123
(62,49,35)
#33281C
(51,40,28)
#281F15
(40,31,21)
#1D160E
(29,22,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #80674D

#80674D
(128,103,77)
#8B745D
(139,116,93)
#96816D
(150,129,109)
#A18E7D
(161,142,125)
#AC9B8D
(172,155,141)
#B7A89D
(183,168,157)
#C2B5AD
(194,181,173)
#CDC2BD
(205,194,189)
#D8CFCD
(216,207,205)
#E3DCDD
(227,220,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80674D; }

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

This text font color is #80674D.


Background Color

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

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

This div background color is #80674D.


Border color

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

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

This div border color is #80674D.


Opacity

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

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

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

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

This text has shadow with #80674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80674D on black background.


Color preview on white background

This text has color #80674D on white background.



Black color preview on #80674D background

This text has black color on #80674D background.


White color preview on #80674D background

This text has white color on #80674D background.