COLOR #50334A

HEX: #50334A RGB: (80,51,74)

Color info

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

RGB color model

#50334A color RGB value is (80,51,74).

RGB: (80,51,74) (31%, 20%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 74 of 255 = 29%

80
51
74

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

Portions of RGB colors in percentages

R + G + B = 80 + 51 + 74 = 205 (100%)
R 80 of 205 ~ 39.02%
G 51 of 205 ~ 24.88%
B 74 of 205 ~ 36.1'%

%39.02
%24.88
%36.1

CMYK color model

#50334A color CMYK value is (0,36,7,69).

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

CMYK: (0,36,7,69)
C0M36Y7K69 (0%, 36%, 7%, 69%)
(0.00 / 0.36 / 0.07 / 0.69)

CMYK percentages

%0
%36.25
%7.5
%68.63

Codes

Color #50334A in popluar color models

50 33 4A
RGB 80 51 74
HSL 312° 22.14% 25.69%
HSB/HSV 312° 36.25% 31.37%
CMYK 0.00% 36.25% 7.50%
68.63%

Color #50334A in popluar number systems.

HEX 50 33 4A
Decimal 80 51 74
Binary 1010000 110011 1001010
Octal 120 63 112

Shades and tints

Shades of #50334A

#50334A
(80,51,74)
#492F44
(73,47,68)
#422B3E
(66,43,62)
#3B2738
(59,39,56)
#342332
(52,35,50)
#2D1F2C
(45,31,44)
#261B26
(38,27,38)
#1F1720
(31,23,32)
#18131A
(24,19,26)
#110F14
(17,15,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #50334A

#50334A
(80,51,74)
#5F455A
(95,69,90)
#6E576A
(110,87,106)
#7D697A
(125,105,122)
#8C7B8A
(140,123,138)
#9B8D9A
(155,141,154)
#AA9FAA
(170,159,170)
#B9B1BA
(185,177,186)
#C8C3CA
(200,195,202)
#D7D5DA
(215,213,218)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50334A; }

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

This text font color is #50334A.

Background Color

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

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

This div background color is #50334A.

Border color

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

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

This div border color is #50334A.

Opacity

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

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

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

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

This text has shadow with #50334A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50334A.

Preview

Color preview on black background

This text has color #50334A on black background.


Color preview on white background

This text has color #50334A on white background.


Black color preview on #50334A background

This text has black color on #50334A background.


White color preview on #50334A background

This text has white color on #50334A background.


Related colors

Complementary color

Complementary color for #hex is #AFCCB5.


I love getcolorcode.com

Triadic colors

1 #4A5033 and #334A50 with #50334A are triadic colors.

2 #4A3350 and #33504A with #50334A are triadic colors.