COLOR #80655A

HEX: #80655A
RGB: (128,101,90)

Color info

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

RGB color model

#80655A color RGB value is (128,101,90).

  • red value is 128;
  • green value is 101;
  • blue value is 90.
RGB:
(128,101,90)
(50%,40%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 101 of 255 = 40%
B 90 of 255 = 35%

128
101
90

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

Portions of RGB colors in percentages

R + G + B =
128 + 101 + 90 = 319 (100%)
R 128 of 319 ~ 40.13%
G 101 of 319 ~ 31.66%
B 90 of 319 ~ 28.21%

%40.13
%31.66
%28.21

CMYK color model

#80655A color CMYK value is (0,21,30,50).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 29.69%
  • key color value is 49.80%
CMYK:
(0,21,30,50)
C0M21Y30K50 
(0%,21%,30%,50%)
(0.00/0.21/0.30/0.50)	

CMYK percentages

%0
%21.09
%29.69
%49.8

Codes

Color #80655A in popluar color models

80655A
RGB12810190
HSL17°17.43%42.75%
HSB/HSV17°29.69%50.20%
CMYK0.00%21.09%29.69%
49.80%

Color #80655A in popluar number systems.

HEX80655A
Decimal12810190
Binary1000000011001011011010
Octal200145132

Shades and tints

Shades of #80655A

#80655A
(128,101,90)
#755C52
(117,92,82)
#6A534A
(106,83,74)
#5F4A42
(95,74,66)
#54413A
(84,65,58)
#493832
(73,56,50)
#3E2F2A
(62,47,42)
#332622
(51,38,34)
#281D1A
(40,29,26)
#1D1412
(29,20,18)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #80655A

#80655A
(128,101,90)
#8B7369
(139,115,105)
#968178
(150,129,120)
#A18F87
(161,143,135)
#AC9D96
(172,157,150)
#B7ABA5
(183,171,165)
#C2B9B4
(194,185,180)
#CDC7C3
(205,199,195)
#D8D5D2
(216,213,210)
#E3E3E1
(227,227,225)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80655A color. Also use rgb(128,101,90) instead hex code.

Text Font Color

.myTextColor { color: #80655A; }

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

This text font color is #80655A.


Background Color

.myBgColor { background-color: #80655A; }

<div style="background-color:#80655A">Inner text</div>

This div background color is #80655A.


Border color

.myBorderColor { border: 1px solid #80655A; }

<div style="border:3px solid #80655A">Div</div>

This div border color is #80655A.


Opacity

.myOpacity80 { color: #80655A; opacity: 0.8; }

<p style="color:#80655A;opacity:0.8;">80%</p>

Text with #80655A 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 #80655A;}

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

This text has shadow with #80655A color.

.textShadow {text-shadow: 3px 3px 1px #80655A, 3px 3px 1px red;}

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

This text has shadow with #80655A primary color and red secondary color.


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

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

This text has shadow with #80655A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80655A on black background.


Color preview on white background

This text has color #80655A on white background.



Black color preview on #80655A background

This text has black color on #80655A background.


White color preview on #80655A background

This text has white color on #80655A background.