COLOR #80795D

HEX: #80795D RGB: (128,121,93)

Color info

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

RGB color model

#80795D color RGB value is (128,121,93).

RGB: (128,121,93) (50%, 47%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 93 of 255 = 36%

128
121
93

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

Portions of RGB colors in percentages

R + G + B = 128 + 121 + 93 = 342 (100%)
R 128 of 342 ~ 37.43%
G 121 of 342 ~ 35.38%
B 93 of 342 ~ 27.19'%

%37.43
%35.38
%27.19

CMYK color model

#80795D color CMYK value is (0,5,27,50).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 27.34%
  • key color value is 49.80%

CMYK: (0,5,27,50)
C0M5Y27K50 (0%, 5%, 27%, 50%)
(0.00 / 0.05 / 0.27 / 0.50)

CMYK percentages

%0
%5.47
%27.34
%49.8

Codes

Color #80795D in popluar color models

80 79 5D
RGB 128 121 93
HSL 48° 15.84% 43.33%
HSB/HSV 48° 27.34% 50.20%
CMYK 0.00% 5.47% 27.34%
49.80%

Color #80795D in popluar number systems.

HEX 80 79 5D
Decimal 128 121 93
Binary 10000000 1111001 1011101
Octal 200 171 135

Shades and tints

Shades of #80795D

#80795D
(128,121,93)
#756E55
(117,110,85)
#6A634D
(106,99,77)
#5F5845
(95,88,69)
#544D3D
(84,77,61)
#494235
(73,66,53)
#3E372D
(62,55,45)
#332C25
(51,44,37)
#28211D
(40,33,29)
#1D1615
(29,22,21)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #80795D

#80795D
(128,121,93)
#8B856B
(139,133,107)
#969179
(150,145,121)
#A19D87
(161,157,135)
#ACA995
(172,169,149)
#B7B5A3
(183,181,163)
#C2C1B1
(194,193,177)
#CDCDBF
(205,205,191)
#D8D9CD
(216,217,205)
#E3E5DB
(227,229,219)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80795D color. Also use rgb(128,121,93) instead hex code.

Text Font Color

.myTextColor { color: #80795D; }

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

This text font color is #80795D.

Background Color

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

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

This div background color is #80795D.

Border color

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

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

This div border color is #80795D.

Opacity

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

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

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

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

This text has shadow with #80795D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80795D.

Preview

Color preview on black background

This text has color #80795D on black background.


Color preview on white background

This text has color #80795D on white background.


Black color preview on #80795D background

This text has black color on #80795D background.


White color preview on #80795D background

This text has white color on #80795D background.


Related colors

Complementary color

Complementary color for #hex is #7F86A2.


I love getcolorcode.com

Triadic colors

1 #5D8079 and #795D80 with #80795D are triadic colors.

2 #5D7980 and #79805D with #80795D are triadic colors.