COLOR #50443A

HEX: #50443A
RGB: (80,68,58)

Color info

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

RGB color model

#50443A color RGB value is (80,68,58).

  • red value is 80;
  • green value is 68;
  • blue value is 58.
RGB:
(80,68,58)
(31%,27%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 58 of 255 = 23%

80
68
58

R + G + B ~ 27%. #50443A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 58 = 206 (100%)
R 80 of 206 ~ 38.83%
G 68 of 206 ~ 33.01%
B 58 of 206 ~ 28.16%

%38.83
%33.01
%28.16

CMYK color model

#50443A color CMYK value is (0,15,28,69).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(0,15,28,69)
C0M15Y28K69 
(0%,15%,28%,69%)
(0.00/0.15/0.28/0.69)	

CMYK percentages

%0
%15
%27.5
%68.63

Codes

Color #50443A in popluar color models

50443A
RGB806858
HSL27°15.94%27.06%
HSB/HSV27°27.50%31.37%
CMYK0.00%15.00%27.50%
68.63%

Color #50443A in popluar number systems.

HEX50443A
Decimal806858
Binary10100001000100111010
Octal12010472

Shades and tints

Shades of #50443A

#50443A
(80,68,58)
#493E35
(73,62,53)
#423830
(66,56,48)
#3B322B
(59,50,43)
#342C26
(52,44,38)
#2D2621
(45,38,33)
#26201C
(38,32,28)
#1F1A17
(31,26,23)
#181412
(24,20,18)
#110E0D
(17,14,13)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #50443A

#50443A
(80,68,58)
#5F554B
(95,85,75)
#6E665C
(110,102,92)
#7D776D
(125,119,109)
#8C887E
(140,136,126)
#9B998F
(155,153,143)
#AAAAA0
(170,170,160)
#B9BBB1
(185,187,177)
#C8CCC2
(200,204,194)
#D7DDD3
(215,221,211)
#E6EEE4
(230,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50443A color. Also use rgb(80,68,58) instead hex code.

Text Font Color

.myTextColor { color: #50443A; }

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

This text font color is #50443A.


Background Color

.myBgColor { background-color: #50443A; }

<div style="background-color:#50443A">Inner text</div>

This div background color is #50443A.


Border color

.myBorderColor { border: 1px solid #50443A; }

<div style="border:3px solid #50443A">Div</div>

This div border color is #50443A.


Opacity

.myOpacity80 { color: #50443A; opacity: 0.8; }

<p style="color:#50443A;opacity:0.8;">80%</p>

Text with #50443A 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 #50443A;}

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

This text has shadow with #50443A color.

.textShadow {text-shadow: 3px 3px 1px #50443A, 3px 3px 1px red;}

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

This text has shadow with #50443A primary color and red secondary color.


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

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

This text has shadow with #50443A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50443A on black background.


Color preview on white background

This text has color #50443A on white background.



Black color preview on #50443A background

This text has black color on #50443A background.


White color preview on #50443A background

This text has white color on #50443A background.