COLOR #80636C

HEX: #80636C
RGB: (128,99,108)

Color info

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

RGB color model

#80636C color RGB value is (128,99,108).

  • red value is 128;
  • green value is 99;
  • blue value is 108.
RGB:
(128,99,108)
(50%,39%,42%)

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 108 of 255 = 42%

128
99
108

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

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 108 = 335 (100%)
R 128 of 335 ~ 38.21%
G 99 of 335 ~ 29.55%
B 108 of 335 ~ 32.24%

%38.21
%29.55
%32.24

CMYK color model

#80636C color CMYK value is (0,23,16,50).

  • cyan value is 0.00%
  • magenta value is 22.66%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(0,23,16,50)
C0M23Y16K50 
(0%,23%,16%,50%)
(0.00/0.23/0.16/0.50)	

CMYK percentages

%0
%22.66
%15.63
%49.8

Codes

Color #80636C in popluar color models

80636C
RGB12899108
HSL341°12.78%44.51%
HSB/HSV341°22.66%50.20%
CMYK0.00%22.66%15.63%
49.80%

Color #80636C in popluar number systems.

HEX80636C
Decimal12899108
Binary1000000011000111101100
Octal200143154

Shades and tints

Shades of #80636C

#80636C
(128,99,108)
#755A63
(117,90,99)
#6A515A
(106,81,90)
#5F4851
(95,72,81)
#543F48
(84,63,72)
#49363F
(73,54,63)
#3E2D36
(62,45,54)
#33242D
(51,36,45)
#281B24
(40,27,36)
#1D121B
(29,18,27)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #80636C

#80636C
(128,99,108)
#8B7179
(139,113,121)
#967F86
(150,127,134)
#A18D93
(161,141,147)
#AC9BA0
(172,155,160)
#B7A9AD
(183,169,173)
#C2B7BA
(194,183,186)
#CDC5C7
(205,197,199)
#D8D3D4
(216,211,212)
#E3E1E1
(227,225,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80636C color. Also use rgb(128,99,108) instead hex code.

Text Font Color

.myTextColor { color: #80636C; }

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

This text font color is #80636C.


Background Color

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

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

This div background color is #80636C.


Border color

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

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

This div border color is #80636C.


Opacity

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

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

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

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

This text has shadow with #80636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80636C on black background.


Color preview on white background

This text has color #80636C on white background.



Black color preview on #80636C background

This text has black color on #80636C background.


White color preview on #80636C background

This text has white color on #80636C background.