COLOR #50393D

HEX: #50393D RGB: (80,57,61)

Color info

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

RGB color model

#50393D color RGB value is (80,57,61).

RGB: (80,57,61) (31%, 22%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 61 of 255 = 24%

80
57
61

R + G + B ~ 26%. #50393D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 57 + 61 = 198 (100%)
R 80 of 198 ~ 40.4%
G 57 of 198 ~ 28.79%
B 61 of 198 ~ 30.81'%

%40.4
%28.79
%30.81

CMYK color model

#50393D color CMYK value is (0,29,24,69).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 23.75%
  • key color value is 68.63%

CMYK: (0,29,24,69)
C0M29Y24K69 (0%, 29%, 24%, 69%)
(0.00 / 0.29 / 0.24 / 0.69)

CMYK percentages

%0
%28.75
%23.75
%68.63

Codes

Color #50393D in popluar color models

50 39 3D
RGB 80 57 61
HSL 350° 16.79% 26.86%
HSB/HSV 350° 28.75% 31.37%
CMYK 0.00% 28.75% 23.75%
68.63%

Color #50393D in popluar number systems.

HEX 50 39 3D
Decimal 80 57 61
Binary 1010000 111001 111101
Octal 120 71 75

Shades and tints

Shades of #50393D

#50393D
(80,57,61)
#493438
(73,52,56)
#422F33
(66,47,51)
#3B2A2E
(59,42,46)
#342529
(52,37,41)
#2D2024
(45,32,36)
#261B1F
(38,27,31)
#1F161A
(31,22,26)
#181115
(24,17,21)
#110C10
(17,12,16)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #50393D

#50393D
(80,57,61)
#5F4B4E
(95,75,78)
#6E5D5F
(110,93,95)
#7D6F70
(125,111,112)
#8C8181
(140,129,129)
#9B9392
(155,147,146)
#AAA5A3
(170,165,163)
#B9B7B4
(185,183,180)
#C8C9C5
(200,201,197)
#D7DBD6
(215,219,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50393D color. Also use rgb(80,57,61) instead hex code.

Text Font Color

.myTextColor { color: #50393D; }

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

This text font color is #50393D.

Background Color

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

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

This div background color is #50393D.

Border color

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

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

This div border color is #50393D.

Opacity

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

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

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

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

This text has shadow with #50393D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50393D.

Preview

Color preview on black background

This text has color #50393D on black background.


Color preview on white background

This text has color #50393D on white background.


Black color preview on #50393D background

This text has black color on #50393D background.


White color preview on #50393D background

This text has white color on #50393D background.


Related colors

Complementary color

Complementary color for #hex is #AFC6C2.


I love getcolorcode.com

Triadic colors

1 #3D5039 and #393D50 with #50393D are triadic colors.

2 #3D3950 and #39503D with #50393D are triadic colors.