COLOR #50391C

HEX: #50391C RGB: (80,57,28)

Color info

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

RGB color model

#50391C color RGB value is (80,57,28).

RGB: (80,57,28) (31%, 22%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 28 of 255 = 11%

80
57
28

R + G + B ~ 21%. #50391C is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 57 + 28 = 165 (100%)
R 80 of 165 ~ 48.48%
G 57 of 165 ~ 34.55%
B 28 of 165 ~ 16.97'%

%48.48
%34.55
%16.97

CMYK color model

#50391C color CMYK value is (0,29,65,69).

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

CMYK: (0,29,65,69)
C0M29Y65K69 (0%, 29%, 65%, 69%)
(0.00 / 0.29 / 0.65 / 0.69)

CMYK percentages

%0
%28.75
%65
%68.63

Codes

Color #50391C in popluar color models

50 39 1C
RGB 80 57 28
HSL 33° 48.15% 21.18%
HSB/HSV 33° 65.00% 31.37%
CMYK 0.00% 28.75% 65.00%
68.63%

Color #50391C in popluar number systems.

HEX 50 39 1C
Decimal 80 57 28
Binary 1010000 111001 11100
Octal 120 71 34

Shades and tints

Shades of #50391C

#50391C
(80,57,28)
#49341A
(73,52,26)
#422F18
(66,47,24)
#3B2A16
(59,42,22)
#342514
(52,37,20)
#2D2012
(45,32,18)
#261B10
(38,27,16)
#1F160E
(31,22,14)
#18110C
(24,17,12)
#110C0A
(17,12,10)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #50391C

#50391C
(80,57,28)
#5F4B30
(95,75,48)
#6E5D44
(110,93,68)
#7D6F58
(125,111,88)
#8C816C
(140,129,108)
#9B9380
(155,147,128)
#AAA594
(170,165,148)
#B9B7A8
(185,183,168)
#C8C9BC
(200,201,188)
#D7DBD0
(215,219,208)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50391C; }

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

This text font color is #50391C.

Background Color

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

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

This div background color is #50391C.

Border color

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

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

This div border color is #50391C.

Opacity

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

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

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

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

This text has shadow with #50391C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50391C.

Preview

Color preview on black background

This text has color #50391C on black background.


Color preview on white background

This text has color #50391C on white background.


Black color preview on #50391C background

This text has black color on #50391C background.


White color preview on #50391C background

This text has white color on #50391C background.


Related colors

Complementary color

Complementary color for #hex is #AFC6E3.


I love getcolorcode.com

Triadic colors

1 #1C5039 and #391C50 with #50391C are triadic colors.

2 #1C3950 and #39501C with #50391C are triadic colors.