COLOR #504A49

HEX: #504A49
RGB: (80,74,73)

Color info

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

RGB color model

#504A49 color RGB value is (80,74,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 73 of 255 = 29%

80
74
73

R + G + B ~ 30%. #504A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 73 = 227 (100%)
R 80 of 227 ~ 35.24%
G 74 of 227 ~ 32.6%
B 73 of 227 ~ 32.16%

%35.24
%32.6
%32.16

CMYK color model

#504A49 color CMYK value is (0,7,9,69).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,7,9,69)
C0M7Y9K69 
(0%,7%,9%,69%)
(0.00/0.07/0.09/0.69)	

CMYK percentages

%0
%7.5
%8.75
%68.63

Codes

Color #504A49 in popluar color models

504A49
RGB807473
HSL4.58%30.00%
HSB/HSV8.75%31.37%
CMYK0.00%7.50%8.75%
68.63%

Color #504A49 in popluar number systems.

HEX504A49
Decimal807473
Binary101000010010101001001
Octal120112111

Shades and tints

Shades of #504A49

#504A49
(80,74,73)
#494443
(73,68,67)
#423E3D
(66,62,61)
#3B3837
(59,56,55)
#343231
(52,50,49)
#2D2C2B
(45,44,43)
#262625
(38,38,37)
#1F201F
(31,32,31)
#181A19
(24,26,25)
#111413
(17,20,19)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #504A49

#504A49
(80,74,73)
#5F5A59
(95,90,89)
#6E6A69
(110,106,105)
#7D7A79
(125,122,121)
#8C8A89
(140,138,137)
#9B9A99
(155,154,153)
#AAAAA9
(170,170,169)
#B9BAB9
(185,186,185)
#C8CAC9
(200,202,201)
#D7DAD9
(215,218,217)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A49; }

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

This text font color is #504A49.


Background Color

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

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

This div background color is #504A49.


Border color

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

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

This div border color is #504A49.


Opacity

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

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

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

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

This text has shadow with #504A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A49 on black background.


Color preview on white background

This text has color #504A49 on white background.



Black color preview on #504A49 background

This text has black color on #504A49 background.


White color preview on #504A49 background

This text has white color on #504A49 background.