COLOR #50321A

HEX: #50321A
RGB: (80,50,26)

Color info

#50321A contains red, green and blue colors in about the same proportion. Web safe color of #50321A is #663300 (or #630).

RGB color model

#50321A color RGB value is (80,50,26).

  • red value is 80;
  • green value is 50;
  • blue value is 26.
RGB:
(80,50,26)
(31%,20%,10%)

RGB channels and saturation

R 80 of 255 = 31%
G 50 of 255 = 20%
B 26 of 255 = 10%

80
50
26

R + G + B ~ 20%. #50321A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 26 = 156 (100%)
R 80 of 156 ~ 51.28%
G 50 of 156 ~ 32.05%
B 26 of 156 ~ 16.67%

%51.28
%32.05
%16.67

CMYK color model

#50321A color CMYK value is (0,38,68,69).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(0,38,68,69)
C0M38Y68K69 
(0%,38%,68%,69%)
(0.00/0.38/0.68/0.69)	

CMYK percentages

%0
%37.5
%67.5
%68.63

Codes

Color #50321A in popluar color models

50321A
RGB805026
HSL27°50.94%20.78%
HSB/HSV27°67.50%31.37%
CMYK0.00%37.50%67.50%
68.63%

Color #50321A in popluar number systems.

HEX50321A
Decimal805026
Binary101000011001011010
Octal1206232

Shades and tints

Shades of #50321A

#50321A
(80,50,26)
#492E18
(73,46,24)
#422A16
(66,42,22)
#3B2614
(59,38,20)
#342212
(52,34,18)
#2D1E10
(45,30,16)
#261A0E
(38,26,14)
#1F160C
(31,22,12)
#18120A
(24,18,10)
#110E08
(17,14,8)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #50321A

#50321A
(80,50,26)
#5F442E
(95,68,46)
#6E5642
(110,86,66)
#7D6856
(125,104,86)
#8C7A6A
(140,122,106)
#9B8C7E
(155,140,126)
#AA9E92
(170,158,146)
#B9B0A6
(185,176,166)
#C8C2BA
(200,194,186)
#D7D4CE
(215,212,206)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50321A color. Also use rgb(80,50,26) instead hex code.

Text Font Color

.myTextColor { color: #50321A; }

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

This text font color is #50321A.


Background Color

.myBgColor { background-color: #50321A; }

<div style="background-color:#50321A">Inner text</div>

This div background color is #50321A.


Border color

.myBorderColor { border: 1px solid #50321A; }

<div style="border:3px solid #50321A">Div</div>

This div border color is #50321A.


Opacity

.myOpacity80 { color: #50321A; opacity: 0.8; }

<p style="color:#50321A;opacity:0.8;">80%</p>

Text with #50321A 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 #50321A;}

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

This text has shadow with #50321A color.

.textShadow {text-shadow: 3px 3px 1px #50321A, 3px 3px 1px red;}

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

This text has shadow with #50321A primary color and red secondary color.


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

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

This text has shadow with #50321A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50321A on black background.


Color preview on white background

This text has color #50321A on white background.



Black color preview on #50321A background

This text has black color on #50321A background.


White color preview on #50321A background

This text has white color on #50321A background.