COLOR #804E4F

HEX: #804E4F
RGB: (128,78,79)

Color info

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

RGB color model

#804E4F color RGB value is (128,78,79).

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

RGB channels and saturation

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

128
78
79

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

Portions of RGB colors in percentages

R + G + B =
128 + 78 + 79 = 285 (100%)
R 128 of 285 ~ 44.91%
G 78 of 285 ~ 27.37%
B 79 of 285 ~ 27.72%

%44.91
%27.37
%27.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK:
(0,39,38,50)
C0M39Y38K50 
(0%,39%,38%,50%)
(0.00/0.39/0.38/0.50)	

CMYK percentages

%0
%39.06
%38.28
%49.8

Codes

Color #804E4F in popluar color models

804E4F
RGB1287879
HSL359°24.27%40.39%
HSB/HSV359°39.06%50.20%
CMYK0.00%39.06%38.28%
49.80%

Color #804E4F in popluar number systems.

HEX804E4F
Decimal1287879
Binary1000000010011101001111
Octal200116117

Shades and tints

Shades of #804E4F

#804E4F
(128,78,79)
#754748
(117,71,72)
#6A4041
(106,64,65)
#5F393A
(95,57,58)
#543233
(84,50,51)
#492B2C
(73,43,44)
#3E2425
(62,36,37)
#331D1E
(51,29,30)
#281617
(40,22,23)
#1D0F10
(29,15,16)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #804E4F

#804E4F
(128,78,79)
#8B5E5F
(139,94,95)
#966E6F
(150,110,111)
#A17E7F
(161,126,127)
#AC8E8F
(172,142,143)
#B79E9F
(183,158,159)
#C2AEAF
(194,174,175)
#CDBEBF
(205,190,191)
#D8CECF
(216,206,207)
#E3DEDF
(227,222,223)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804E4F; }

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

This text font color is #804E4F.


Background Color

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

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

This div background color is #804E4F.


Border color

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

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

This div border color is #804E4F.


Opacity

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

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

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

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

This text has shadow with #804E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804E4F on black background.


Color preview on white background

This text has color #804E4F on white background.



Black color preview on #804E4F background

This text has black color on #804E4F background.


White color preview on #804E4F background

This text has white color on #804E4F background.