COLOR #804D4E

HEX: #804D4E
RGB: (128,77,78)

Color info

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

RGB color model

#804D4E color RGB value is (128,77,78).

  • red value is 128;
  • green value is 77;
  • blue value is 78.
RGB:
(128,77,78)
(50%,30%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 77 of 255 = 30%
B 78 of 255 = 31%

128
77
78

R + G + B ~ 37%. #804D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 78 = 283 (100%)
R 128 of 283 ~ 45.23%
G 77 of 283 ~ 27.21%
B 78 of 283 ~ 27.56%

%45.23
%27.21
%27.56

CMYK color model

#804D4E color CMYK value is (0,40,39,50).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 39.06%
  • key color value is 49.80%
CMYK:
(0,40,39,50)
C0M40Y39K50 
(0%,40%,39%,50%)
(0.00/0.40/0.39/0.50)	

CMYK percentages

%0
%39.84
%39.06
%49.8

Codes

Color #804D4E in popluar color models

804D4E
RGB1287778
HSL359°24.88%40.20%
HSB/HSV359°39.84%50.20%
CMYK0.00%39.84%39.06%
49.80%

Color #804D4E in popluar number systems.

HEX804D4E
Decimal1287778
Binary1000000010011011001110
Octal200115116

Shades and tints

Shades of #804D4E

#804D4E
(128,77,78)
#754647
(117,70,71)
#6A3F40
(106,63,64)
#5F3839
(95,56,57)
#543132
(84,49,50)
#492A2B
(73,42,43)
#3E2324
(62,35,36)
#331C1D
(51,28,29)
#281516
(40,21,22)
#1D0E0F
(29,14,15)
#120708
(18,7,8)
#000000
(0,0,0)

Tints of #804D4E

#804D4E
(128,77,78)
#8B5D5E
(139,93,94)
#966D6E
(150,109,110)
#A17D7E
(161,125,126)
#AC8D8E
(172,141,142)
#B79D9E
(183,157,158)
#C2ADAE
(194,173,174)
#CDBDBE
(205,189,190)
#D8CDCE
(216,205,206)
#E3DDDE
(227,221,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804D4E color. Also use rgb(128,77,78) instead hex code.

Text Font Color

.myTextColor { color: #804D4E; }

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

This text font color is #804D4E.


Background Color

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

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

This div background color is #804D4E.


Border color

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

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

This div border color is #804D4E.


Opacity

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

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

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

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

This text has shadow with #804D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D4E on black background.


Color preview on white background

This text has color #804D4E on white background.



Black color preview on #804D4E background

This text has black color on #804D4E background.


White color preview on #804D4E background

This text has white color on #804D4E background.