COLOR #80663C

HEX: #80663C
RGB: (128,102,60)

Color info

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

RGB color model

#80663C color RGB value is (128,102,60).

  • red value is 128;
  • green value is 102;
  • blue value is 60.
RGB:
(128,102,60)
(50%,40%,24%)

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 60 of 255 = 24%

128
102
60

R + G + B ~ 38%. #80663C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 60 = 290 (100%)
R 128 of 290 ~ 44.14%
G 102 of 290 ~ 35.17%
B 60 of 290 ~ 20.69%

%44.14
%35.17
%20.69

CMYK color model

#80663C color CMYK value is (0,20,53,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 53.13%
  • key color value is 49.80%
CMYK:
(0,20,53,50)
C0M20Y53K50 
(0%,20%,53%,50%)
(0.00/0.20/0.53/0.50)	

CMYK percentages

%0
%20.31
%53.13
%49.8

Codes

Color #80663C in popluar color models

80663C
RGB12810260
HSL37°36.17%36.86%
HSB/HSV37°53.13%50.20%
CMYK0.00%20.31%53.13%
49.80%

Color #80663C in popluar number systems.

HEX80663C
Decimal12810260
Binary100000001100110111100
Octal20014674

Shades and tints

Shades of #80663C

#80663C
(128,102,60)
#755D37
(117,93,55)
#6A5432
(106,84,50)
#5F4B2D
(95,75,45)
#544228
(84,66,40)
#493923
(73,57,35)
#3E301E
(62,48,30)
#332719
(51,39,25)
#281E14
(40,30,20)
#1D150F
(29,21,15)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #80663C

#80663C
(128,102,60)
#8B734D
(139,115,77)
#96805E
(150,128,94)
#A18D6F
(161,141,111)
#AC9A80
(172,154,128)
#B7A791
(183,167,145)
#C2B4A2
(194,180,162)
#CDC1B3
(205,193,179)
#D8CEC4
(216,206,196)
#E3DBD5
(227,219,213)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80663C; }

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

This text font color is #80663C.


Background Color

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

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

This div background color is #80663C.


Border color

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

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

This div border color is #80663C.


Opacity

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

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

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

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

This text has shadow with #80663C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80663C on black background.


Color preview on white background

This text has color #80663C on white background.



Black color preview on #80663C background

This text has black color on #80663C background.


White color preview on #80663C background

This text has white color on #80663C background.