COLOR #80793C

HEX: #80793C RGB: (128,121,60)

Color info

#80793C contains mainly red and green colors. Web safe color of #80793C is #666633 (or #663).

RGB color model

#80793C color RGB value is (128,121,60).

RGB: (128,121,60) (50%, 47%, 24%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 60 of 255 = 24%

128
121
60

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

Portions of RGB colors in percentages

R + G + B = 128 + 121 + 60 = 309 (100%)
R 128 of 309 ~ 41.42%
G 121 of 309 ~ 39.16%
B 60 of 309 ~ 19.42'%

%41.42
%39.16
%19.42

CMYK color model

#80793C color CMYK value is (0,5,53,50).

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

CMYK: (0,5,53,50)
C0M5Y53K50 (0%, 5%, 53%, 50%)
(0.00 / 0.05 / 0.53 / 0.50)

CMYK percentages

%0
%5.47
%53.13
%49.8

Codes

Color #80793C in popluar color models

80 79 3C
RGB 128 121 60
HSL 54° 36.17% 36.86%
HSB/HSV 54° 53.13% 50.20%
CMYK 0.00% 5.47% 53.13%
49.80%

Color #80793C in popluar number systems.

HEX 80 79 3C
Decimal 128 121 60
Binary 10000000 1111001 111100
Octal 200 171 74

Shades and tints

Shades of #80793C

#80793C
(128,121,60)
#756E37
(117,110,55)
#6A6332
(106,99,50)
#5F582D
(95,88,45)
#544D28
(84,77,40)
#494223
(73,66,35)
#3E371E
(62,55,30)
#332C19
(51,44,25)
#282114
(40,33,20)
#1D160F
(29,22,15)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #80793C

#80793C
(128,121,60)
#8B854D
(139,133,77)
#96915E
(150,145,94)
#A19D6F
(161,157,111)
#ACA980
(172,169,128)
#B7B591
(183,181,145)
#C2C1A2
(194,193,162)
#CDCDB3
(205,205,179)
#D8D9C4
(216,217,196)
#E3E5D5
(227,229,213)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80793C color. Also use rgb(128,121,60) instead hex code.

Text Font Color

.myTextColor { color: #80793C; }

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

This text font color is #80793C.

Background Color

.myBgColor { background-color: #80793C; }

<div style="background-color:#80793C">Inner text</div>

This div background color is #80793C.

Border color

.myBorderColor { border: 1px solid #80793C; }

<div style="border:3px solid #80793C">Div</div>

This div border color is #80793C.

Opacity

.myOpacity80 { color: #80793C; opacity: 0.8; }

<p style="color:#80793C;opacity:0.8;">80%</p>

Text with #80793C 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 #80793C;}

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

This text has shadow with #80793C color.


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

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

This text has shadow with #80793C primary color and red secondary color.


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

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

This text has shadow with #80793C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80793C.

Preview

Color preview on black background

This text has color #80793C on black background.


Color preview on white background

This text has color #80793C on white background.


Black color preview on #80793C background

This text has black color on #80793C background.


White color preview on #80793C background

This text has white color on #80793C background.


Related colors

Complementary color

Complementary color for #hex is #7F86C3.


I love getcolorcode.com

Triadic colors

1 #3C8079 and #793C80 with #80793C are triadic colors.

2 #3C7980 and #79803C with #80793C are triadic colors.