COLOR #804F55

HEX: #804F55
RGB: (128,79,85)

Color info

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

RGB color model

#804F55 color RGB value is (128,79,85).

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

RGB channels and saturation

R 128 of 255 = 50%
G 79 of 255 = 31%
B 85 of 255 = 33%

128
79
85

R + G + B ~ 38%. #804F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 79 + 85 = 292 (100%)
R 128 of 292 ~ 43.84%
G 79 of 292 ~ 27.05%
B 85 of 292 ~ 29.11%

%43.84
%27.05
%29.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.28%
  • yellow value is 33.59%
  • key color value is 49.80%
CMYK:
(0,38,34,50)
C0M38Y34K50 
(0%,38%,34%,50%)
(0.00/0.38/0.34/0.50)	

CMYK percentages

%0
%38.28
%33.59
%49.8

Codes

Color #804F55 in popluar color models

804F55
RGB1287985
HSL353°23.67%40.59%
HSB/HSV353°38.28%50.20%
CMYK0.00%38.28%33.59%
49.80%

Color #804F55 in popluar number systems.

HEX804F55
Decimal1287985
Binary1000000010011111010101
Octal200117125

Shades and tints

Shades of #804F55

#804F55
(128,79,85)
#75484E
(117,72,78)
#6A4147
(106,65,71)
#5F3A40
(95,58,64)
#543339
(84,51,57)
#492C32
(73,44,50)
#3E252B
(62,37,43)
#331E24
(51,30,36)
#28171D
(40,23,29)
#1D1016
(29,16,22)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #804F55

#804F55
(128,79,85)
#8B5F64
(139,95,100)
#966F73
(150,111,115)
#A17F82
(161,127,130)
#AC8F91
(172,143,145)
#B79FA0
(183,159,160)
#C2AFAF
(194,175,175)
#CDBFBE
(205,191,190)
#D8CFCD
(216,207,205)
#E3DFDC
(227,223,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804F55; }

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

This text font color is #804F55.


Background Color

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

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

This div background color is #804F55.


Border color

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

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

This div border color is #804F55.


Opacity

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

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

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

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

This text has shadow with #804F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804F55 on black background.


Color preview on white background

This text has color #804F55 on white background.



Black color preview on #804F55 background

This text has black color on #804F55 background.


White color preview on #804F55 background

This text has white color on #804F55 background.