COLOR #50393C

HEX: #50393C RGB: (80,57,60)

Color info

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

RGB color model

#50393C color RGB value is (80,57,60).

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

RGB channels and saturation

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

80
57
60

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

Portions of RGB colors in percentages

R + G + B = 80 + 57 + 60 = 197 (100%)
R 80 of 197 ~ 40.61%
G 57 of 197 ~ 28.93%
B 60 of 197 ~ 30.46'%

%40.61
%28.93
%30.46

CMYK color model

#50393C color CMYK value is (0,29,25,69).

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

CMYK: (0,29,25,69)
C0M29Y25K69 (0%, 29%, 25%, 69%)
(0.00 / 0.29 / 0.25 / 0.69)

CMYK percentages

%0
%28.75
%25
%68.63

Codes

Color #50393C in popluar color models

50 39 3C
RGB 80 57 60
HSL 352° 16.79% 26.86%
HSB/HSV 352° 28.75% 31.37%
CMYK 0.00% 28.75% 25.00%
68.63%

Color #50393C in popluar number systems.

HEX 50 39 3C
Decimal 80 57 60
Binary 1010000 111001 111100
Octal 120 71 74

Shades and tints

Shades of #50393C

#50393C
(80,57,60)
#493437
(73,52,55)
#422F32
(66,47,50)
#3B2A2D
(59,42,45)
#342528
(52,37,40)
#2D2023
(45,32,35)
#261B1E
(38,27,30)
#1F1619
(31,22,25)
#181114
(24,17,20)
#110C0F
(17,12,15)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #50393C

#50393C
(80,57,60)
#5F4B4D
(95,75,77)
#6E5D5E
(110,93,94)
#7D6F6F
(125,111,111)
#8C8180
(140,129,128)
#9B9391
(155,147,145)
#AAA5A2
(170,165,162)
#B9B7B3
(185,183,179)
#C8C9C4
(200,201,196)
#D7DBD5
(215,219,213)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50393C; }

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

This text font color is #50393C.

Background Color

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

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

This div background color is #50393C.

Border color

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

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

This div border color is #50393C.

Opacity

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

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

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

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

This text has shadow with #50393C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50393C.

Preview

Color preview on black background

This text has color #50393C on black background.


Color preview on white background

This text has color #50393C on white background.


Black color preview on #50393C background

This text has black color on #50393C background.


White color preview on #50393C background

This text has white color on #50393C background.


Related colors

Complementary color

Complementary color for #hex is #AFC6C3.


I love getcolorcode.com

Triadic colors

1 #3C5039 and #393C50 with #50393C are triadic colors.

2 #3C3950 and #39503C with #50393C are triadic colors.