COLOR #804D62

HEX: #804D62
RGB: (128,77,98)

Color info

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

RGB color model

#804D62 color RGB value is (128,77,98).

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

RGB channels and saturation

R 128 of 255 = 50%
G 77 of 255 = 30%
B 98 of 255 = 38%

128
77
98

R + G + B ~ 39%. #804D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 77 + 98 = 303 (100%)
R 128 of 303 ~ 42.24%
G 77 of 303 ~ 25.41%
B 98 of 303 ~ 32.34%

%42.24
%25.41
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 23.44%
  • 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
%23.44
%49.8

Codes

Color #804D62 in popluar color models

804D62
RGB1287798
HSL335°24.88%40.20%
HSB/HSV335°39.84%50.20%
CMYK0.00%39.84%23.44%
49.80%

Color #804D62 in popluar number systems.

HEX804D62
Decimal1287798
Binary1000000010011011100010
Octal200115142

Shades and tints

Shades of #804D62

#804D62
(128,77,98)
#75465A
(117,70,90)
#6A3F52
(106,63,82)
#5F384A
(95,56,74)
#543142
(84,49,66)
#492A3A
(73,42,58)
#3E2332
(62,35,50)
#331C2A
(51,28,42)
#281522
(40,21,34)
#1D0E1A
(29,14,26)
#120712
(18,7,18)
#000000
(0,0,0)

Tints of #804D62

#804D62
(128,77,98)
#8B5D70
(139,93,112)
#966D7E
(150,109,126)
#A17D8C
(161,125,140)
#AC8D9A
(172,141,154)
#B79DA8
(183,157,168)
#C2ADB6
(194,173,182)
#CDBDC4
(205,189,196)
#D8CDD2
(216,205,210)
#E3DDE0
(227,221,224)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804D62; }

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

This text font color is #804D62.


Background Color

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

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

This div background color is #804D62.


Border color

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

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

This div border color is #804D62.


Opacity

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

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

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

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

This text has shadow with #804D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804D62 on black background.


Color preview on white background

This text has color #804D62 on white background.



Black color preview on #804D62 background

This text has black color on #804D62 background.


White color preview on #804D62 background

This text has white color on #804D62 background.