COLOR #50363B

HEX: #50363B
RGB: (80,54,59)

Color info

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

RGB color model

#50363B color RGB value is (80,54,59).

  • red value is 80;
  • green value is 54;
  • blue value is 59.
RGB:
(80,54,59)
(31%,21%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 59 of 255 = 23%

80
54
59

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

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 59 = 193 (100%)
R 80 of 193 ~ 41.45%
G 54 of 193 ~ 27.98%
B 59 of 193 ~ 30.57%

%41.45
%27.98
%30.57

CMYK color model

#50363B color CMYK value is (0,33,26,69).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(0,33,26,69)
C0M33Y26K69 
(0%,33%,26%,69%)
(0.00/0.33/0.26/0.69)	

CMYK percentages

%0
%32.5
%26.25
%68.63

Codes

Color #50363B in popluar color models

50363B
RGB805459
HSL348°19.40%26.27%
HSB/HSV348°32.50%31.37%
CMYK0.00%32.50%26.25%
68.63%

Color #50363B in popluar number systems.

HEX50363B
Decimal805459
Binary1010000110110111011
Octal1206673

Shades and tints

Shades of #50363B

#50363B
(80,54,59)
#493236
(73,50,54)
#422E31
(66,46,49)
#3B2A2C
(59,42,44)
#342627
(52,38,39)
#2D2222
(45,34,34)
#261E1D
(38,30,29)
#1F1A18
(31,26,24)
#181613
(24,22,19)
#11120E
(17,18,14)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #50363B

#50363B
(80,54,59)
#5F484C
(95,72,76)
#6E5A5D
(110,90,93)
#7D6C6E
(125,108,110)
#8C7E7F
(140,126,127)
#9B9090
(155,144,144)
#AAA2A1
(170,162,161)
#B9B4B2
(185,180,178)
#C8C6C3
(200,198,195)
#D7D8D4
(215,216,212)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50363B color. Also use rgb(80,54,59) instead hex code.

Text Font Color

.myTextColor { color: #50363B; }

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

This text font color is #50363B.


Background Color

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

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

This div background color is #50363B.


Border color

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

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

This div border color is #50363B.


Opacity

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

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

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

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

This text has shadow with #50363B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50363B on black background.


Color preview on white background

This text has color #50363B on white background.



Black color preview on #50363B background

This text has black color on #50363B background.


White color preview on #50363B background

This text has white color on #50363B background.