COLOR #50364C

HEX: #50364C RGB: (80,54,76)

Color info

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

RGB color model

#50364C color RGB value is (80,54,76).

RGB: (80,54,76) (31%, 21%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 76 of 255 = 30%

80
54
76

R + G + B ~ 27%. #50364C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 54 + 76 = 210 (100%)
R 80 of 210 ~ 38.1%
G 54 of 210 ~ 25.71%
B 76 of 210 ~ 36.19'%

%38.1
%25.71
%36.19

CMYK color model

#50364C color CMYK value is (0,33,5,69).

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

CMYK: (0,33,5,69)
C0M33Y5K69 (0%, 33%, 5%, 69%)
(0.00 / 0.33 / 0.05 / 0.69)

CMYK percentages

%0
%32.5
%5
%68.63

Codes

Color #50364C in popluar color models

50 36 4C
RGB 80 54 76
HSL 309° 19.40% 26.27%
HSB/HSV 309° 32.50% 31.37%
CMYK 0.00% 32.50% 5.00%
68.63%

Color #50364C in popluar number systems.

HEX 50 36 4C
Decimal 80 54 76
Binary 1010000 110110 1001100
Octal 120 66 114

Shades and tints

Shades of #50364C

#50364C
(80,54,76)
#493246
(73,50,70)
#422E40
(66,46,64)
#3B2A3A
(59,42,58)
#342634
(52,38,52)
#2D222E
(45,34,46)
#261E28
(38,30,40)
#1F1A22
(31,26,34)
#18161C
(24,22,28)
#111216
(17,18,22)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #50364C

#50364C
(80,54,76)
#5F485C
(95,72,92)
#6E5A6C
(110,90,108)
#7D6C7C
(125,108,124)
#8C7E8C
(140,126,140)
#9B909C
(155,144,156)
#AAA2AC
(170,162,172)
#B9B4BC
(185,180,188)
#C8C6CC
(200,198,204)
#D7D8DC
(215,216,220)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50364C; }

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

This text font color is #50364C.

Background Color

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

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

This div background color is #50364C.

Border color

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

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

This div border color is #50364C.

Opacity

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

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

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

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

This text has shadow with #50364C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50364C.

Preview

Color preview on black background

This text has color #50364C on black background.


Color preview on white background

This text has color #50364C on white background.


Black color preview on #50364C background

This text has black color on #50364C background.


White color preview on #50364C background

This text has white color on #50364C background.


Related colors

Complementary color

Complementary color for #hex is #AFC9B3.


I love getcolorcode.com

Triadic colors

1 #4C5036 and #364C50 with #50364C are triadic colors.

2 #4C3650 and #36504C with #50364C are triadic colors.