COLOR #50394B

HEX: #50394B
RGB: (80,57,75)

Color info

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

RGB color model

#50394B color RGB value is (80,57,75).

  • red value is 80;
  • green value is 57;
  • blue value is 75.
RGB:
(80,57,75)
(31%,22%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 75 of 255 = 29%

80
57
75

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

Portions of RGB colors in percentages

R + G + B =
80 + 57 + 75 = 212 (100%)
R 80 of 212 ~ 37.74%
G 57 of 212 ~ 26.89%
B 75 of 212 ~ 35.38%

%37.74
%26.89
%35.38

CMYK color model

#50394B color CMYK value is (0,29,6,69).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(0,29,6,69)
C0M29Y6K69 
(0%,29%,6%,69%)
(0.00/0.29/0.06/0.69)	

CMYK percentages

%0
%28.75
%6.25
%68.63

Codes

Color #50394B in popluar color models

50394B
RGB805775
HSL313°16.79%26.86%
HSB/HSV313°28.75%31.37%
CMYK0.00%28.75%6.25%
68.63%

Color #50394B in popluar number systems.

HEX50394B
Decimal805775
Binary10100001110011001011
Octal12071113

Shades and tints

Shades of #50394B

#50394B
(80,57,75)
#493445
(73,52,69)
#422F3F
(66,47,63)
#3B2A39
(59,42,57)
#342533
(52,37,51)
#2D202D
(45,32,45)
#261B27
(38,27,39)
#1F1621
(31,22,33)
#18111B
(24,17,27)
#110C15
(17,12,21)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #50394B

#50394B
(80,57,75)
#5F4B5B
(95,75,91)
#6E5D6B
(110,93,107)
#7D6F7B
(125,111,123)
#8C818B
(140,129,139)
#9B939B
(155,147,155)
#AAA5AB
(170,165,171)
#B9B7BB
(185,183,187)
#C8C9CB
(200,201,203)
#D7DBDB
(215,219,219)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50394B color. Also use rgb(80,57,75) instead hex code.

Text Font Color

.myTextColor { color: #50394B; }

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

This text font color is #50394B.


Background Color

.myBgColor { background-color: #50394B; }

<div style="background-color:#50394B">Inner text</div>

This div background color is #50394B.


Border color

.myBorderColor { border: 1px solid #50394B; }

<div style="border:3px solid #50394B">Div</div>

This div border color is #50394B.


Opacity

.myOpacity80 { color: #50394B; opacity: 0.8; }

<p style="color:#50394B;opacity:0.8;">80%</p>

Text with #50394B 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 #50394B;}

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

This text has shadow with #50394B color.

.textShadow {text-shadow: 3px 3px 1px #50394B, 3px 3px 1px red;}

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

This text has shadow with #50394B primary color and red secondary color.


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

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

This text has shadow with #50394B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50394B;
-webkit-box-shadow: 1px 1px 3px 2px #50394B;
box-shadow:1px 1px 3px 2px #50394B;">
Div content here</div>
This div box has shadow with color #50394B.

Preview

Color preview on black background

This text has color #50394B on black background.


Color preview on white background

This text has color #50394B on white background.



Black color preview on #50394B background

This text has black color on #50394B background.


White color preview on #50394B background

This text has white color on #50394B background.