COLOR #50472B

HEX: #50472B
RGB: (80,71,43)

Color info

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

RGB color model

#50472B color RGB value is (80,71,43).

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

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 43 of 255 = 17%

80
71
43

R + G + B ~ 25%. #50472B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 43 = 194 (100%)
R 80 of 194 ~ 41.24%
G 71 of 194 ~ 36.6%
B 43 of 194 ~ 22.16%

%41.24
%36.6
%22.16

CMYK color model

#50472B color CMYK value is (0,11,46,69).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 46.25%
  • key color value is 68.63%
CMYK:
(0,11,46,69)
C0M11Y46K69 
(0%,11%,46%,69%)
(0.00/0.11/0.46/0.69)	

CMYK percentages

%0
%11.25
%46.25
%68.63

Codes

Color #50472B in popluar color models

50472B
RGB807143
HSL45°30.08%24.12%
HSB/HSV45°46.25%31.37%
CMYK0.00%11.25%46.25%
68.63%

Color #50472B in popluar number systems.

HEX50472B
Decimal807143
Binary10100001000111101011
Octal12010753

Shades and tints

Shades of #50472B

#50472B
(80,71,43)
#494128
(73,65,40)
#423B25
(66,59,37)
#3B3522
(59,53,34)
#342F1F
(52,47,31)
#2D291C
(45,41,28)
#262319
(38,35,25)
#1F1D16
(31,29,22)
#181713
(24,23,19)
#111110
(17,17,16)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50472B

#50472B
(80,71,43)
#5F573E
(95,87,62)
#6E6751
(110,103,81)
#7D7764
(125,119,100)
#8C8777
(140,135,119)
#9B978A
(155,151,138)
#AAA79D
(170,167,157)
#B9B7B0
(185,183,176)
#C8C7C3
(200,199,195)
#D7D7D6
(215,215,214)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50472B; }

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

This text font color is #50472B.


Background Color

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

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

This div background color is #50472B.


Border color

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

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

This div border color is #50472B.


Opacity

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

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

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

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

This text has shadow with #50472B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50472B on black background.


Color preview on white background

This text has color #50472B on white background.



Black color preview on #50472B background

This text has black color on #50472B background.


White color preview on #50472B background

This text has white color on #50472B background.