COLOR #50371E

HEX: #50371E RGB: (80,55,30)

Color info

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

RGB color model

#50371E color RGB value is (80,55,30).

RGB: (80,55,30) (31%, 22%, 12%)

RGB channels and saturation

R 80 of 255 = 31%
G 55 of 255 = 22%
B 30 of 255 = 12%

80
55
30

R + G + B ~ 22%. #50371E is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 55 + 30 = 165 (100%)
R 80 of 165 ~ 48.48%
G 55 of 165 ~ 33.33%
B 30 of 165 ~ 18.18'%

%48.48
%33.33
%18.18

CMYK color model

#50371E color CMYK value is (0,31,63,69).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 62.50%
  • key color value is 68.63%

CMYK: (0,31,63,69)
C0M31Y63K69 (0%, 31%, 63%, 69%)
(0.00 / 0.31 / 0.63 / 0.69)

CMYK percentages

%0
%31.25
%62.5
%68.63

Codes

Color #50371E in popluar color models

50 37 1E
RGB 80 55 30
HSL 30° 45.45% 21.57%
HSB/HSV 30° 62.50% 31.37%
CMYK 0.00% 31.25% 62.50%
68.63%

Color #50371E in popluar number systems.

HEX 50 37 1E
Decimal 80 55 30
Binary 1010000 110111 11110
Octal 120 67 36

Shades and tints

Shades of #50371E

#50371E
(80,55,30)
#49321C
(73,50,28)
#422D1A
(66,45,26)
#3B2818
(59,40,24)
#342316
(52,35,22)
#2D1E14
(45,30,20)
#261912
(38,25,18)
#1F1410
(31,20,16)
#180F0E
(24,15,14)
#110A0C
(17,10,12)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #50371E

#50371E
(80,55,30)
#5F4932
(95,73,50)
#6E5B46
(110,91,70)
#7D6D5A
(125,109,90)
#8C7F6E
(140,127,110)
#9B9182
(155,145,130)
#AAA396
(170,163,150)
#B9B5AA
(185,181,170)
#C8C7BE
(200,199,190)
#D7D9D2
(215,217,210)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50371E color. Also use rgb(80,55,30) instead hex code.

Text Font Color

.myTextColor { color: #50371E; }

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

This text font color is #50371E.

Background Color

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

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

This div background color is #50371E.

Border color

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

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

This div border color is #50371E.

Opacity

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

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

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

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

This text has shadow with #50371E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50371E.

Preview

Color preview on black background

This text has color #50371E on black background.


Color preview on white background

This text has color #50371E on white background.


Black color preview on #50371E background

This text has black color on #50371E background.


White color preview on #50371E background

This text has white color on #50371E background.


Related colors

Complementary color

Complementary color for #hex is #AFC8E1.


I love getcolorcode.com

Triadic colors

1 #1E5037 and #371E50 with #50371E are triadic colors.

2 #1E3750 and #37501E with #50371E are triadic colors.