COLOR #50291C

HEX: #50291C
RGB: (80,41,28)

Color info

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

RGB color model

#50291C color RGB value is (80,41,28).

  • red value is 80;
  • green value is 41;
  • blue value is 28.
RGB:
(80,41,28)
(31%,16%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 28 of 255 = 11%

80
41
28

R + G + B ~ 19%. #50291C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 28 = 149 (100%)
R 80 of 149 ~ 53.69%
G 41 of 149 ~ 27.52%
B 28 of 149 ~ 18.79%

%53.69
%27.52
%18.79

CMYK color model

#50291C color CMYK value is (0,49,65,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,49,65,69)
C0M49Y65K69 
(0%,49%,65%,69%)
(0.00/0.49/0.65/0.69)	

CMYK percentages

%0
%48.75
%65
%68.63

Codes

Color #50291C in popluar color models

50291C
RGB804128
HSL15°48.15%21.18%
HSB/HSV15°65.00%31.37%
CMYK0.00%48.75%65.00%
68.63%

Color #50291C in popluar number systems.

HEX50291C
Decimal804128
Binary101000010100111100
Octal1205134

Shades and tints

Shades of #50291C

#50291C
(80,41,28)
#49261A
(73,38,26)
#422318
(66,35,24)
#3B2016
(59,32,22)
#341D14
(52,29,20)
#2D1A12
(45,26,18)
#261710
(38,23,16)
#1F140E
(31,20,14)
#18110C
(24,17,12)
#110E0A
(17,14,10)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #50291C

#50291C
(80,41,28)
#5F3C30
(95,60,48)
#6E4F44
(110,79,68)
#7D6258
(125,98,88)
#8C756C
(140,117,108)
#9B8880
(155,136,128)
#AA9B94
(170,155,148)
#B9AEA8
(185,174,168)
#C8C1BC
(200,193,188)
#D7D4D0
(215,212,208)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50291C; }

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

This text font color is #50291C.


Background Color

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

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

This div background color is #50291C.


Border color

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

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

This div border color is #50291C.


Opacity

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

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

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

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

This text has shadow with #50291C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50291C on black background.


Color preview on white background

This text has color #50291C on white background.



Black color preview on #50291C background

This text has black color on #50291C background.


White color preview on #50291C background

This text has white color on #50291C background.