COLOR #804D63

HEX: #804D63
RGB: (128,77,99)

Color info

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

RGB color model

#804D63 color RGB value is (128,77,99).

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

RGB channels and saturation

R 128 of 255 = 50%
G 77 of 255 = 30%
B 99 of 255 = 39%

128
77
99

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

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 99 = 304 (100%)
R 128 of 304 ~ 42.11%
G 77 of 304 ~ 25.33%
B 99 of 304 ~ 32.57%

%42.11
%25.33
%32.57

CMYK color model

#804D63 color CMYK value is (0,40,23,50).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(0,40,23,50)
C0M40Y23K50 
(0%,40%,23%,50%)
(0.00/0.40/0.23/0.50)	

CMYK percentages

%0
%39.84
%22.66
%49.8

Codes

Color #804D63 in popluar color models

804D63
RGB1287799
HSL334°24.88%40.20%
HSB/HSV334°39.84%50.20%
CMYK0.00%39.84%22.66%
49.80%

Color #804D63 in popluar number systems.

HEX804D63
Decimal1287799
Binary1000000010011011100011
Octal200115143

Shades and tints

Shades of #804D63

#804D63
(128,77,99)
#75465A
(117,70,90)
#6A3F51
(106,63,81)
#5F3848
(95,56,72)
#54313F
(84,49,63)
#492A36
(73,42,54)
#3E232D
(62,35,45)
#331C24
(51,28,36)
#28151B
(40,21,27)
#1D0E12
(29,14,18)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #804D63

#804D63
(128,77,99)
#8B5D71
(139,93,113)
#966D7F
(150,109,127)
#A17D8D
(161,125,141)
#AC8D9B
(172,141,155)
#B79DA9
(183,157,169)
#C2ADB7
(194,173,183)
#CDBDC5
(205,189,197)
#D8CDD3
(216,205,211)
#E3DDE1
(227,221,225)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804D63; }

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

This text font color is #804D63.


Background Color

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

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

This div background color is #804D63.


Border color

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

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

This div border color is #804D63.


Opacity

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

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

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

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

This text has shadow with #804D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D63 on black background.


Color preview on white background

This text has color #804D63 on white background.



Black color preview on #804D63 background

This text has black color on #804D63 background.


White color preview on #804D63 background

This text has white color on #804D63 background.