COLOR #50434D

HEX: #50434D
RGB: (80,67,77)

Color info

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

RGB color model

#50434D color RGB value is (80,67,77).

  • red value is 80;
  • green value is 67;
  • blue value is 77.
RGB:
(80,67,77)
(31%,26%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 77 of 255 = 30%

80
67
77

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

Portions of RGB colors in percentages

R + G + B =
80 + 67 + 77 = 224 (100%)
R 80 of 224 ~ 35.71%
G 67 of 224 ~ 29.91%
B 77 of 224 ~ 34.38%

%35.71
%29.91
%34.38

CMYK color model

#50434D color CMYK value is (0,16,4,69).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(0,16,4,69)
C0M16Y4K69 
(0%,16%,4%,69%)
(0.00/0.16/0.04/0.69)	

CMYK percentages

%0
%16.25
%3.75
%68.63

Codes

Color #50434D in popluar color models

50434D
RGB806777
HSL314°8.84%28.82%
HSB/HSV314°16.25%31.37%
CMYK0.00%16.25%3.75%
68.63%

Color #50434D in popluar number systems.

HEX50434D
Decimal806777
Binary101000010000111001101
Octal120103115

Shades and tints

Shades of #50434D

#50434D
(80,67,77)
#493D46
(73,61,70)
#42373F
(66,55,63)
#3B3138
(59,49,56)
#342B31
(52,43,49)
#2D252A
(45,37,42)
#261F23
(38,31,35)
#1F191C
(31,25,28)
#181315
(24,19,21)
#110D0E
(17,13,14)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #50434D

#50434D
(80,67,77)
#5F545D
(95,84,93)
#6E656D
(110,101,109)
#7D767D
(125,118,125)
#8C878D
(140,135,141)
#9B989D
(155,152,157)
#AAA9AD
(170,169,173)
#B9BABD
(185,186,189)
#C8CBCD
(200,203,205)
#D7DCDD
(215,220,221)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50434D; }

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

This text font color is #50434D.


Background Color

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

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

This div background color is #50434D.


Border color

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

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

This div border color is #50434D.


Opacity

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

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

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

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

This text has shadow with #50434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50434D on black background.


Color preview on white background

This text has color #50434D on white background.



Black color preview on #50434D background

This text has black color on #50434D background.


White color preview on #50434D background

This text has white color on #50434D background.