COLOR #50344F

HEX: #50344F RGB: (80,52,79)

Color info

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

RGB color model

#50344F color RGB value is (80,52,79).

RGB: (80,52,79) (31%, 20%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 79 of 255 = 31%

80
52
79

R + G + B ~ 27%. #50344F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 52 + 79 = 211 (100%)
R 80 of 211 ~ 37.91%
G 52 of 211 ~ 24.64%
B 79 of 211 ~ 37.44'%

%37.91
%24.64
%37.44

CMYK color model

#50344F color CMYK value is (0,35,1,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 1.25%
  • key color value is 68.63%

CMYK: (0,35,1,69)
C0M35Y1K69 (0%, 35%, 1%, 69%)
(0.00 / 0.35 / 0.01 / 0.69)

CMYK percentages

%0
%35
%1.25
%68.63

Codes

Color #50344F in popluar color models

50 34 4F
RGB 80 52 79
HSL 302° 21.21% 25.88%
HSB/HSV 302° 35.00% 31.37%
CMYK 0.00% 35.00% 1.25%
68.63%

Color #50344F in popluar number systems.

HEX 50 34 4F
Decimal 80 52 79
Binary 1010000 110100 1001111
Octal 120 64 117

Shades and tints

Shades of #50344F

#50344F
(80,52,79)
#493048
(73,48,72)
#422C41
(66,44,65)
#3B283A
(59,40,58)
#342433
(52,36,51)
#2D202C
(45,32,44)
#261C25
(38,28,37)
#1F181E
(31,24,30)
#181417
(24,20,23)
#111010
(17,16,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #50344F

#50344F
(80,52,79)
#5F465F
(95,70,95)
#6E586F
(110,88,111)
#7D6A7F
(125,106,127)
#8C7C8F
(140,124,143)
#9B8E9F
(155,142,159)
#AAA0AF
(170,160,175)
#B9B2BF
(185,178,191)
#C8C4CF
(200,196,207)
#D7D6DF
(215,214,223)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50344F color. Also use rgb(80,52,79) instead hex code.

Text Font Color

.myTextColor { color: #50344F; }

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

This text font color is #50344F.

Background Color

.myBgColor { background-color: #50344F; }

<div style="background-color:#50344F">Inner text</div>

This div background color is #50344F.

Border color

.myBorderColor { border: 1px solid #50344F; }

<div style="border:3px solid #50344F">Div</div>

This div border color is #50344F.

Opacity

.myOpacity80 { color: #50344F; opacity: 0.8; }

<p style="color:#50344F;opacity:0.8;">80%</p>

Text with #50344F 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 #50344F;}

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

This text has shadow with #50344F color.


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

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

This text has shadow with #50344F primary color and red secondary color.


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

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

This text has shadow with #50344F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50344F.

Preview

Color preview on black background

This text has color #50344F on black background.


Color preview on white background

This text has color #50344F on white background.


Black color preview on #50344F background

This text has black color on #50344F background.


White color preview on #50344F background

This text has white color on #50344F background.


Related colors

Complementary color

Complementary color for #hex is #AFCBB0.


I love getcolorcode.com

Triadic colors

1 #4F5034 and #344F50 with #50344F are triadic colors.

2 #4F3450 and #34504F with #50344F are triadic colors.