COLOR #50293F

HEX: #50293F RGB: (80,41,63)

Color info

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

RGB color model

#50293F color RGB value is (80,41,63).

RGB: (80,41,63) (31%, 16%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 63 of 255 = 25%

80
41
63

R + G + B ~ 24%. #50293F is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 41 + 63 = 184 (100%)
R 80 of 184 ~ 43.48%
G 41 of 184 ~ 22.28%
B 63 of 184 ~ 34.24'%

%43.48
%22.28
%34.24

CMYK color model

#50293F color CMYK value is (0,49,21,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 21.25%
  • key color value is 68.63%

CMYK: (0,49,21,69)
C0M49Y21K69 (0%, 49%, 21%, 69%)
(0.00 / 0.49 / 0.21 / 0.69)

CMYK percentages

%0
%48.75
%21.25
%68.63

Codes

Color #50293F in popluar color models

50 29 3F
RGB 80 41 63
HSL 326° 32.23% 23.73%
HSB/HSV 326° 48.75% 31.37%
CMYK 0.00% 48.75% 21.25%
68.63%

Color #50293F in popluar number systems.

HEX 50 29 3F
Decimal 80 41 63
Binary 1010000 101001 111111
Octal 120 51 77

Shades and tints

Shades of #50293F

#50293F
(80,41,63)
#49263A
(73,38,58)
#422335
(66,35,53)
#3B2030
(59,32,48)
#341D2B
(52,29,43)
#2D1A26
(45,26,38)
#261721
(38,23,33)
#1F141C
(31,20,28)
#181117
(24,17,23)
#110E12
(17,14,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50293F

#50293F
(80,41,63)
#5F3C50
(95,60,80)
#6E4F61
(110,79,97)
#7D6272
(125,98,114)
#8C7583
(140,117,131)
#9B8894
(155,136,148)
#AA9BA5
(170,155,165)
#B9AEB6
(185,174,182)
#C8C1C7
(200,193,199)
#D7D4D8
(215,212,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50293F color. Also use rgb(80,41,63) instead hex code.

Text Font Color

.myTextColor { color: #50293F; }

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

This text font color is #50293F.

Background Color

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

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

This div background color is #50293F.

Border color

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

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

This div border color is #50293F.

Opacity

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

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

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

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

This text has shadow with #50293F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50293F.

Preview

Color preview on black background

This text has color #50293F on black background.


Color preview on white background

This text has color #50293F on white background.


Black color preview on #50293F background

This text has black color on #50293F background.


White color preview on #50293F background

This text has white color on #50293F background.


Related colors

Complementary color

Complementary color for #hex is #AFD6C0.


I love getcolorcode.com

Triadic colors

1 #3F5029 and #293F50 with #50293F are triadic colors.

2 #3F2950 and #29503F with #50293F are triadic colors.