COLOR #805A55

HEX: #805A55 RGB: (128,90,85)

Color info

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

RGB color model

#805A55 color RGB value is (128,90,85).

RGB: (128,90,85) (50%, 35%, 33%)

RGB channels and saturation

R 128 of 255 = 50%
G 90 of 255 = 35%
B 85 of 255 = 33%

128
90
85

R + G + B ~ 39%. #805A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 90 + 85 = 303 (100%)
R 128 of 303 ~ 42.24%
G 90 of 303 ~ 29.7%
B 85 of 303 ~ 28.05'%

%42.24
%29.7
%28.05

CMYK color model

#805A55 color CMYK value is (0,30,34,50).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 33.59%
  • key color value is 49.80%

CMYK: (0,30,34,50)
C0M30Y34K50 (0%, 30%, 34%, 50%)
(0.00 / 0.30 / 0.34 / 0.50)

CMYK percentages

%0
%29.69
%33.59
%49.8

Codes

Color #805A55 in popluar color models

80 5A 55
RGB 128 90 85
HSL 20.19% 41.76%
HSB/HSV 33.59% 50.20%
CMYK 0.00% 29.69% 33.59%
49.80%

Color #805A55 in popluar number systems.

HEX 80 5A 55
Decimal 128 90 85
Binary 10000000 1011010 1010101
Octal 200 132 125

Shades and tints

Shades of #805A55

#805A55
(128,90,85)
#75524E
(117,82,78)
#6A4A47
(106,74,71)
#5F4240
(95,66,64)
#543A39
(84,58,57)
#493232
(73,50,50)
#3E2A2B
(62,42,43)
#332224
(51,34,36)
#281A1D
(40,26,29)
#1D1216
(29,18,22)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #805A55

#805A55
(128,90,85)
#8B6964
(139,105,100)
#967873
(150,120,115)
#A18782
(161,135,130)
#AC9691
(172,150,145)
#B7A5A0
(183,165,160)
#C2B4AF
(194,180,175)
#CDC3BE
(205,195,190)
#D8D2CD
(216,210,205)
#E3E1DC
(227,225,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805A55 color. Also use rgb(128,90,85) instead hex code.

Text Font Color

.myTextColor { color: #805A55; }

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

This text font color is #805A55.

Background Color

.myBgColor { background-color: #805A55; }

<div style="background-color:#805A55">Inner text</div>

This div background color is #805A55.

Border color

.myBorderColor { border: 1px solid #805A55; }

<div style="border:3px solid #805A55">Div</div>

This div border color is #805A55.

Opacity

.myOpacity80 { color: #805A55; opacity: 0.8; }

<p style="color:#805A55;opacity:0.8;">80%</p>

Text with #805A55 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 #805A55;}

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

This text has shadow with #805A55 color.


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

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

This text has shadow with #805A55 primary color and red secondary color.


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

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

This text has shadow with #805A55 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #805A55.

Preview

Color preview on black background

This text has color #805A55 on black background.


Color preview on white background

This text has color #805A55 on white background.


Black color preview on #805A55 background

This text has black color on #805A55 background.


White color preview on #805A55 background

This text has white color on #805A55 background.


Related colors

Complementary color

Complementary color for #hex is #7FA5AA.


I love getcolorcode.com

Triadic colors

1 #55805A and #5A5580 with #805A55 are triadic colors.

2 #555A80 and #5A8055 with #805A55 are triadic colors.