COLOR #50514E

HEX: #50514E RGB: (80,81,78)

Color info

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

RGB color model

#50514E color RGB value is (80,81,78).

RGB: (80,81,78) (31%, 32%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 78 of 255 = 31%

80
81
78

R + G + B ~ 31%. #50514E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 81 + 78 = 239 (100%)
R 80 of 239 ~ 33.47%
G 81 of 239 ~ 33.89%
B 78 of 239 ~ 32.64'%

%33.47
%33.89
%32.64

CMYK color model

#50514E color CMYK value is (1,0,4,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 68.24%

CMYK: (1,0,4,68)
C1M0Y4K68 (1%, 0%, 4%, 68%)
(0.01 / 0.00 / 0.04 / 0.68)

CMYK percentages

%1.23
%0
%3.7
%68.24

Codes

Color #50514E in popluar color models

50 51 4E
RGB 80 81 78
HSL 80° 1.89% 31.18%
HSB/HSV 80° 3.70% 31.76%
CMYK 1.23% 0.00% 3.70%
68.24%

Color #50514E in popluar number systems.

HEX 50 51 4E
Decimal 80 81 78
Binary 1010000 1010001 1001110
Octal 120 121 116

Shades and tints

Shades of #50514E

#50514E
(80,81,78)
#494A47
(73,74,71)
#424340
(66,67,64)
#3B3C39
(59,60,57)
#343532
(52,53,50)
#2D2E2B
(45,46,43)
#262724
(38,39,36)
#1F201D
(31,32,29)
#181916
(24,25,22)
#11120F
(17,18,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #50514E

#50514E
(80,81,78)
#5F605E
(95,96,94)
#6E6F6E
(110,111,110)
#7D7E7E
(125,126,126)
#8C8D8E
(140,141,142)
#9B9C9E
(155,156,158)
#AAABAE
(170,171,174)
#B9BABE
(185,186,190)
#C8C9CE
(200,201,206)
#D7D8DE
(215,216,222)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50514E color. Also use rgb(80,81,78) instead hex code.

Text Font Color

.myTextColor { color: #50514E; }

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

This text font color is #50514E.

Background Color

.myBgColor { background-color: #50514E; }

<div style="background-color:#50514E">Inner text</div>

This div background color is #50514E.

Border color

.myBorderColor { border: 1px solid #50514E; }

<div style="border:3px solid #50514E">Div</div>

This div border color is #50514E.

Opacity

.myOpacity80 { color: #50514E; opacity: 0.8; }

<p style="color:#50514E;opacity:0.8;">80%</p>

Text with #50514E 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 #50514E;}

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

This text has shadow with #50514E color.


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

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

This text has shadow with #50514E primary color and red secondary color.


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

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

This text has shadow with #50514E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50514E.

Preview

Color preview on black background

This text has color #50514E on black background.


Color preview on white background

This text has color #50514E on white background.


Black color preview on #50514E background

This text has black color on #50514E background.


White color preview on #50514E background

This text has white color on #50514E background.


Related colors

Complementary color

Complementary color for #hex is #AFAEB1.


I love getcolorcode.com

Triadic colors

1 #4E5051 and #514E50 with #50514E are triadic colors.

2 #4E5150 and #51504E with #50514E are triadic colors.