COLOR #804F48

HEX: #804F48
RGB: (128,79,72)

Color info

#804F48 contains red, green and blue colors in about the same proportion. Web safe color of #804F48 is #666633 (or #663).

RGB color model

#804F48 color RGB value is (128,79,72).

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

RGB channels and saturation

R 128 of 255 = 50%
G 79 of 255 = 31%
B 72 of 255 = 28%

128
79
72

R + G + B ~ 36%. #804F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 79 + 72 = 279 (100%)
R 128 of 279 ~ 45.88%
G 79 of 279 ~ 28.32%
B 72 of 279 ~ 25.81%

%45.88
%28.32
%25.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.28%
  • yellow value is 43.75%
  • key color value is 49.80%
CMYK:
(0,38,44,50)
C0M38Y44K50 
(0%,38%,44%,50%)
(0.00/0.38/0.44/0.50)	

CMYK percentages

%0
%38.28
%43.75
%49.8

Codes

Color #804F48 in popluar color models

804F48
RGB1287972
HSL28.00%39.22%
HSB/HSV43.75%50.20%
CMYK0.00%38.28%43.75%
49.80%

Color #804F48 in popluar number systems.

HEX804F48
Decimal1287972
Binary1000000010011111001000
Octal200117110

Shades and tints

Shades of #804F48

#804F48
(128,79,72)
#754842
(117,72,66)
#6A413C
(106,65,60)
#5F3A36
(95,58,54)
#543330
(84,51,48)
#492C2A
(73,44,42)
#3E2524
(62,37,36)
#331E1E
(51,30,30)
#281718
(40,23,24)
#1D1012
(29,16,18)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #804F48

#804F48
(128,79,72)
#8B5F58
(139,95,88)
#966F68
(150,111,104)
#A17F78
(161,127,120)
#AC8F88
(172,143,136)
#B79F98
(183,159,152)
#C2AFA8
(194,175,168)
#CDBFB8
(205,191,184)
#D8CFC8
(216,207,200)
#E3DFD8
(227,223,216)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804F48; }

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

This text font color is #804F48.


Background Color

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

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

This div background color is #804F48.


Border color

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

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

This div border color is #804F48.


Opacity

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

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

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

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

This text has shadow with #804F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804F48 on black background.


Color preview on white background

This text has color #804F48 on white background.



Black color preview on #804F48 background

This text has black color on #804F48 background.


White color preview on #804F48 background

This text has white color on #804F48 background.