COLOR #50444C

HEX: #50444C RGB: (80,68,76)

Color info

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

RGB color model

#50444C color RGB value is (80,68,76).

RGB: (80,68,76) (31%, 27%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 76 of 255 = 30%

80
68
76

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

Portions of RGB colors in percentages

R + G + B = 80 + 68 + 76 = 224 (100%)
R 80 of 224 ~ 35.71%
G 68 of 224 ~ 30.36%
B 76 of 224 ~ 33.93'%

%35.71
%30.36
%33.93

CMYK color model

#50444C color CMYK value is (0,15,5,69).

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

CMYK: (0,15,5,69)
C0M15Y5K69 (0%, 15%, 5%, 69%)
(0.00 / 0.15 / 0.05 / 0.69)

CMYK percentages

%0
%15
%5
%68.63

Codes

Color #50444C in popluar color models

50 44 4C
RGB 80 68 76
HSL 320° 8.11% 29.02%
HSB/HSV 320° 15.00% 31.37%
CMYK 0.00% 15.00% 5.00%
68.63%

Color #50444C in popluar number systems.

HEX 50 44 4C
Decimal 80 68 76
Binary 1010000 1000100 1001100
Octal 120 104 114

Shades and tints

Shades of #50444C

#50444C
(80,68,76)
#493E46
(73,62,70)
#423840
(66,56,64)
#3B323A
(59,50,58)
#342C34
(52,44,52)
#2D262E
(45,38,46)
#262028
(38,32,40)
#1F1A22
(31,26,34)
#18141C
(24,20,28)
#110E16
(17,14,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #50444C

#50444C
(80,68,76)
#5F555C
(95,85,92)
#6E666C
(110,102,108)
#7D777C
(125,119,124)
#8C888C
(140,136,140)
#9B999C
(155,153,156)
#AAAAAC
(170,170,172)
#B9BBBC
(185,187,188)
#C8CCCC
(200,204,204)
#D7DDDC
(215,221,220)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50444C; }

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

This text font color is #50444C.

Background Color

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

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

This div background color is #50444C.

Border color

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

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

This div border color is #50444C.

Opacity

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

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

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

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

This text has shadow with #50444C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50444C.

Preview

Color preview on black background

This text has color #50444C on black background.


Color preview on white background

This text has color #50444C on white background.


Black color preview on #50444C background

This text has black color on #50444C background.


White color preview on #50444C background

This text has white color on #50444C background.


Related colors

Complementary color

Complementary color for #hex is #AFBBB3.


I love getcolorcode.com

Triadic colors

1 #4C5044 and #444C50 with #50444C are triadic colors.

2 #4C4450 and #44504C with #50444C are triadic colors.