COLOR #50491C

HEX: #50491C
RGB: (80,73,28)

Color info

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

RGB color model

#50491C color RGB value is (80,73,28).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 28 of 255 = 11%

80
73
28

R + G + B ~ 24%. #50491C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 28 = 181 (100%)
R 80 of 181 ~ 44.2%
G 73 of 181 ~ 40.33%
B 28 of 181 ~ 15.47%

%44.2
%40.33
%15.47

CMYK color model

#50491C color CMYK value is (0,9,65,69).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,9,65,69)
C0M9Y65K69 
(0%,9%,65%,69%)
(0.00/0.09/0.65/0.69)	

CMYK percentages

%0
%8.75
%65
%68.63

Codes

Color #50491C in popluar color models

50491C
RGB807328
HSL52°48.15%21.18%
HSB/HSV52°65.00%31.37%
CMYK0.00%8.75%65.00%
68.63%

Color #50491C in popluar number systems.

HEX50491C
Decimal807328
Binary1010000100100111100
Octal12011134

Shades and tints

Shades of #50491C

#50491C
(80,73,28)
#49431A
(73,67,26)
#423D18
(66,61,24)
#3B3716
(59,55,22)
#343114
(52,49,20)
#2D2B12
(45,43,18)
#262510
(38,37,16)
#1F1F0E
(31,31,14)
#18190C
(24,25,12)
#11130A
(17,19,10)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #50491C

#50491C
(80,73,28)
#5F5930
(95,89,48)
#6E6944
(110,105,68)
#7D7958
(125,121,88)
#8C896C
(140,137,108)
#9B9980
(155,153,128)
#AAA994
(170,169,148)
#B9B9A8
(185,185,168)
#C8C9BC
(200,201,188)
#D7D9D0
(215,217,208)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50491C; }

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

This text font color is #50491C.


Background Color

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

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

This div background color is #50491C.


Border color

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

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

This div border color is #50491C.


Opacity

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

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

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

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

This text has shadow with #50491C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50491C on black background.


Color preview on white background

This text has color #50491C on white background.



Black color preview on #50491C background

This text has black color on #50491C background.


White color preview on #50491C background

This text has white color on #50491C background.