COLOR #80763F

HEX: #80763F
RGB: (128,118,63)

Color info

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

RGB color model

#80763F color RGB value is (128,118,63).

  • red value is 128;
  • green value is 118;
  • blue value is 63.
RGB:
(128,118,63)
(50%,46%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 63 of 255 = 25%

128
118
63

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

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 63 = 309 (100%)
R 128 of 309 ~ 41.42%
G 118 of 309 ~ 38.19%
B 63 of 309 ~ 20.39%

%41.42
%38.19
%20.39

CMYK color model

#80763F color CMYK value is (0,8,51,50).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 50.78%
  • key color value is 49.80%
CMYK:
(0,8,51,50)
C0M8Y51K50 
(0%,8%,51%,50%)
(0.00/0.08/0.51/0.50)	

CMYK percentages

%0
%7.81
%50.78
%49.8

Codes

Color #80763F in popluar color models

80763F
RGB12811863
HSL51°34.03%37.45%
HSB/HSV51°50.78%50.20%
CMYK0.00%7.81%50.78%
49.80%

Color #80763F in popluar number systems.

HEX80763F
Decimal12811863
Binary100000001110110111111
Octal20016677

Shades and tints

Shades of #80763F

#80763F
(128,118,63)
#756C3A
(117,108,58)
#6A6235
(106,98,53)
#5F5830
(95,88,48)
#544E2B
(84,78,43)
#494426
(73,68,38)
#3E3A21
(62,58,33)
#33301C
(51,48,28)
#282617
(40,38,23)
#1D1C12
(29,28,18)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #80763F

#80763F
(128,118,63)
#8B8250
(139,130,80)
#968E61
(150,142,97)
#A19A72
(161,154,114)
#ACA683
(172,166,131)
#B7B294
(183,178,148)
#C2BEA5
(194,190,165)
#CDCAB6
(205,202,182)
#D8D6C7
(216,214,199)
#E3E2D8
(227,226,216)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80763F color. Also use rgb(128,118,63) instead hex code.

Text Font Color

.myTextColor { color: #80763F; }

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

This text font color is #80763F.


Background Color

.myBgColor { background-color: #80763F; }

<div style="background-color:#80763F">Inner text</div>

This div background color is #80763F.


Border color

.myBorderColor { border: 1px solid #80763F; }

<div style="border:3px solid #80763F">Div</div>

This div border color is #80763F.


Opacity

.myOpacity80 { color: #80763F; opacity: 0.8; }

<p style="color:#80763F;opacity:0.8;">80%</p>

Text with #80763F 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 #80763F;}

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

This text has shadow with #80763F color.

.textShadow {text-shadow: 3px 3px 1px #80763F, 3px 3px 1px red;}

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

This text has shadow with #80763F primary color and red secondary color.


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

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

This text has shadow with #80763F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80763F on black background.


Color preview on white background

This text has color #80763F on white background.



Black color preview on #80763F background

This text has black color on #80763F background.


White color preview on #80763F background

This text has white color on #80763F background.