COLOR #80743E

HEX: #80743E RGB: (128,116,62)

Color info

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

RGB color model

#80743E color RGB value is (128,116,62).

RGB: (128,116,62) (50%, 45%, 24%)

RGB channels and saturation

R 128 of 255 = 50%
G 116 of 255 = 45%
B 62 of 255 = 24%

128
116
62

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

Portions of RGB colors in percentages

R + G + B = 128 + 116 + 62 = 306 (100%)
R 128 of 306 ~ 41.83%
G 116 of 306 ~ 37.91%
B 62 of 306 ~ 20.26'%

%41.83
%37.91
%20.26

CMYK color model

#80743E color CMYK value is (0,9,52,50).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 51.56%
  • key color value is 49.80%

CMYK: (0,9,52,50)
C0M9Y52K50 (0%, 9%, 52%, 50%)
(0.00 / 0.09 / 0.52 / 0.50)

CMYK percentages

%0
%9.38
%51.56
%49.8

Codes

Color #80743E in popluar color models

80 74 3E
RGB 128 116 62
HSL 49° 34.74% 37.25%
HSB/HSV 49° 51.56% 50.20%
CMYK 0.00% 9.38% 51.56%
49.80%

Color #80743E in popluar number systems.

HEX 80 74 3E
Decimal 128 116 62
Binary 10000000 1110100 111110
Octal 200 164 76

Shades and tints

Shades of #80743E

#80743E
(128,116,62)
#756A39
(117,106,57)
#6A6034
(106,96,52)
#5F562F
(95,86,47)
#544C2A
(84,76,42)
#494225
(73,66,37)
#3E3820
(62,56,32)
#332E1B
(51,46,27)
#282416
(40,36,22)
#1D1A11
(29,26,17)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #80743E

#80743E
(128,116,62)
#8B804F
(139,128,79)
#968C60
(150,140,96)
#A19871
(161,152,113)
#ACA482
(172,164,130)
#B7B093
(183,176,147)
#C2BCA4
(194,188,164)
#CDC8B5
(205,200,181)
#D8D4C6
(216,212,198)
#E3E0D7
(227,224,215)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80743E color. Also use rgb(128,116,62) instead hex code.

Text Font Color

.myTextColor { color: #80743E; }

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

This text font color is #80743E.

Background Color

.myBgColor { background-color: #80743E; }

<div style="background-color:#80743E">Inner text</div>

This div background color is #80743E.

Border color

.myBorderColor { border: 1px solid #80743E; }

<div style="border:3px solid #80743E">Div</div>

This div border color is #80743E.

Opacity

.myOpacity80 { color: #80743E; opacity: 0.8; }

<p style="color:#80743E;opacity:0.8;">80%</p>

Text with #80743E 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 #80743E;}

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

This text has shadow with #80743E color.


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

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

This text has shadow with #80743E primary color and red secondary color.


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

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

This text has shadow with #80743E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80743E.

Preview

Color preview on black background

This text has color #80743E on black background.


Color preview on white background

This text has color #80743E on white background.


Black color preview on #80743E background

This text has black color on #80743E background.


White color preview on #80743E background

This text has white color on #80743E background.


Related colors

Complementary color

Complementary color for #hex is #7F8BC1.


I love getcolorcode.com

Triadic colors

1 #3E8074 and #743E80 with #80743E are triadic colors.

2 #3E7480 and #74803E with #80743E are triadic colors.