COLOR #504A4E

HEX: #504A4E RGB: (80,74,78)

Color info

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

RGB color model

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

RGB: (80,74,78) (31%, 29%, 31%)

RGB channels and saturation

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

80
74
78

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

Portions of RGB colors in percentages

R + G + B = 80 + 74 + 78 = 232 (100%)
R 80 of 232 ~ 34.48%
G 74 of 232 ~ 31.9%
B 78 of 232 ~ 33.62'%

%34.48
%31.9
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 2.50%
  • key color value is 68.63%

CMYK: (0,7,2,69)
C0M7Y2K69 (0%, 7%, 2%, 69%)
(0.00 / 0.07 / 0.02 / 0.69)

CMYK percentages

%0
%7.5
%2.5
%68.63

Codes

Color #504A4E in popluar color models

50 4A 4E
RGB 80 74 78
HSL 320° 3.90% 30.20%
HSB/HSV 320° 7.50% 31.37%
CMYK 0.00% 7.50% 2.50%
68.63%

Color #504A4E in popluar number systems.

HEX 50 4A 4E
Decimal 80 74 78
Binary 1010000 1001010 1001110
Octal 120 112 116

Shades and tints

Shades of #504A4E

#504A4E
(80,74,78)
#494447
(73,68,71)
#423E40
(66,62,64)
#3B3839
(59,56,57)
#343232
(52,50,50)
#2D2C2B
(45,44,43)
#262624
(38,38,36)
#1F201D
(31,32,29)
#181A16
(24,26,22)
#11140F
(17,20,15)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #504A4E

#504A4E
(80,74,78)
#5F5A5E
(95,90,94)
#6E6A6E
(110,106,110)
#7D7A7E
(125,122,126)
#8C8A8E
(140,138,142)
#9B9A9E
(155,154,158)
#AAAAAE
(170,170,174)
#B9BABE
(185,186,190)
#C8CACE
(200,202,206)
#D7DADE
(215,218,222)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A4E; }

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

This text font color is #504A4E.

Background Color

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

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

This div background color is #504A4E.

Border color

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

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

This div border color is #504A4E.

Opacity

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

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

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

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

This text has shadow with #504A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504A4E.

Preview

Color preview on black background

This text has color #504A4E on black background.


Color preview on white background

This text has color #504A4E on white background.


Black color preview on #504A4E background

This text has black color on #504A4E background.


White color preview on #504A4E background

This text has white color on #504A4E background.


Related colors

Complementary color

Complementary color for #hex is #AFB5B1.


I love getcolorcode.com

Triadic colors

1 #4E504A and #4A4E50 with #504A4E are triadic colors.

2 #4E4A50 and #4A504E with #504A4E are triadic colors.