COLOR #50333F

HEX: #50333F
RGB: (80,51,63)

Color info

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

RGB color model

#50333F color RGB value is (80,51,63).

  • red value is 80;
  • green value is 51;
  • blue value is 63.
RGB:
(80,51,63)
(31%,20%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 63 of 255 = 25%

80
51
63

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

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 63 = 194 (100%)
R 80 of 194 ~ 41.24%
G 51 of 194 ~ 26.29%
B 63 of 194 ~ 32.47%

%41.24
%26.29
%32.47

CMYK color model

#50333F color CMYK value is (0,36,21,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(0,36,21,69)
C0M36Y21K69 
(0%,36%,21%,69%)
(0.00/0.36/0.21/0.69)	

CMYK percentages

%0
%36.25
%21.25
%68.63

Codes

Color #50333F in popluar color models

50333F
RGB805163
HSL335°22.14%25.69%
HSB/HSV335°36.25%31.37%
CMYK0.00%36.25%21.25%
68.63%

Color #50333F in popluar number systems.

HEX50333F
Decimal805163
Binary1010000110011111111
Octal1206377

Shades and tints

Shades of #50333F

#50333F
(80,51,63)
#492F3A
(73,47,58)
#422B35
(66,43,53)
#3B2730
(59,39,48)
#34232B
(52,35,43)
#2D1F26
(45,31,38)
#261B21
(38,27,33)
#1F171C
(31,23,28)
#181317
(24,19,23)
#110F12
(17,15,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50333F

#50333F
(80,51,63)
#5F4550
(95,69,80)
#6E5761
(110,87,97)
#7D6972
(125,105,114)
#8C7B83
(140,123,131)
#9B8D94
(155,141,148)
#AA9FA5
(170,159,165)
#B9B1B6
(185,177,182)
#C8C3C7
(200,195,199)
#D7D5D8
(215,213,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50333F color. Also use rgb(80,51,63) instead hex code.

Text Font Color

.myTextColor { color: #50333F; }

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

This text font color is #50333F.


Background Color

.myBgColor { background-color: #50333F; }

<div style="background-color:#50333F">Inner text</div>

This div background color is #50333F.


Border color

.myBorderColor { border: 1px solid #50333F; }

<div style="border:3px solid #50333F">Div</div>

This div border color is #50333F.


Opacity

.myOpacity80 { color: #50333F; opacity: 0.8; }

<p style="color:#50333F;opacity:0.8;">80%</p>

Text with #50333F 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 #50333F;}

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

This text has shadow with #50333F color.

.textShadow {text-shadow: 3px 3px 1px #50333F, 3px 3px 1px red;}

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

This text has shadow with #50333F primary color and red secondary color.


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

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

This text has shadow with #50333F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50333F on black background.


Color preview on white background

This text has color #50333F on white background.



Black color preview on #50333F background

This text has black color on #50333F background.


White color preview on #50333F background

This text has white color on #50333F background.