COLOR #804F50

HEX: #804F50
RGB: (128,79,80)

Color info

#804F50 contains red, green and blue colors in about the same proportion. Web safe color of #804F50 is #666666 (or #666).

RGB color model

#804F50 color RGB value is (128,79,80).

  • red value is 128;
  • green value is 79;
  • blue value is 80.
RGB:
(128,79,80)
(50%,31%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 79 of 255 = 31%
B 80 of 255 = 31%

128
79
80

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

Portions of RGB colors in percentages

R + G + B =
128 + 79 + 80 = 287 (100%)
R 128 of 287 ~ 44.6%
G 79 of 287 ~ 27.53%
B 80 of 287 ~ 27.87%

%44.6
%27.53
%27.87

CMYK color model

#804F50 color CMYK value is (0,38,38,50).

  • cyan value is 0.00%
  • magenta value is 38.28%
  • yellow value is 37.50%
  • key color value is 49.80%
CMYK:
(0,38,38,50)
C0M38Y38K50 
(0%,38%,38%,50%)
(0.00/0.38/0.38/0.50)	

CMYK percentages

%0
%38.28
%37.5
%49.8

Codes

Color #804F50 in popluar color models

804F50
RGB1287980
HSL359°23.67%40.59%
HSB/HSV359°38.28%50.20%
CMYK0.00%38.28%37.50%
49.80%

Color #804F50 in popluar number systems.

HEX804F50
Decimal1287980
Binary1000000010011111010000
Octal200117120

Shades and tints

Shades of #804F50

#804F50
(128,79,80)
#754849
(117,72,73)
#6A4142
(106,65,66)
#5F3A3B
(95,58,59)
#543334
(84,51,52)
#492C2D
(73,44,45)
#3E2526
(62,37,38)
#331E1F
(51,30,31)
#281718
(40,23,24)
#1D1011
(29,16,17)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #804F50

#804F50
(128,79,80)
#8B5F5F
(139,95,95)
#966F6E
(150,111,110)
#A17F7D
(161,127,125)
#AC8F8C
(172,143,140)
#B79F9B
(183,159,155)
#C2AFAA
(194,175,170)
#CDBFB9
(205,191,185)
#D8CFC8
(216,207,200)
#E3DFD7
(227,223,215)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804F50 color. Also use rgb(128,79,80) instead hex code.

Text Font Color

.myTextColor { color: #804F50; }

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

This text font color is #804F50.


Background Color

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

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

This div background color is #804F50.


Border color

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

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

This div border color is #804F50.


Opacity

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

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

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

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

This text has shadow with #804F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804F50 on black background.


Color preview on white background

This text has color #804F50 on white background.



Black color preview on #804F50 background

This text has black color on #804F50 background.


White color preview on #804F50 background

This text has white color on #804F50 background.