COLOR #804D6C

HEX: #804D6C
RGB: (128,77,108)

Color info

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

RGB color model

#804D6C color RGB value is (128,77,108).

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

RGB channels and saturation

R 128 of 255 = 50%
G 77 of 255 = 30%
B 108 of 255 = 42%

128
77
108

R + G + B ~ 41%. #804D6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 108 = 313 (100%)
R 128 of 313 ~ 40.89%
G 77 of 313 ~ 24.6%
B 108 of 313 ~ 34.5%

%40.89
%24.6
%34.5

CMYK color model

#804D6C color CMYK value is (0,40,16,50).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(0,40,16,50)
C0M40Y16K50 
(0%,40%,16%,50%)
(0.00/0.40/0.16/0.50)	

CMYK percentages

%0
%39.84
%15.63
%49.8

Codes

Color #804D6C in popluar color models

804D6C
RGB12877108
HSL324°24.88%40.20%
HSB/HSV324°39.84%50.20%
CMYK0.00%39.84%15.63%
49.80%

Color #804D6C in popluar number systems.

HEX804D6C
Decimal12877108
Binary1000000010011011101100
Octal200115154

Shades and tints

Shades of #804D6C

#804D6C
(128,77,108)
#754663
(117,70,99)
#6A3F5A
(106,63,90)
#5F3851
(95,56,81)
#543148
(84,49,72)
#492A3F
(73,42,63)
#3E2336
(62,35,54)
#331C2D
(51,28,45)
#281524
(40,21,36)
#1D0E1B
(29,14,27)
#120712
(18,7,18)
#000000
(0,0,0)

Tints of #804D6C

#804D6C
(128,77,108)
#8B5D79
(139,93,121)
#966D86
(150,109,134)
#A17D93
(161,125,147)
#AC8DA0
(172,141,160)
#B79DAD
(183,157,173)
#C2ADBA
(194,173,186)
#CDBDC7
(205,189,199)
#D8CDD4
(216,205,212)
#E3DDE1
(227,221,225)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804D6C; }

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

This text font color is #804D6C.


Background Color

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

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

This div background color is #804D6C.


Border color

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

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

This div border color is #804D6C.


Opacity

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

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

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

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

This text has shadow with #804D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D6C on black background.


Color preview on white background

This text has color #804D6C on white background.



Black color preview on #804D6C background

This text has black color on #804D6C background.


White color preview on #804D6C background

This text has white color on #804D6C background.