COLOR #80635B

HEX: #80635B
RGB: (128,99,91)

Color info

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

RGB color model

#80635B color RGB value is (128,99,91).

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

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 91 of 255 = 36%

128
99
91

R + G + B ~ 42%. #80635B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 91 = 318 (100%)
R 128 of 318 ~ 40.25%
G 99 of 318 ~ 31.13%
B 91 of 318 ~ 28.62%

%40.25
%31.13
%28.62

CMYK color model

#80635B color CMYK value is (0,23,29,50).

  • cyan value is 0.00%
  • magenta value is 22.66%
  • yellow value is 28.91%
  • key color value is 49.80%
CMYK:
(0,23,29,50)
C0M23Y29K50 
(0%,23%,29%,50%)
(0.00/0.23/0.29/0.50)	

CMYK percentages

%0
%22.66
%28.91
%49.8

Codes

Color #80635B in popluar color models

80635B
RGB1289991
HSL13°16.89%42.94%
HSB/HSV13°28.91%50.20%
CMYK0.00%22.66%28.91%
49.80%

Color #80635B in popluar number systems.

HEX80635B
Decimal1289991
Binary1000000011000111011011
Octal200143133

Shades and tints

Shades of #80635B

#80635B
(128,99,91)
#755A53
(117,90,83)
#6A514B
(106,81,75)
#5F4843
(95,72,67)
#543F3B
(84,63,59)
#493633
(73,54,51)
#3E2D2B
(62,45,43)
#332423
(51,36,35)
#281B1B
(40,27,27)
#1D1213
(29,18,19)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #80635B

#80635B
(128,99,91)
#8B7169
(139,113,105)
#967F77
(150,127,119)
#A18D85
(161,141,133)
#AC9B93
(172,155,147)
#B7A9A1
(183,169,161)
#C2B7AF
(194,183,175)
#CDC5BD
(205,197,189)
#D8D3CB
(216,211,203)
#E3E1D9
(227,225,217)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80635B color. Also use rgb(128,99,91) instead hex code.

Text Font Color

.myTextColor { color: #80635B; }

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

This text font color is #80635B.


Background Color

.myBgColor { background-color: #80635B; }

<div style="background-color:#80635B">Inner text</div>

This div background color is #80635B.


Border color

.myBorderColor { border: 1px solid #80635B; }

<div style="border:3px solid #80635B">Div</div>

This div border color is #80635B.


Opacity

.myOpacity80 { color: #80635B; opacity: 0.8; }

<p style="color:#80635B;opacity:0.8;">80%</p>

Text with #80635B 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 #80635B;}

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

This text has shadow with #80635B color.

.textShadow {text-shadow: 3px 3px 1px #80635B, 3px 3px 1px red;}

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

This text has shadow with #80635B primary color and red secondary color.


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

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

This text has shadow with #80635B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80635B on black background.


Color preview on white background

This text has color #80635B on white background.



Black color preview on #80635B background

This text has black color on #80635B background.


White color preview on #80635B background

This text has white color on #80635B background.