COLOR #804A48

HEX: #804A48
RGB: (128,74,72)

Color info

#804A48 contains red, green and blue colors in about the same proportion. Web safe color of #804A48 is #663333 (or #633).

RGB color model

#804A48 color RGB value is (128,74,72).

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

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 72 of 255 = 28%

128
74
72

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

Portions of RGB colors in percentages

R + G + B =
128 + 74 + 72 = 274 (100%)
R 128 of 274 ~ 46.72%
G 74 of 274 ~ 27.01%
B 72 of 274 ~ 26.28%

%46.72
%27.01
%26.28

CMYK color model

#804A48 color CMYK value is (0,42,44,50).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 43.75%
  • key color value is 49.80%
CMYK:
(0,42,44,50)
C0M42Y44K50 
(0%,42%,44%,50%)
(0.00/0.42/0.44/0.50)	

CMYK percentages

%0
%42.19
%43.75
%49.8

Codes

Color #804A48 in popluar color models

804A48
RGB1287472
HSL28.00%39.22%
HSB/HSV43.75%50.20%
CMYK0.00%42.19%43.75%
49.80%

Color #804A48 in popluar number systems.

HEX804A48
Decimal1287472
Binary1000000010010101001000
Octal200112110

Shades and tints

Shades of #804A48

#804A48
(128,74,72)
#754442
(117,68,66)
#6A3E3C
(106,62,60)
#5F3836
(95,56,54)
#543230
(84,50,48)
#492C2A
(73,44,42)
#3E2624
(62,38,36)
#33201E
(51,32,30)
#281A18
(40,26,24)
#1D1412
(29,20,18)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #804A48

#804A48
(128,74,72)
#8B5A58
(139,90,88)
#966A68
(150,106,104)
#A17A78
(161,122,120)
#AC8A88
(172,138,136)
#B79A98
(183,154,152)
#C2AAA8
(194,170,168)
#CDBAB8
(205,186,184)
#D8CAC8
(216,202,200)
#E3DAD8
(227,218,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A48; }

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

This text font color is #804A48.


Background Color

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

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

This div background color is #804A48.


Border color

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

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

This div border color is #804A48.


Opacity

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

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

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

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

This text has shadow with #804A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804A48 on black background.


Color preview on white background

This text has color #804A48 on white background.



Black color preview on #804A48 background

This text has black color on #804A48 background.


White color preview on #804A48 background

This text has white color on #804A48 background.