COLOR #50381A

HEX: #50381A
RGB: (80,56,26)

Color info

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

RGB color model

#50381A color RGB value is (80,56,26).

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

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 26 of 255 = 10%

80
56
26

R + G + B ~ 21%. #50381A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 56 + 26 = 162 (100%)
R 80 of 162 ~ 49.38%
G 56 of 162 ~ 34.57%
B 26 of 162 ~ 16.05%

%49.38
%34.57
%16.05

CMYK color model

#50381A color CMYK value is (0,30,68,69).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(0,30,68,69)
C0M30Y68K69 
(0%,30%,68%,69%)
(0.00/0.30/0.68/0.69)	

CMYK percentages

%0
%30
%67.5
%68.63

Codes

Color #50381A in popluar color models

50381A
RGB805626
HSL33°50.94%20.78%
HSB/HSV33°67.50%31.37%
CMYK0.00%30.00%67.50%
68.63%

Color #50381A in popluar number systems.

HEX50381A
Decimal805626
Binary101000011100011010
Octal1207032

Shades and tints

Shades of #50381A

#50381A
(80,56,26)
#493318
(73,51,24)
#422E16
(66,46,22)
#3B2914
(59,41,20)
#342412
(52,36,18)
#2D1F10
(45,31,16)
#261A0E
(38,26,14)
#1F150C
(31,21,12)
#18100A
(24,16,10)
#110B08
(17,11,8)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #50381A

#50381A
(80,56,26)
#5F4A2E
(95,74,46)
#6E5C42
(110,92,66)
#7D6E56
(125,110,86)
#8C806A
(140,128,106)
#9B927E
(155,146,126)
#AAA492
(170,164,146)
#B9B6A6
(185,182,166)
#C8C8BA
(200,200,186)
#D7DACE
(215,218,206)
#E6ECE2
(230,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50381A; }

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

This text font color is #50381A.


Background Color

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

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

This div background color is #50381A.


Border color

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

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

This div border color is #50381A.


Opacity

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

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

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

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

This text has shadow with #50381A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50381A on black background.


Color preview on white background

This text has color #50381A on white background.



Black color preview on #50381A background

This text has black color on #50381A background.


White color preview on #50381A background

This text has white color on #50381A background.