COLOR #50333C

HEX: #50333C
RGB: (80,51,60)

Color info

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

RGB color model

#50333C color RGB value is (80,51,60).

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

RGB channels and saturation

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

80
51
60

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

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 60 = 191 (100%)
R 80 of 191 ~ 41.88%
G 51 of 191 ~ 26.7%
B 60 of 191 ~ 31.41%

%41.88
%26.7
%31.41

CMYK color model

#50333C color CMYK value is (0,36,25,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(0,36,25,69)
C0M36Y25K69 
(0%,36%,25%,69%)
(0.00/0.36/0.25/0.69)	

CMYK percentages

%0
%36.25
%25
%68.63

Codes

Color #50333C in popluar color models

50333C
RGB805160
HSL341°22.14%25.69%
HSB/HSV341°36.25%31.37%
CMYK0.00%36.25%25.00%
68.63%

Color #50333C in popluar number systems.

HEX50333C
Decimal805160
Binary1010000110011111100
Octal1206374

Shades and tints

Shades of #50333C

#50333C
(80,51,60)
#492F37
(73,47,55)
#422B32
(66,43,50)
#3B272D
(59,39,45)
#342328
(52,35,40)
#2D1F23
(45,31,35)
#261B1E
(38,27,30)
#1F1719
(31,23,25)
#181314
(24,19,20)
#110F0F
(17,15,15)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #50333C

#50333C
(80,51,60)
#5F454D
(95,69,77)
#6E575E
(110,87,94)
#7D696F
(125,105,111)
#8C7B80
(140,123,128)
#9B8D91
(155,141,145)
#AA9FA2
(170,159,162)
#B9B1B3
(185,177,179)
#C8C3C4
(200,195,196)
#D7D5D5
(215,213,213)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50333C; }

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

This text font color is #50333C.


Background Color

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

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

This div background color is #50333C.


Border color

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

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

This div border color is #50333C.


Opacity

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

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

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

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

This text has shadow with #50333C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50333C on black background.


Color preview on white background

This text has color #50333C on white background.



Black color preview on #50333C background

This text has black color on #50333C background.


White color preview on #50333C background

This text has white color on #50333C background.