COLOR #50492B

HEX: #50492B
RGB: (80,73,43)

Color info

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

RGB color model

#50492B color RGB value is (80,73,43).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 43 of 255 = 17%

80
73
43

R + G + B ~ 26%. #50492B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 43 = 196 (100%)
R 80 of 196 ~ 40.82%
G 73 of 196 ~ 37.24%
B 43 of 196 ~ 21.94%

%40.82
%37.24
%21.94

CMYK color model

#50492B color CMYK value is (0,9,46,69).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 46.25%
  • key color value is 68.63%
CMYK:
(0,9,46,69)
C0M9Y46K69 
(0%,9%,46%,69%)
(0.00/0.09/0.46/0.69)	

CMYK percentages

%0
%8.75
%46.25
%68.63

Codes

Color #50492B in popluar color models

50492B
RGB807343
HSL49°30.08%24.12%
HSB/HSV49°46.25%31.37%
CMYK0.00%8.75%46.25%
68.63%

Color #50492B in popluar number systems.

HEX50492B
Decimal807343
Binary10100001001001101011
Octal12011153

Shades and tints

Shades of #50492B

#50492B
(80,73,43)
#494328
(73,67,40)
#423D25
(66,61,37)
#3B3722
(59,55,34)
#34311F
(52,49,31)
#2D2B1C
(45,43,28)
#262519
(38,37,25)
#1F1F16
(31,31,22)
#181913
(24,25,19)
#111310
(17,19,16)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50492B

#50492B
(80,73,43)
#5F593E
(95,89,62)
#6E6951
(110,105,81)
#7D7964
(125,121,100)
#8C8977
(140,137,119)
#9B998A
(155,153,138)
#AAA99D
(170,169,157)
#B9B9B0
(185,185,176)
#C8C9C3
(200,201,195)
#D7D9D6
(215,217,214)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50492B color. Also use rgb(80,73,43) instead hex code.

Text Font Color

.myTextColor { color: #50492B; }

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

This text font color is #50492B.


Background Color

.myBgColor { background-color: #50492B; }

<div style="background-color:#50492B">Inner text</div>

This div background color is #50492B.


Border color

.myBorderColor { border: 1px solid #50492B; }

<div style="border:3px solid #50492B">Div</div>

This div border color is #50492B.


Opacity

.myOpacity80 { color: #50492B; opacity: 0.8; }

<p style="color:#50492B;opacity:0.8;">80%</p>

Text with #50492B 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 #50492B;}

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

This text has shadow with #50492B color.

.textShadow {text-shadow: 3px 3px 1px #50492B, 3px 3px 1px red;}

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

This text has shadow with #50492B primary color and red secondary color.


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

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

This text has shadow with #50492B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50492B on black background.


Color preview on white background

This text has color #50492B on white background.



Black color preview on #50492B background

This text has black color on #50492B background.


White color preview on #50492B background

This text has white color on #50492B background.