COLOR #50392E

HEX: #50392E RGB: (80,57,46)

Color info

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

RGB color model

#50392E color RGB value is (80,57,46).

RGB: (80,57,46) (31%, 22%, 18%)

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 46 of 255 = 18%

80
57
46

R + G + B ~ 24%. #50392E is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 57 + 46 = 183 (100%)
R 80 of 183 ~ 43.72%
G 57 of 183 ~ 31.15%
B 46 of 183 ~ 25.14'%

%43.72
%31.15
%25.14

CMYK color model

#50392E color CMYK value is (0,29,43,69).

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

CMYK: (0,29,43,69)
C0M29Y43K69 (0%, 29%, 43%, 69%)
(0.00 / 0.29 / 0.43 / 0.69)

CMYK percentages

%0
%28.75
%42.5
%68.63

Codes

Color #50392E in popluar color models

50 39 2E
RGB 80 57 46
HSL 19° 26.98% 24.71%
HSB/HSV 19° 42.50% 31.37%
CMYK 0.00% 28.75% 42.50%
68.63%

Color #50392E in popluar number systems.

HEX 50 39 2E
Decimal 80 57 46
Binary 1010000 111001 101110
Octal 120 71 56

Shades and tints

Shades of #50392E

#50392E
(80,57,46)
#49342A
(73,52,42)
#422F26
(66,47,38)
#3B2A22
(59,42,34)
#34251E
(52,37,30)
#2D201A
(45,32,26)
#261B16
(38,27,22)
#1F1612
(31,22,18)
#18110E
(24,17,14)
#110C0A
(17,12,10)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #50392E

#50392E
(80,57,46)
#5F4B41
(95,75,65)
#6E5D54
(110,93,84)
#7D6F67
(125,111,103)
#8C817A
(140,129,122)
#9B938D
(155,147,141)
#AAA5A0
(170,165,160)
#B9B7B3
(185,183,179)
#C8C9C6
(200,201,198)
#D7DBD9
(215,219,217)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50392E color. Also use rgb(80,57,46) instead hex code.

Text Font Color

.myTextColor { color: #50392E; }

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

This text font color is #50392E.

Background Color

.myBgColor { background-color: #50392E; }

<div style="background-color:#50392E">Inner text</div>

This div background color is #50392E.

Border color

.myBorderColor { border: 1px solid #50392E; }

<div style="border:3px solid #50392E">Div</div>

This div border color is #50392E.

Opacity

.myOpacity80 { color: #50392E; opacity: 0.8; }

<p style="color:#50392E;opacity:0.8;">80%</p>

Text with #50392E 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 #50392E;}

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

This text has shadow with #50392E color.


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

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

This text has shadow with #50392E primary color and red secondary color.


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

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

This text has shadow with #50392E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50392E.

Preview

Color preview on black background

This text has color #50392E on black background.


Color preview on white background

This text has color #50392E on white background.


Black color preview on #50392E background

This text has black color on #50392E background.


White color preview on #50392E background

This text has white color on #50392E background.


Related colors

Complementary color

Complementary color for #hex is #AFC6D1.


I love getcolorcode.com

Triadic colors

1 #2E5039 and #392E50 with #50392E are triadic colors.

2 #2E3950 and #39502E with #50392E are triadic colors.