COLOR #804C55

HEX: #804C55 RGB: (128,76,85)

Color info

#804C55 contains red, green and blue colors in about the same proportion. Web safe color of #804C55 is #663366 (or #636).

RGB color model

#804C55 color RGB value is (128,76,85).

RGB: (128,76,85) (50%, 30%, 33%)

RGB channels and saturation

R 128 of 255 = 50%
G 76 of 255 = 30%
B 85 of 255 = 33%

128
76
85

R + G + B ~ 38%. #804C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 76 + 85 = 289 (100%)
R 128 of 289 ~ 44.29%
G 76 of 289 ~ 26.3%
B 85 of 289 ~ 29.41'%

%44.29
%26.3
%29.41

CMYK color model

#804C55 color CMYK value is (0,41,34,50).

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

CMYK: (0,41,34,50)
C0M41Y34K50 (0%, 41%, 34%, 50%)
(0.00 / 0.41 / 0.34 / 0.50)

CMYK percentages

%0
%40.63
%33.59
%49.8

Codes

Color #804C55 in popluar color models

80 4C 55
RGB 128 76 85
HSL 350° 25.49% 40.00%
HSB/HSV 350° 40.63% 50.20%
CMYK 0.00% 40.63% 33.59%
49.80%

Color #804C55 in popluar number systems.

HEX 80 4C 55
Decimal 128 76 85
Binary 10000000 1001100 1010101
Octal 200 114 125

Shades and tints

Shades of #804C55

#804C55
(128,76,85)
#75464E
(117,70,78)
#6A4047
(106,64,71)
#5F3A40
(95,58,64)
#543439
(84,52,57)
#492E32
(73,46,50)
#3E282B
(62,40,43)
#332224
(51,34,36)
#281C1D
(40,28,29)
#1D1616
(29,22,22)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #804C55

#804C55
(128,76,85)
#8B5C64
(139,92,100)
#966C73
(150,108,115)
#A17C82
(161,124,130)
#AC8C91
(172,140,145)
#B79CA0
(183,156,160)
#C2ACAF
(194,172,175)
#CDBCBE
(205,188,190)
#D8CCCD
(216,204,205)
#E3DCDC
(227,220,220)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804C55 color. Also use rgb(128,76,85) instead hex code.

Text Font Color

.myTextColor { color: #804C55; }

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

This text font color is #804C55.

Background Color

.myBgColor { background-color: #804C55; }

<div style="background-color:#804C55">Inner text</div>

This div background color is #804C55.

Border color

.myBorderColor { border: 1px solid #804C55; }

<div style="border:3px solid #804C55">Div</div>

This div border color is #804C55.

Opacity

.myOpacity80 { color: #804C55; opacity: 0.8; }

<p style="color:#804C55;opacity:0.8;">80%</p>

Text with #804C55 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 #804C55;}

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

This text has shadow with #804C55 color.


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

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

This text has shadow with #804C55 primary color and red secondary color.


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

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

This text has shadow with #804C55 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #804C55.

Preview

Color preview on black background

This text has color #804C55 on black background.


Color preview on white background

This text has color #804C55 on white background.


Black color preview on #804C55 background

This text has black color on #804C55 background.


White color preview on #804C55 background

This text has white color on #804C55 background.


Related colors

Complementary color

Complementary color for #hex is #7FB3AA.


I love getcolorcode.com

Triadic colors

1 #55804C and #4C5580 with #804C55 are triadic colors.

2 #554C80 and #4C8055 with #804C55 are triadic colors.