COLOR #504A50

HEX: #504A50
RGB: (80,74,80)

Color info

#504A50 contains red, green and blue colors in about the same proportion. Web safe color of #504A50 is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

80
74
80

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

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 80 = 234 (100%)
R 80 of 234 ~ 34.19%
G 74 of 234 ~ 31.62%
B 80 of 234 ~ 34.19%

%34.19
%31.62
%34.19

CMYK color model

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

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

CMYK percentages

%0
%7.5
%0
%68.63

Codes

Color #504A50 in popluar color models

504A50
RGB807480
HSL300°3.90%30.20%
HSB/HSV300°7.50%31.37%
CMYK0.00%7.50%0.00%
68.63%

Color #504A50 in popluar number systems.

HEX504A50
Decimal807480
Binary101000010010101010000
Octal120112120

Shades and tints

Shades of #504A50

#504A50
(80,74,80)
#494449
(73,68,73)
#423E42
(66,62,66)
#3B383B
(59,56,59)
#343234
(52,50,52)
#2D2C2D
(45,44,45)
#262626
(38,38,38)
#1F201F
(31,32,31)
#181A18
(24,26,24)
#111411
(17,20,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #504A50

#504A50
(80,74,80)
#5F5A5F
(95,90,95)
#6E6A6E
(110,106,110)
#7D7A7D
(125,122,125)
#8C8A8C
(140,138,140)
#9B9A9B
(155,154,155)
#AAAAAA
(170,170,170)
#B9BAB9
(185,186,185)
#C8CAC8
(200,202,200)
#D7DAD7
(215,218,215)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A50; }

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

This text font color is #504A50.


Background Color

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

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

This div background color is #504A50.


Border color

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

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

This div border color is #504A50.


Opacity

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

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

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

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

This text has shadow with #504A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A50 on black background.


Color preview on white background

This text has color #504A50 on white background.



Black color preview on #504A50 background

This text has black color on #504A50 background.


White color preview on #504A50 background

This text has white color on #504A50 background.