COLOR #50414D

HEX: #50414D RGB: (80,65,77)

Color info

#50414D contains red, green and blue colors in about the same proportion. Web safe color of #50414D is #663333 (or #633).

RGB color model

#50414D color RGB value is (80,65,77).

RGB: (80,65,77) (31%, 25%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 77 of 255 = 30%

80
65
77

R + G + B ~ 29%. #50414D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 65 + 77 = 222 (100%)
R 80 of 222 ~ 36.04%
G 65 of 222 ~ 29.28%
B 77 of 222 ~ 34.68'%

%36.04
%29.28
%34.68

CMYK color model

#50414D color CMYK value is (0,19,4,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 3.75%
  • key color value is 68.63%

CMYK: (0,19,4,69)
C0M19Y4K69 (0%, 19%, 4%, 69%)
(0.00 / 0.19 / 0.04 / 0.69)

CMYK percentages

%0
%18.75
%3.75
%68.63

Codes

Color #50414D in popluar color models

50 41 4D
RGB 80 65 77
HSL 312° 10.34% 28.43%
HSB/HSV 312° 18.75% 31.37%
CMYK 0.00% 18.75% 3.75%
68.63%

Color #50414D in popluar number systems.

HEX 50 41 4D
Decimal 80 65 77
Binary 1010000 1000001 1001101
Octal 120 101 115

Shades and tints

Shades of #50414D

#50414D
(80,65,77)
#493C46
(73,60,70)
#42373F
(66,55,63)
#3B3238
(59,50,56)
#342D31
(52,45,49)
#2D282A
(45,40,42)
#262323
(38,35,35)
#1F1E1C
(31,30,28)
#181915
(24,25,21)
#11140E
(17,20,14)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #50414D

#50414D
(80,65,77)
#5F525D
(95,82,93)
#6E636D
(110,99,109)
#7D747D
(125,116,125)
#8C858D
(140,133,141)
#9B969D
(155,150,157)
#AAA7AD
(170,167,173)
#B9B8BD
(185,184,189)
#C8C9CD
(200,201,205)
#D7DADD
(215,218,221)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50414D color. Also use rgb(80,65,77) instead hex code.

Text Font Color

.myTextColor { color: #50414D; }

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

This text font color is #50414D.

Background Color

.myBgColor { background-color: #50414D; }

<div style="background-color:#50414D">Inner text</div>

This div background color is #50414D.

Border color

.myBorderColor { border: 1px solid #50414D; }

<div style="border:3px solid #50414D">Div</div>

This div border color is #50414D.

Opacity

.myOpacity80 { color: #50414D; opacity: 0.8; }

<p style="color:#50414D;opacity:0.8;">80%</p>

Text with #50414D 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 #50414D;}

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

This text has shadow with #50414D color.


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

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

This text has shadow with #50414D primary color and red secondary color.


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

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

This text has shadow with #50414D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50414D.

Preview

Color preview on black background

This text has color #50414D on black background.


Color preview on white background

This text has color #50414D on white background.


Black color preview on #50414D background

This text has black color on #50414D background.


White color preview on #50414D background

This text has white color on #50414D background.


Related colors

Complementary color

Complementary color for #hex is #AFBEB2.


I love getcolorcode.com

Triadic colors

1 #4D5041 and #414D50 with #50414D are triadic colors.

2 #4D4150 and #41504D with #50414D are triadic colors.