COLOR #504E6B

HEX: #504E6B RGB: (80,78,107)

Color info

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

RGB color model

#504E6B color RGB value is (80,78,107).

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

RGB channels and saturation

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

80
78
107

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

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 107 = 265 (100%)
R 80 of 265 ~ 30.19%
G 78 of 265 ~ 29.43%
B 107 of 265 ~ 40.38'%

%30.19
%29.43
%40.38

CMYK color model

#504E6B color CMYK value is (25,27,0,58).

  • cyan value is 25.23%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (25,27,0,58)
C25M27Y0K58 (25%, 27%, 0%, 58%)
(0.25 / 0.27 / 0.00 / 0.58)

CMYK percentages

%25.23
%27.1
%0
%58.04

Codes

Color #504E6B in popluar color models

50 4E 6B
RGB 80 78 107
HSL 244° 15.68% 36.27%
HSB/HSV 244° 27.10% 41.96%
CMYK 25.23% 27.10% 0.00%
58.04%

Color #504E6B in popluar number systems.

HEX 50 4E 6B
Decimal 80 78 107
Binary 1010000 1001110 1101011
Octal 120 116 153

Shades and tints

Shades of #504E6B

#504E6B
(80,78,107)
#494762
(73,71,98)
#424059
(66,64,89)
#3B3950
(59,57,80)
#343247
(52,50,71)
#2D2B3E
(45,43,62)
#262435
(38,36,53)
#1F1D2C
(31,29,44)
#181623
(24,22,35)
#110F1A
(17,15,26)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #504E6B

#504E6B
(80,78,107)
#5F5E78
(95,94,120)
#6E6E85
(110,110,133)
#7D7E92
(125,126,146)
#8C8E9F
(140,142,159)
#9B9EAC
(155,158,172)
#AAAEB9
(170,174,185)
#B9BEC6
(185,190,198)
#C8CED3
(200,206,211)
#D7DEE0
(215,222,224)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E6B; }

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

This text font color is #504E6B.

Background Color

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

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

This div background color is #504E6B.

Border color

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

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

This div border color is #504E6B.

Opacity

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

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

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

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

This text has shadow with #504E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504E6B.

Preview

Color preview on black background

This text has color #504E6B on black background.


Color preview on white background

This text has color #504E6B on white background.


Black color preview on #504E6B background

This text has black color on #504E6B background.


White color preview on #504E6B background

This text has white color on #504E6B background.


Related colors

Complementary color

Complementary color for #hex is #AFB194.


I love getcolorcode.com

Triadic colors

1 #6B504E and #4E6B50 with #504E6B are triadic colors.

2 #6B4E50 and #4E506B with #504E6B are triadic colors.