COLOR #504E6A

HEX: #504E6A RGB: (80,78,106)

Color info

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

RGB color model

#504E6A color RGB value is (80,78,106).

RGB: (80,78,106) (31%, 31%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 106 of 255 = 42%

80
78
106

R + G + B ~ 35%. #504E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 106 = 264 (100%)
R 80 of 264 ~ 30.3%
G 78 of 264 ~ 29.55%
B 106 of 264 ~ 40.15'%

%30.3
%29.55
%40.15

CMYK color model

#504E6A color CMYK value is (25,26,0,58).

  • cyan value is 24.53%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (25,26,0,58)
C25M26Y0K58 (25%, 26%, 0%, 58%)
(0.25 / 0.26 / 0.00 / 0.58)

CMYK percentages

%24.53
%26.42
%0
%58.43

Codes

Color #504E6A in popluar color models

50 4E 6A
RGB 80 78 106
HSL 244° 15.22% 36.08%
HSB/HSV 244° 26.42% 41.57%
CMYK 24.53% 26.42% 0.00%
58.43%

Color #504E6A in popluar number systems.

HEX 50 4E 6A
Decimal 80 78 106
Binary 1010000 1001110 1101010
Octal 120 116 152

Shades and tints

Shades of #504E6A

#504E6A
(80,78,106)
#494761
(73,71,97)
#424058
(66,64,88)
#3B394F
(59,57,79)
#343246
(52,50,70)
#2D2B3D
(45,43,61)
#262434
(38,36,52)
#1F1D2B
(31,29,43)
#181622
(24,22,34)
#110F19
(17,15,25)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #504E6A

#504E6A
(80,78,106)
#5F5E77
(95,94,119)
#6E6E84
(110,110,132)
#7D7E91
(125,126,145)
#8C8E9E
(140,142,158)
#9B9EAB
(155,158,171)
#AAAEB8
(170,174,184)
#B9BEC5
(185,190,197)
#C8CED2
(200,206,210)
#D7DEDF
(215,222,223)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E6A; }

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

This text font color is #504E6A.

Background Color

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

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

This div background color is #504E6A.

Border color

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

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

This div border color is #504E6A.

Opacity

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

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

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

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

This text has shadow with #504E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504E6A.

Preview

Color preview on black background

This text has color #504E6A on black background.


Color preview on white background

This text has color #504E6A on white background.


Black color preview on #504E6A background

This text has black color on #504E6A background.


White color preview on #504E6A background

This text has white color on #504E6A background.


Related colors

Complementary color

Complementary color for #hex is #AFB195.


I love getcolorcode.com

Triadic colors

1 #6A504E and #4E6A50 with #504E6A are triadic colors.

2 #6A4E50 and #4E506A with #504E6A are triadic colors.