COLOR #50353B

HEX: #50353B
RGB: (80,53,59)

Color info

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

RGB color model

#50353B color RGB value is (80,53,59).

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

RGB channels and saturation

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

80
53
59

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

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 59 = 192 (100%)
R 80 of 192 ~ 41.67%
G 53 of 192 ~ 27.6%
B 59 of 192 ~ 30.73%

%41.67
%27.6
%30.73

CMYK color model

#50353B color CMYK value is (0,34,26,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(0,34,26,69)
C0M34Y26K69 
(0%,34%,26%,69%)
(0.00/0.34/0.26/0.69)	

CMYK percentages

%0
%33.75
%26.25
%68.63

Codes

Color #50353B in popluar color models

50353B
RGB805359
HSL347°20.30%26.08%
HSB/HSV347°33.75%31.37%
CMYK0.00%33.75%26.25%
68.63%

Color #50353B in popluar number systems.

HEX50353B
Decimal805359
Binary1010000110101111011
Octal1206573

Shades and tints

Shades of #50353B

#50353B
(80,53,59)
#493136
(73,49,54)
#422D31
(66,45,49)
#3B292C
(59,41,44)
#342527
(52,37,39)
#2D2122
(45,33,34)
#261D1D
(38,29,29)
#1F1918
(31,25,24)
#181513
(24,21,19)
#11110E
(17,17,14)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #50353B

#50353B
(80,53,59)
#5F474C
(95,71,76)
#6E595D
(110,89,93)
#7D6B6E
(125,107,110)
#8C7D7F
(140,125,127)
#9B8F90
(155,143,144)
#AAA1A1
(170,161,161)
#B9B3B2
(185,179,178)
#C8C5C3
(200,197,195)
#D7D7D4
(215,215,212)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50353B; }

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

This text font color is #50353B.


Background Color

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

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

This div background color is #50353B.


Border color

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

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

This div border color is #50353B.


Opacity

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

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

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

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

This text has shadow with #50353B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50353B on black background.


Color preview on white background

This text has color #50353B on white background.



Black color preview on #50353B background

This text has black color on #50353B background.


White color preview on #50353B background

This text has white color on #50353B background.