COLOR #504A47

HEX: #504A47
RGB: (80,74,71)

Color info

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

RGB color model

#504A47 color RGB value is (80,74,71).

  • red value is 80;
  • green value is 74;
  • blue value is 71.
RGB:
(80,74,71)
(31%,29%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 71 of 255 = 28%

80
74
71

R + G + B ~ 29%. #504A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 71 = 225 (100%)
R 80 of 225 ~ 35.56%
G 74 of 225 ~ 32.89%
B 71 of 225 ~ 31.56%

%35.56
%32.89
%31.56

CMYK color model

#504A47 color CMYK value is (0,7,11,69).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,7,11,69)
C0M7Y11K69 
(0%,7%,11%,69%)
(0.00/0.07/0.11/0.69)	

CMYK percentages

%0
%7.5
%11.25
%68.63

Codes

Color #504A47 in popluar color models

504A47
RGB807471
HSL20°5.96%29.61%
HSB/HSV20°11.25%31.37%
CMYK0.00%7.50%11.25%
68.63%

Color #504A47 in popluar number systems.

HEX504A47
Decimal807471
Binary101000010010101000111
Octal120112107

Shades and tints

Shades of #504A47

#504A47
(80,74,71)
#494441
(73,68,65)
#423E3B
(66,62,59)
#3B3835
(59,56,53)
#34322F
(52,50,47)
#2D2C29
(45,44,41)
#262623
(38,38,35)
#1F201D
(31,32,29)
#181A17
(24,26,23)
#111411
(17,20,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #504A47

#504A47
(80,74,71)
#5F5A57
(95,90,87)
#6E6A67
(110,106,103)
#7D7A77
(125,122,119)
#8C8A87
(140,138,135)
#9B9A97
(155,154,151)
#AAAAA7
(170,170,167)
#B9BAB7
(185,186,183)
#C8CAC7
(200,202,199)
#D7DAD7
(215,218,215)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504A47 color. Also use rgb(80,74,71) instead hex code.

Text Font Color

.myTextColor { color: #504A47; }

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

This text font color is #504A47.


Background Color

.myBgColor { background-color: #504A47; }

<div style="background-color:#504A47">Inner text</div>

This div background color is #504A47.


Border color

.myBorderColor { border: 1px solid #504A47; }

<div style="border:3px solid #504A47">Div</div>

This div border color is #504A47.


Opacity

.myOpacity80 { color: #504A47; opacity: 0.8; }

<p style="color:#504A47;opacity:0.8;">80%</p>

Text with #504A47 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 #504A47;}

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

This text has shadow with #504A47 color.

.textShadow {text-shadow: 3px 3px 1px #504A47, 3px 3px 1px red;}

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

This text has shadow with #504A47 primary color and red secondary color.


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

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

This text has shadow with #504A47 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A47 on black background.


Color preview on white background

This text has color #504A47 on white background.



Black color preview on #504A47 background

This text has black color on #504A47 background.


White color preview on #504A47 background

This text has white color on #504A47 background.