COLOR #504A60

HEX: #504A60 RGB: (80,74,96)

Color info

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

RGB color model

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

RGB: (80,74,96) (31%, 29%, 38%)

RGB channels and saturation

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

80
74
96

R + G + B ~ 33%. #504A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 74 + 96 = 250 (100%)
R 80 of 250 ~ 32%
G 74 of 250 ~ 29.6%
B 96 of 250 ~ 38.4'%

%32
%29.6
%38.4

CMYK color model

#504A60 color CMYK value is (17,23,0,62).

  • cyan value is 16.67%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (17,23,0,62)
C17M23Y0K62 (17%, 23%, 0%, 62%)
(0.17 / 0.23 / 0.00 / 0.62)

CMYK percentages

%16.67
%22.92
%0
%62.35

Codes

Color #504A60 in popluar color models

50 4A 60
RGB 80 74 96
HSL 256° 12.94% 33.33%
HSB/HSV 256° 22.92% 37.65%
CMYK 16.67% 22.92% 0.00%
62.35%

Color #504A60 in popluar number systems.

HEX 50 4A 60
Decimal 80 74 96
Binary 1010000 1001010 1100000
Octal 120 112 140

Shades and tints

Shades of #504A60

#504A60
(80,74,96)
#494458
(73,68,88)
#423E50
(66,62,80)
#3B3848
(59,56,72)
#343240
(52,50,64)
#2D2C38
(45,44,56)
#262630
(38,38,48)
#1F2028
(31,32,40)
#181A20
(24,26,32)
#111418
(17,20,24)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #504A60

#504A60
(80,74,96)
#5F5A6E
(95,90,110)
#6E6A7C
(110,106,124)
#7D7A8A
(125,122,138)
#8C8A98
(140,138,152)
#9B9AA6
(155,154,166)
#AAAAB4
(170,170,180)
#B9BAC2
(185,186,194)
#C8CAD0
(200,202,208)
#D7DADE
(215,218,222)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A60; }

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

This text font color is #504A60.

Background Color

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

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

This div background color is #504A60.

Border color

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

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

This div border color is #504A60.

Opacity

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

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

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

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

This text has shadow with #504A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504A60.

Preview

Color preview on black background

This text has color #504A60 on black background.


Color preview on white background

This text has color #504A60 on white background.


Black color preview on #504A60 background

This text has black color on #504A60 background.


White color preview on #504A60 background

This text has white color on #504A60 background.


Related colors

Complementary color

Complementary color for #hex is #AFB59F.


I love getcolorcode.com

Triadic colors

1 #60504A and #4A6050 with #504A60 are triadic colors.

2 #604A50 and #4A5060 with #504A60 are triadic colors.