COLOR #80655B

HEX: #80655B RGB: (128,101,91)

Color info

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

RGB color model

#80655B color RGB value is (128,101,91).

RGB: (128,101,91) (50%, 40%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 101 of 255 = 40%
B 91 of 255 = 36%

128
101
91

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

Portions of RGB colors in percentages

R + G + B = 128 + 101 + 91 = 320 (100%)
R 128 of 320 ~ 40%
G 101 of 320 ~ 31.56%
B 91 of 320 ~ 28.44'%

%40
%31.56
%28.44

CMYK color model

#80655B color CMYK value is (0,21,29,50).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 28.91%
  • key color value is 49.80%

CMYK: (0,21,29,50)
C0M21Y29K50 (0%, 21%, 29%, 50%)
(0.00 / 0.21 / 0.29 / 0.50)

CMYK percentages

%0
%21.09
%28.91
%49.8

Codes

Color #80655B in popluar color models

80 65 5B
RGB 128 101 91
HSL 16° 16.89% 42.94%
HSB/HSV 16° 28.91% 50.20%
CMYK 0.00% 21.09% 28.91%
49.80%

Color #80655B in popluar number systems.

HEX 80 65 5B
Decimal 128 101 91
Binary 10000000 1100101 1011011
Octal 200 145 133

Shades and tints

Shades of #80655B

#80655B
(128,101,91)
#755C53
(117,92,83)
#6A534B
(106,83,75)
#5F4A43
(95,74,67)
#54413B
(84,65,59)
#493833
(73,56,51)
#3E2F2B
(62,47,43)
#332623
(51,38,35)
#281D1B
(40,29,27)
#1D1413
(29,20,19)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #80655B

#80655B
(128,101,91)
#8B7369
(139,115,105)
#968177
(150,129,119)
#A18F85
(161,143,133)
#AC9D93
(172,157,147)
#B7ABA1
(183,171,161)
#C2B9AF
(194,185,175)
#CDC7BD
(205,199,189)
#D8D5CB
(216,213,203)
#E3E3D9
(227,227,217)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80655B; }

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

This text font color is #80655B.

Background Color

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

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

This div background color is #80655B.

Border color

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

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

This div border color is #80655B.

Opacity

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

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

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

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

This text has shadow with #80655B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80655B.

Preview

Color preview on black background

This text has color #80655B on black background.


Color preview on white background

This text has color #80655B on white background.


Black color preview on #80655B background

This text has black color on #80655B background.


White color preview on #80655B background

This text has white color on #80655B background.


Related colors

Complementary color

Complementary color for #hex is #7F9AA4.


I love getcolorcode.com

Triadic colors

1 #5B8065 and #655B80 with #80655B are triadic colors.

2 #5B6580 and #65805B with #80655B are triadic colors.