COLOR #50333D

HEX: #50333D
RGB: (80,51,61)

Color info

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

RGB color model

#50333D color RGB value is (80,51,61).

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

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 61 of 255 = 24%

80
51
61

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

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 61 = 192 (100%)
R 80 of 192 ~ 41.67%
G 51 of 192 ~ 26.56%
B 61 of 192 ~ 31.77%

%41.67
%26.56
%31.77

CMYK color model

#50333D color CMYK value is (0,36,24,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(0,36,24,69)
C0M36Y24K69 
(0%,36%,24%,69%)
(0.00/0.36/0.24/0.69)	

CMYK percentages

%0
%36.25
%23.75
%68.63

Codes

Color #50333D in popluar color models

50333D
RGB805161
HSL339°22.14%25.69%
HSB/HSV339°36.25%31.37%
CMYK0.00%36.25%23.75%
68.63%

Color #50333D in popluar number systems.

HEX50333D
Decimal805161
Binary1010000110011111101
Octal1206375

Shades and tints

Shades of #50333D

#50333D
(80,51,61)
#492F38
(73,47,56)
#422B33
(66,43,51)
#3B272E
(59,39,46)
#342329
(52,35,41)
#2D1F24
(45,31,36)
#261B1F
(38,27,31)
#1F171A
(31,23,26)
#181315
(24,19,21)
#110F10
(17,15,16)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #50333D

#50333D
(80,51,61)
#5F454E
(95,69,78)
#6E575F
(110,87,95)
#7D6970
(125,105,112)
#8C7B81
(140,123,129)
#9B8D92
(155,141,146)
#AA9FA3
(170,159,163)
#B9B1B4
(185,177,180)
#C8C3C5
(200,195,197)
#D7D5D6
(215,213,214)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50333D; }

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

This text font color is #50333D.


Background Color

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

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

This div background color is #50333D.


Border color

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

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

This div border color is #50333D.


Opacity

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

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

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

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

This text has shadow with #50333D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50333D on black background.


Color preview on white background

This text has color #50333D on white background.



Black color preview on #50333D background

This text has black color on #50333D background.


White color preview on #50333D background

This text has white color on #50333D background.