COLOR #50444B

HEX: #50444B RGB: (80,68,75)

Color info

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

RGB color model

#50444B color RGB value is (80,68,75).

RGB: (80,68,75) (31%, 27%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 75 of 255 = 29%

80
68
75

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

Portions of RGB colors in percentages

R + G + B = 80 + 68 + 75 = 223 (100%)
R 80 of 223 ~ 35.87%
G 68 of 223 ~ 30.49%
B 75 of 223 ~ 33.63'%

%35.87
%30.49
%33.63

CMYK color model

#50444B color CMYK value is (0,15,6,69).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 6.25%
  • key color value is 68.63%

CMYK: (0,15,6,69)
C0M15Y6K69 (0%, 15%, 6%, 69%)
(0.00 / 0.15 / 0.06 / 0.69)

CMYK percentages

%0
%15
%6.25
%68.63

Codes

Color #50444B in popluar color models

50 44 4B
RGB 80 68 75
HSL 325° 8.11% 29.02%
HSB/HSV 325° 15.00% 31.37%
CMYK 0.00% 15.00% 6.25%
68.63%

Color #50444B in popluar number systems.

HEX 50 44 4B
Decimal 80 68 75
Binary 1010000 1000100 1001011
Octal 120 104 113

Shades and tints

Shades of #50444B

#50444B
(80,68,75)
#493E45
(73,62,69)
#42383F
(66,56,63)
#3B3239
(59,50,57)
#342C33
(52,44,51)
#2D262D
(45,38,45)
#262027
(38,32,39)
#1F1A21
(31,26,33)
#18141B
(24,20,27)
#110E15
(17,14,21)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #50444B

#50444B
(80,68,75)
#5F555B
(95,85,91)
#6E666B
(110,102,107)
#7D777B
(125,119,123)
#8C888B
(140,136,139)
#9B999B
(155,153,155)
#AAAAAB
(170,170,171)
#B9BBBB
(185,187,187)
#C8CCCB
(200,204,203)
#D7DDDB
(215,221,219)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50444B color. Also use rgb(80,68,75) instead hex code.

Text Font Color

.myTextColor { color: #50444B; }

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

This text font color is #50444B.

Background Color

.myBgColor { background-color: #50444B; }

<div style="background-color:#50444B">Inner text</div>

This div background color is #50444B.

Border color

.myBorderColor { border: 1px solid #50444B; }

<div style="border:3px solid #50444B">Div</div>

This div border color is #50444B.

Opacity

.myOpacity80 { color: #50444B; opacity: 0.8; }

<p style="color:#50444B;opacity:0.8;">80%</p>

Text with #50444B 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 #50444B;}

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

This text has shadow with #50444B color.


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

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

This text has shadow with #50444B primary color and red secondary color.


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

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

This text has shadow with #50444B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50444B.

Preview

Color preview on black background

This text has color #50444B on black background.


Color preview on white background

This text has color #50444B on white background.


Black color preview on #50444B background

This text has black color on #50444B background.


White color preview on #50444B background

This text has white color on #50444B background.


Related colors

Complementary color

Complementary color for #hex is #AFBBB4.


I love getcolorcode.com

Triadic colors

1 #4B5044 and #444B50 with #50444B are triadic colors.

2 #4B4450 and #44504B with #50444B are triadic colors.