COLOR #804C63

HEX: #804C63
RGB: (128,76,99)

Color info

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

RGB color model

#804C63 color RGB value is (128,76,99).

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

RGB channels and saturation

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

128
76
99

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

Portions of RGB colors in percentages

R + G + B =
128 + 76 + 99 = 303 (100%)
R 128 of 303 ~ 42.24%
G 76 of 303 ~ 25.08%
B 99 of 303 ~ 32.67%

%42.24
%25.08
%32.67

CMYK color model

#804C63 color CMYK value is (0,41,23,50).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(0,41,23,50)
C0M41Y23K50 
(0%,41%,23%,50%)
(0.00/0.41/0.23/0.50)	

CMYK percentages

%0
%40.63
%22.66
%49.8

Codes

Color #804C63 in popluar color models

804C63
RGB1287699
HSL333°25.49%40.00%
HSB/HSV333°40.63%50.20%
CMYK0.00%40.63%22.66%
49.80%

Color #804C63 in popluar number systems.

HEX804C63
Decimal1287699
Binary1000000010011001100011
Octal200114143

Shades and tints

Shades of #804C63

#804C63
(128,76,99)
#75465A
(117,70,90)
#6A4051
(106,64,81)
#5F3A48
(95,58,72)
#54343F
(84,52,63)
#492E36
(73,46,54)
#3E282D
(62,40,45)
#332224
(51,34,36)
#281C1B
(40,28,27)
#1D1612
(29,22,18)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #804C63

#804C63
(128,76,99)
#8B5C71
(139,92,113)
#966C7F
(150,108,127)
#A17C8D
(161,124,141)
#AC8C9B
(172,140,155)
#B79CA9
(183,156,169)
#C2ACB7
(194,172,183)
#CDBCC5
(205,188,197)
#D8CCD3
(216,204,211)
#E3DCE1
(227,220,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804C63; }

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

This text font color is #804C63.


Background Color

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

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

This div background color is #804C63.


Border color

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

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

This div border color is #804C63.


Opacity

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

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

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

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

This text has shadow with #804C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804C63 on black background.


Color preview on white background

This text has color #804C63 on white background.



Black color preview on #804C63 background

This text has black color on #804C63 background.


White color preview on #804C63 background

This text has white color on #804C63 background.