COLOR #50324E

HEX: #50324E
RGB: (80,50,78)

Color info

#50324E contains red, green and blue colors in about the same proportion. Web safe color of #50324E is #663366 (or #636).

RGB color model

#50324E color RGB value is (80,50,78).

  • red value is 80;
  • green value is 50;
  • blue value is 78.
RGB:
(80,50,78)
(31%,20%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 50 of 255 = 20%
B 78 of 255 = 31%

80
50
78

R + G + B ~ 27%. #50324E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 78 = 208 (100%)
R 80 of 208 ~ 38.46%
G 50 of 208 ~ 24.04%
B 78 of 208 ~ 37.5%

%38.46
%24.04
%37.5

CMYK color model

#50324E color CMYK value is (0,38,2,69).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,38,2,69)
C0M38Y2K69 
(0%,38%,2%,69%)
(0.00/0.38/0.02/0.69)	

CMYK percentages

%0
%37.5
%2.5
%68.63

Codes

Color #50324E in popluar color models

50324E
RGB805078
HSL304°23.08%25.49%
HSB/HSV304°37.50%31.37%
CMYK0.00%37.50%2.50%
68.63%

Color #50324E in popluar number systems.

HEX50324E
Decimal805078
Binary10100001100101001110
Octal12062116

Shades and tints

Shades of #50324E

#50324E
(80,50,78)
#492E47
(73,46,71)
#422A40
(66,42,64)
#3B2639
(59,38,57)
#342232
(52,34,50)
#2D1E2B
(45,30,43)
#261A24
(38,26,36)
#1F161D
(31,22,29)
#181216
(24,18,22)
#110E0F
(17,14,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #50324E

#50324E
(80,50,78)
#5F445E
(95,68,94)
#6E566E
(110,86,110)
#7D687E
(125,104,126)
#8C7A8E
(140,122,142)
#9B8C9E
(155,140,158)
#AA9EAE
(170,158,174)
#B9B0BE
(185,176,190)
#C8C2CE
(200,194,206)
#D7D4DE
(215,212,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50324E color. Also use rgb(80,50,78) instead hex code.

Text Font Color

.myTextColor { color: #50324E; }

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

This text font color is #50324E.


Background Color

.myBgColor { background-color: #50324E; }

<div style="background-color:#50324E">Inner text</div>

This div background color is #50324E.


Border color

.myBorderColor { border: 1px solid #50324E; }

<div style="border:3px solid #50324E">Div</div>

This div border color is #50324E.


Opacity

.myOpacity80 { color: #50324E; opacity: 0.8; }

<p style="color:#50324E;opacity:0.8;">80%</p>

Text with #50324E 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 #50324E;}

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

This text has shadow with #50324E color.

.textShadow {text-shadow: 3px 3px 1px #50324E, 3px 3px 1px red;}

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

This text has shadow with #50324E primary color and red secondary color.


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

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

This text has shadow with #50324E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50324E on black background.


Color preview on white background

This text has color #50324E on white background.



Black color preview on #50324E background

This text has black color on #50324E background.


White color preview on #50324E background

This text has white color on #50324E background.