COLOR #50301E

HEX: #50301E
RGB: (80,48,30)

Color info

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

RGB color model

#50301E color RGB value is (80,48,30).

  • red value is 80;
  • green value is 48;
  • blue value is 30.
RGB:
(80,48,30)
(31%,19%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 30 of 255 = 12%

80
48
30

R + G + B ~ 21%. #50301E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 30 = 158 (100%)
R 80 of 158 ~ 50.63%
G 48 of 158 ~ 30.38%
B 30 of 158 ~ 18.99%

%50.63
%30.38
%18.99

CMYK color model

#50301E color CMYK value is (0,40,63,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 62.50%
  • key color value is 68.63%
CMYK:
(0,40,63,69)
C0M40Y63K69 
(0%,40%,63%,69%)
(0.00/0.40/0.63/0.69)	

CMYK percentages

%0
%40
%62.5
%68.63

Codes

Color #50301E in popluar color models

50301E
RGB804830
HSL22°45.45%21.57%
HSB/HSV22°62.50%31.37%
CMYK0.00%40.00%62.50%
68.63%

Color #50301E in popluar number systems.

HEX50301E
Decimal804830
Binary101000011000011110
Octal1206036

Shades and tints

Shades of #50301E

#50301E
(80,48,30)
#492C1C
(73,44,28)
#42281A
(66,40,26)
#3B2418
(59,36,24)
#342016
(52,32,22)
#2D1C14
(45,28,20)
#261812
(38,24,18)
#1F1410
(31,20,16)
#18100E
(24,16,14)
#110C0C
(17,12,12)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #50301E

#50301E
(80,48,30)
#5F4232
(95,66,50)
#6E5446
(110,84,70)
#7D665A
(125,102,90)
#8C786E
(140,120,110)
#9B8A82
(155,138,130)
#AA9C96
(170,156,150)
#B9AEAA
(185,174,170)
#C8C0BE
(200,192,190)
#D7D2D2
(215,210,210)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50301E; }

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

This text font color is #50301E.


Background Color

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

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

This div background color is #50301E.


Border color

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

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

This div border color is #50301E.


Opacity

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

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

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

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

This text has shadow with #50301E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50301E on black background.


Color preview on white background

This text has color #50301E on white background.



Black color preview on #50301E background

This text has black color on #50301E background.


White color preview on #50301E background

This text has white color on #50301E background.