COLOR #504E64

HEX: #504E64 RGB: (80,78,100)

Color info

#504E64 contains red, green and blue colors in about the same proportion. Web safe color of #504E64 is #666666 (or #666).

RGB color model

#504E64 color RGB value is (80,78,100).

RGB: (80,78,100) (31%, 31%, 39%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 100 of 255 = 39%

80
78
100

R + G + B ~ 34%. #504E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 100 = 258 (100%)
R 80 of 258 ~ 31.01%
G 78 of 258 ~ 30.23%
B 100 of 258 ~ 38.76'%

%31.01
%30.23
%38.76

CMYK color model

#504E64 color CMYK value is (20,22,0,61).

  • cyan value is 20.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (20,22,0,61) C20M22Y0K61 (20%,22%,0%,61%) (0.20/0.22/0.00/0.61) 

CMYK percentages

%20
%22
%0
%60.78

Codes

Color #504E64 in popluar color models

50 4E 64
RGB 80 78 100
HSL 245° 12.36% 34.90%
HSB/HSV 245° 22.00% 39.22%
CMYK 20.00% 22.00% 0.00%
60.78%

Color #504E64 in popluar number systems.

HEX 50 4E 64
Decimal 80 78 100
Binary 1010000 1001110 1100100
Octal 120 116 144

Shades and tints

Shades of #504E64

#504E64
(80,78,100)
#49475B
(73,71,91)
#424052
(66,64,82)
#3B3949
(59,57,73)
#343240
(52,50,64)
#2D2B37
(45,43,55)
#26242E
(38,36,46)
#1F1D25
(31,29,37)
#18161C
(24,22,28)
#110F13
(17,15,19)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #504E64

#504E64
(80,78,100)
#5F5E72
(95,94,114)
#6E6E80
(110,110,128)
#7D7E8E
(125,126,142)
#8C8E9C
(140,142,156)
#9B9EAA
(155,158,170)
#AAAEB8
(170,174,184)
#B9BEC6
(185,190,198)
#C8CED4
(200,206,212)
#D7DEE2
(215,222,226)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E64; }

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

This text font color is #504E64.

Background Color

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

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

This div background color is #504E64.

Border color

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

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

This div border color is #504E64.

Opacity

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

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

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

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

This text has shadow with #504E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504E64.

Preview

Color preview on black background

This text has color #504E64 on black background.


Color preview on white background

This text has color #504E64 on white background.


Black color preview on #504E64 background

This text has black color on #504E64 background.


White color preview on #504E64 background

This text has white color on #504E64 background.


Related colors

Complementary color

Complementary color for #hex is #AFB19B.


I love getcolorcode.com

Triadic colors

1 #64504E and #4E6450 with #504E64 are triadic colors.

2 #644E50 and #4E5064 with #504E64 are triadic colors.