COLOR #50334D

HEX: #50334D RGB: (80,51,77)

Color info

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

RGB color model

#50334D color RGB value is (80,51,77).

RGB: (80,51,77) (31%, 20%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 77 of 255 = 30%

80
51
77

R + G + B ~ 27%. #50334D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 51 + 77 = 208 (100%)
R 80 of 208 ~ 38.46%
G 51 of 208 ~ 24.52%
B 77 of 208 ~ 37.02'%

%38.46
%24.52
%37.02

CMYK color model

#50334D color CMYK value is (0,36,4,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 3.75%
  • key color value is 68.63%

CMYK: (0,36,4,69)
C0M36Y4K69 (0%, 36%, 4%, 69%)
(0.00 / 0.36 / 0.04 / 0.69)

CMYK percentages

%0
%36.25
%3.75
%68.63

Codes

Color #50334D in popluar color models

50 33 4D
RGB 80 51 77
HSL 306° 22.14% 25.69%
HSB/HSV 306° 36.25% 31.37%
CMYK 0.00% 36.25% 3.75%
68.63%

Color #50334D in popluar number systems.

HEX 50 33 4D
Decimal 80 51 77
Binary 1010000 110011 1001101
Octal 120 63 115

Shades and tints

Shades of #50334D

#50334D
(80,51,77)
#492F46
(73,47,70)
#422B3F
(66,43,63)
#3B2738
(59,39,56)
#342331
(52,35,49)
#2D1F2A
(45,31,42)
#261B23
(38,27,35)
#1F171C
(31,23,28)
#181315
(24,19,21)
#110F0E
(17,15,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #50334D

#50334D
(80,51,77)
#5F455D
(95,69,93)
#6E576D
(110,87,109)
#7D697D
(125,105,125)
#8C7B8D
(140,123,141)
#9B8D9D
(155,141,157)
#AA9FAD
(170,159,173)
#B9B1BD
(185,177,189)
#C8C3CD
(200,195,205)
#D7D5DD
(215,213,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50334D color. Also use rgb(80,51,77) instead hex code.

Text Font Color

.myTextColor { color: #50334D; }

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

This text font color is #50334D.

Background Color

.myBgColor { background-color: #50334D; }

<div style="background-color:#50334D">Inner text</div>

This div background color is #50334D.

Border color

.myBorderColor { border: 1px solid #50334D; }

<div style="border:3px solid #50334D">Div</div>

This div border color is #50334D.

Opacity

.myOpacity80 { color: #50334D; opacity: 0.8; }

<p style="color:#50334D;opacity:0.8;">80%</p>

Text with #50334D 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 #50334D;}

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

This text has shadow with #50334D color.


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

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

This text has shadow with #50334D primary color and red secondary color.


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

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

This text has shadow with #50334D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50334D.

Preview

Color preview on black background

This text has color #50334D on black background.


Color preview on white background

This text has color #50334D on white background.


Black color preview on #50334D background

This text has black color on #50334D background.


White color preview on #50334D background

This text has white color on #50334D background.


Related colors

Complementary color

Complementary color for #hex is #AFCCB2.


I love getcolorcode.com

Triadic colors

1 #4D5033 and #334D50 with #50334D are triadic colors.

2 #4D3350 and #33504D with #50334D are triadic colors.